We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28173e commit 6697515Copy full SHA for 6697515
README.md
@@ -46,13 +46,13 @@ alert(Gon.your_hash)
46
Puts this line into `Gemfile` then run `$ bundle`:
47
48
``` ruby
49
-gem 'gon', '1.1.0'
+gem 'gon', '1.0.0'
50
```
51
52
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
53
54
55
-config.gem 'gon', :version => '1.1.0'
+config.gem 'gon', :version => '1.0.0'
56
57
58
Or manually install gon gem: `$ gem install gon`
0 commit comments