Closed ianyamey closed 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.
Given a version number MAJOR.MINOR.PATCH, increment the:
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!
Pushed to Rubygems, and I yanked "1.8" to prevent any ambiguity
Most gems follow the Semantic Versioning specification. This is a suggestion to make it easier to manage dependencies when the gem is changed.