We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Simple Token Authentication enforces semantic versioning.
To take the most benefit from semantic versioning:
Define a pessimistic version constraint in your Gemfile or .gemspec
Gemfile
.gemspec
Example: gem 'simple_token_authentication', '~> 1.0'
gem 'simple_token_authentication', '~> 1.0'
Update often!
How-to: bundle update simple_token_authentication
bundle update simple_token_authentication
Any 1.x.x release is backward-compatible with any older 1.x.x release!