Skip to content

Commit

Permalink
Jammit 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Nov 8, 2010
1 parent 37f6587 commit da9758c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion index.html
Expand Up @@ -93,7 +93,7 @@
</p>

<p>
<b>Current Version:</b> <a href="http://rubygems.org/gems/jammit/">0.5.3</a>
<b>Current Version:</b> <a href="http://rubygems.org/gems/jammit/">0.5.4</a>
</p>

<p>
Expand Down Expand Up @@ -672,6 +672,13 @@ <h2 id="jst">JavaScript Templates</h2>

<h2 id="changes">Change Log</h2>

<p>
<b class="header">0.5.4</b><br />
Added a <tt>Jammit.package!</tt> helper function, for use in Rake tasks.
Fixed a <tt>request_uri</tt> deprecation warning for Rails 3.
Bugfix to allow <tt>template_extension</tt> to include periods.
</p>

<p>
<b class="header">0.5.3</b><br />
You can now embed <b>WOFF</b>-formatted fonts.
Expand Down
4 changes: 2 additions & 2 deletions jammit.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'jammit'
s.version = '0.5.3' # Keep version in sync with jammit.rb
s.date = '2010-9-15'
s.version = '0.5.4' # Keep version in sync with jammit.rb
s.date = '2010-11-8'

s.homepage = "http://documentcloud.github.com/jammit/"
s.summary = "Industrial Strength Asset Packaging for Rails"
Expand Down
2 changes: 1 addition & 1 deletion lib/jammit.rb
Expand Up @@ -4,7 +4,7 @@
# to all of the configuration options.
module Jammit

VERSION = "0.5.3"
VERSION = "0.5.4"

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

Expand Down

0 comments on commit da9758c

Please sign in to comment.