Skip to content

Commit 3312851

Browse files
committed
Adding types support
1 parent 850ea70 commit 3312851

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
@@ -34,13 +34,13 @@ alert(Gon.your_other_variable)
3434
Puts this line into `Gemfile` then run `$ bundle`:
3535

3636
``` ruby
37-
gem 'gon', '0.2.0'
37+
gem 'gon', '0.2.1'
3838
```
3939

4040
Or if you are old-school Rails 2 developer put this into `config/environment.rb` and run `$ rake gems:install`:
4141

4242
``` ruby
43-
config.gem 'gon', :version => '0.2.0'
43+
config.gem 'gon', :version => '0.2.1'
4444
```
4545

4646
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 = '0.2.0'
2+
VERSION = '0.2.1'
33
end

0 commit comments

Comments
 (0)