File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 3.0.3
4+
5+ * Include ActionView::Helpers into Gon::JBuilder
6+ * Added init option (@torbjon )
7+
38## 3.0.2
49
5- * Added need_tag option
10+ * Added need_tag option ( @ afa )
611
712## 3.0.0
813
Original file line number Diff line number Diff line change @@ -349,13 +349,13 @@ Thats it!
349349Puts this line into ` Gemfile ` then run ` $ bundle ` :
350350
351351``` ruby
352- gem ' gon' , ' 3.0.2 '
352+ gem ' gon' , ' 3.0.3 '
353353```
354354
355355Or if you are old-school Rails 2 developer put this into ` config/environment.rb ` and run ` $ rake gems:install ` :
356356
357357``` ruby
358- config.gem ' gon' , :version => ' 3.0.2 '
358+ config.gem ' gon' , :version => ' 3.0.3 '
359359```
360360
361361Or manually install gon gem: ` $ gem install gon `
Original file line number Diff line number Diff line change 11module Gon
2- VERSION = '3.0.2 '
2+ VERSION = '3.0.3 '
33end
You can’t perform that action at this time.
0 commit comments