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 850ea70 commit 3312851Copy full SHA for 3312851
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.2.0'
+gem 'gon', '0.2.1'
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.2.0'
+config.gem 'gon', :version => '0.2.1'
44
45
46
Or manually install gon gem: `$ gem install gon`
lib/gon/version.rb
@@ -1,3 +1,3 @@
1
module Gon
2
- VERSION = '0.2.0'
+ VERSION = '0.2.1'
3
end
0 commit comments