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 83b22e3 commit c0c0548Copy full SHA for c0c0548
README.md
@@ -34,13 +34,13 @@ alert(Gon.your_other_variable)
34
Puts this line into `Gemfile` then run `$ bundle`:
35
36
``` ruby
37
-gem 'gon', '0.1.0'
+gem 'gon', '0.2.0'
38
```
39
40
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
41
42
43
-config.gem 'gon', :version => '0.1.0'
+config.gem 'gon', :version => '0.2.0'
44
45
46
Or manually install gon gem: `$ gem install gon`
0 commit comments