README.md in gon-0.2.2 vs README.md in gon-0.3.0
- old
+ new
@@ -38,16 +38,16 @@
## Installation
Puts this line into `Gemfile` then run `$ bundle`:
``` ruby
-gem 'gon', '0.2.2'
+gem 'gon', '0.3.0'
```
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
``` ruby
-config.gem 'gon', :version => '0.2.2'
+config.gem 'gon', :version => '0.3.0'
```
Or manually install gon gem: `$ gem install gon`
## Contributors