theSteveMitchell / after_party

Automated post-deploy tasks for Ruby/Rails. Your deployment is the party. This is the after party
MIT License
241 stars 50 forks source link

Use Semantic Versioning #19

Closed ianyamey closed 9 years ago

ianyamey commented 9 years ago

Most gems follow the Semantic Versioning specification. This is a suggestion to make it easier to manage dependencies when the gem is changed.

Given a version number MAJOR.MINOR.PATCH, increment the:

  • MAJOR version when you make incompatible API changes,
  • MINOR version when you add functionality in a backwards-compatible manner, and
  • PATCH version when you make backwards-compatible bug fixes.
theSteveMitchell commented 9 years ago

I think I let this lag mostly because we've not yet had a backwards-compatible patch. But here's hoping we will in the future. Thanks!

theSteveMitchell commented 9 years ago

Pushed to Rubygems, and I yanked "1.8" to prevent any ambiguity