File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 </ p >
9494
9595 < p >
96- < b > Current Version:</ b > < a href ="http://rubygems.org/gems/jammit/ "> 0.6.2 </ a >
96+ < b > Current Version:</ b > < a href ="http://rubygems.org/gems/jammit/ "> 0.6.3 </ a >
9797 </ p >
9898
9999 < p >
@@ -693,7 +693,7 @@ <h2 id="jst">JavaScript Templates</h2>
693693 < h2 id ="changes "> Change Log</ h2 >
694694
695695 < p >
696- < b class ="header "> 0.6.2 </ b > — < small > < i > May 26, 2011</ i > </ small > < br />
696+ < b class ="header "> 0.6.3 </ b > — < small > < i > May 26, 2011</ i > </ small > < br />
697697 Quick bugfix release for Rails 3.1 compatibility, which changes the method
698698 signatures of < tt > javascript_include_tag</ tt > and < tt > stylesheet_link_tag</ tt >
699699 in a backwards-incompatible fashion.
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = 'jammit'
3- s . version = '0.6.2 ' # Keep version in sync with jammit.rb
3+ s . version = '0.6.3 ' # Keep version in sync with jammit.rb
44 s . date = '2011-05-26'
55
66 s . homepage = "http://documentcloud.github.com/jammit/"
Original file line number Diff line number Diff line change 44# to all of the configuration options.
55module Jammit
66
7- VERSION = "0.6.2 "
7+ VERSION = "0.6.3 "
88
99 ROOT = File . expand_path ( File . dirname ( __FILE__ ) + '/..' )
1010
You can’t perform that action at this time.
0 commit comments