README.md in hashed_struct-0.0.1 vs README.md in hashed_struct-0.0.2
- old
+ new
@@ -4,11 +4,11 @@
## Installation
Add this line to your application's Gemfile:
- gem 'hashed_struct', '~> 0.0.1'
+ gem 'hashed_struct', '~> 0.0.2'
And then execute:
$ bundle
@@ -31,5 +31,9 @@
1. Fork it ( https://github.com/[my-github-username]/hashed_struct/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 a new Pull Request
+
+## Special thanks
+- Hanmac (#ruby on freenode)
+- apeiros (#ruby on freenode)