Skip to content

Commit b717680

Browse files
committed
Jammit 0.5.2
1 parent 7555513 commit b717680

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

index.html

Lines changed: 8 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.5.1</a>
96+
<b>Current Version:</b> <a href="http://rubygems.org/gems/jammit/">0.5.2</a>
9797
</p>
9898

9999
<p>
@@ -665,6 +665,13 @@ <h2 id="jst">JavaScript Templates</h2>
665665

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

668+
<p>
669+
<b class="header">0.5.2</b><br />
670+
You can now embed <b>WOFF</b>-formatted fonts.
671+
Jammit warnings avoid use of <tt>Rails.logger</tt>.
672+
Bugfixes for Ruby 1.9.2 with asset files containing Unicode characters.
673+
</p>
674+
668675
<p>
669676
<b class="header">0.5.1</b><br />
670677
Included missing <tt>rails/routes.rb</tt> file in the Gem manifest for Rails 3.

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.5.1' # Keep version in sync with jammit.rb
4-
s.date = '2010-7-15'
3+
s.version = '0.5.2' # Keep version in sync with jammit.rb
4+
s.date = '2010-9-15'
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.5.1"
7+
VERSION = "0.5.2"
88

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

0 commit comments

Comments
 (0)