README.md in gon-3.0.3 vs README.md in gon-3.0.4

- old
+ new

@@ -347,16 +347,16 @@ ## Installation Puts this line into `Gemfile` then run `$ bundle`: ``` ruby -gem 'gon', '3.0.3' +gem 'gon', '3.0.4' ``` 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 => '3.0.3' +config.gem 'gon', :version => '3.0.4' ``` Or manually install gon gem: `$ gem install gon` ## Contributors