Table of Contents
Features
Screencasts
Requirements
-
Ruby.
Setup
To install with security, run:
# 💡 Skip this line if you already have the public certificate installed.
gem cert --add <(curl --compressed --location /gems.pem)
gem install fixversion --trust-policy HighSecurity
To install without security, run:
gem install fixversion
You can also add the gem directly to your project:
bundle add fixversion
Once the gem is installed, you only need to require it:
require "fixversion"
Usage
Development
To contribute, run:
git clone
cd fixversion
bin/setup
You can also use the IRB console for direct access to all objects:
bin/console
Tests
To test, run:
bin/rake