Skip to content

Commit c3cca5c

Browse files
committed
Jammit 0.6.4
1 parent eb71ba6 commit c3cca5c

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009 Jeremy Ashkenas, DocumentCloud
1+
Copyright (c) 2009-2011 Jeremy Ashkenas, DocumentCloud
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
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> &mdash; <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> &mdash; <small><i>May 26, 2011</i></small><br />
697703
Quick bugfix release for Rails 3.1 compatibility, which changes the method

jammit.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::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"

lib/jammit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# to all of the configuration options.
55
module Jammit
66

7-
VERSION = "0.6.3"
7+
VERSION = "0.6.4"
88

99
ROOT = File.expand_path(File.dirname(__FILE__) + '/..')
1010

0 commit comments

Comments
 (0)