You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-1
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,35 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
60
60
61
61
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
62
62
63
+
## Maintenance
64
+
65
+
To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
66
+
67
+
## Versioning
68
+
69
+
This library aims to adhere to [Semantic Versioning 2.0.0](http://semver.org/).
70
+
Violations of this scheme should be reported as bugs. Specifically,
71
+
if a minor or patch version is released that breaks backward
72
+
compatibility, a new version should be immediately released that
73
+
restores compatibility. Breaking changes to the public API will
74
+
only be introduced with new major versions.
75
+
76
+
As a result of this policy, you can (and should) specify a
77
+
dependency on this gem using the [Pessimistic Version Constraint](http://docs.rubygems.org/read/chapter/16#page74) with two digits of precision.
0 commit comments