README.md in agile_utils-0.1.0 vs README.md in agile_utils-0.1.1
- old
+ new
@@ -11,10 +11,13 @@
My collection of ruby libraries that I have used in more than one projects.
To promote the code re-use I move them all to this gem. Most of them are from a
well known gems, but some are written from scratch.
I hope you will find some of them useful for your interesting project.
+Start from version `0.1.0`, the newer version will be released based on
+the [Semantic Versioning][].
+
### Installation
Add this line to your application's Gemfile:
gem 'agile_utils'
@@ -53,5 +56,7 @@
1. Fork it ( http://github.com/agilecreativity/agile_utils/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
+
+[Semantic Versioning]: http://semver.org