Skip to content

Commit 19d5f20

Browse files
committed
Bump minor version
1 parent 0a1c386 commit 19d5f20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ you might be doing something like this:
2626
3. Then there can be two ways in js:
2727
+ if you previously wrote data in data
2828
attributes - you should parse this attributes and write data to some
29-
js variable.
29+
js variable.
3030
+ if you wrote js right in view (many frontenders would shame you for
3131
that) - you just use data from this js - OK.
3232
4. You can use your data in your js
@@ -287,13 +287,13 @@ wouldn't work. You can read about this in common usage above.
287287
Puts this line into `Gemfile` then run `$ bundle`:
288288

289289
``` ruby
290-
gem 'gon', '2.1.0'
290+
gem 'gon', '2.1.2'
291291
```
292292

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

295295
``` ruby
296-
config.gem 'gon', :version => '2.1.0'
296+
config.gem 'gon', :version => '2.1.2'
297297
```
298298

299299
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.1.0'
2+
VERSION = '2.1.2'
33
end

0 commit comments

Comments
 (0)