Skip to content

Updates (Semantic Versioning)

Gonzalo Bulnes Guilpain edited this page Apr 22, 2016 · 2 revisions

Simple Token Authentication enforces semantic versioning.

To take the most benefit from semantic versioning:

  • Define a pessimistic version constraint in your Gemfile or .gemspec

    Example: gem 'simple_token_authentication', '~> 1.0'

  • Update often!

    How-to: bundle update simple_token_authentication

    Any 1.x.x release is backward-compatible with any older 1.x.x release!

Clone this wiki locally