Skip to content

Commit 25d5ff6

Browse files
committed
Fix bug, bump version to 2.0.1
1 parent 6fa5bea commit 25d5ff6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,13 @@ gon.rabl 'path/to/rabl/file', :as => 'alias'
207207
Puts this line into `Gemfile` then run `$ bundle`:
208208
209209
``` ruby
210-
gem 'gon', '2.0.0'
210+
gem 'gon', '2.0.1'
211211
```
212212
213213
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
214214
215215
``` ruby
216-
config.gem 'gon', :version => '2.0.0'
216+
config.gem 'gon', :version => '2.0.1'
217217
```
218218
219219
Or manually install gon gem: `$ gem install gon`

lib/gon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Gon
2-
VERSION = '2.0.0'
2+
VERSION = '2.0.1'
33
end

0 commit comments

Comments
 (0)