Skip to content

Commit

Permalink
Jammit 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jul 16, 2010
1 parent 829ffeb commit 6f72525
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 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.0</a>
<b>Current Version:</b> <a href="http://rubygems.org/gems/jammit/">0.5.1</a>
</p>

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

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

<p>
<b class="header">0.5.1</b><br />
Included missing <tt>rails/routes.rb</tt> file in the Gem manifest for Rails 3.
</p>

<p>
<b class="header">0.5.0</b><br />
The Jammit gem is now compatible with Rails 3. JST template packages are
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.0' # Keep version in sync with jammit.rb
s.date = '2010-2-19'
s.version = '0.5.1' # Keep version in sync with jammit.rb
s.date = '2010-7-15'

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.0"
VERSION = "0.5.1"

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

Expand Down

0 comments on commit 6f72525

Please sign in to comment.