File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Copyright (c) 2009 Jeremy Ashkenas, DocumentCloud
1+ Copyright (c) 2009-2011 Jeremy Ashkenas, DocumentCloud
22
33Permission is hereby granted, free of charge, to any person
44obtaining a copy of this software and associated documentation
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.3 </ a >
96+ < b > Current Version:</ b > < a href ="http://rubygems.org/gems/jammit/ "> 0.6.4 </ a >
9797 </ p >
9898
9999 < p >
@@ -692,6 +692,12 @@ <h2 id="jst">JavaScript Templates</h2>
692692
693693 < h2 id ="changes "> Change Log</ h2 >
694694
695+ < p >
696+ < b class ="header "> 0.6.4</ b > — < small > < i > Nov 30, 2011</ i > </ small > < br />
697+ Added the ability to pass HTML tag options to < tt > include_javascripts</ tt > .
698+ Fixed a bug that would always cause JS to be recompiled, regardless of mtimes.
699+ </ p >
700+
695701 < p >
696702 < b class ="header "> 0.6.3</ b > — < small > < i > May 26, 2011</ i > </ small > < br />
697703 Quick bugfix release for Rails 3.1 compatibility, which changes the method
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = 'jammit'
3- s . version = '0.6.3 ' # Keep version in sync with jammit.rb
4- s . date = '2011-05-26 '
3+ s . version = '0.6.4 ' # Keep version in sync with jammit.rb
4+ s . date = '2011-11-30 '
55
66 s . homepage = "http://documentcloud.github.com/jammit/"
77 s . summary = "Industrial Strength Asset Packaging for Rails"
Original file line number Diff line number Diff line change 44# to all of the configuration options.
55module Jammit
66
7- VERSION = "0.6.3 "
7+ VERSION = "0.6.4 "
88
99 ROOT = File . expand_path ( File . dirname ( __FILE__ ) + '/..' )
1010
You can’t perform that action at this time.
0 commit comments