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 9c14754 commit 80fd7bdCopy full SHA for 80fd7bd
README.md
@@ -40,13 +40,13 @@ alert(Gon.your_hash)
40
Puts this line into `Gemfile` then run `$ bundle`:
41
42
``` ruby
43
-gem 'gon', '0.2.1'
+gem 'gon', '0.2.2'
44
```
45
46
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
47
48
49
-config.gem 'gon', :version => '0.2.1'
+config.gem 'gon', :version => '0.2.2'
50
51
52
Or manually install gon gem: `$ gem install gon`
lib/gon/version.rb
@@ -1,3 +1,3 @@
1
module Gon
2
- VERSION = '0.2.1'
+ VERSION = '0.2.2'
3
end
0 commit comments