:toc: macro
:toclevels: 5
:figure-caption!:
= Fixversion
toc::[]
== Features
== Screencasts
== Requirements
. link:https://www.ruby-lang.org[Ruby].
== Setup
To install with security, run:
[source,bash]
💡 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:
[source,bash]
gem install fixversion
You can also add the gem directly to your project:
[source,bash]
bundle add fixversion
Once the gem is installed, you only need to require it:
[source,ruby]
require "fixversion"
== Usage
== Development
To contribute, run:
[source,bash]
git clone
cd fixversion
bin/setup
You can also use the IRB console for direct access to all objects:
[source,bash]
bin/console
== Tests
To test, run:
[source,bash]
bin/rake
== link:[License]
== link:[Security]
== link:[Code of Conduct]
== link:[Contributions]
== link:[Versions]
== Credits