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 281dcc0 commit d28173eCopy full SHA for d28173e
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.0.0'
+gem 'gon', '1.1.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.0.0'
+config.gem 'gon', :version => '1.1.0'
56
57
58
Or manually install gon gem: `$ gem install gon`
lib/gon/version.rb
@@ -1,3 +1,3 @@
1
module Gon
2
- VERSION = '1.0.0'
+ VERSION = '1.1.0'
3
end
0 commit comments