File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 93
93
</ p >
94
94
95
95
< 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 >
97
97
</ p >
98
98
99
99
< p >
@@ -665,6 +665,13 @@ <h2 id="jst">JavaScript Templates</h2>
665
665
666
666
< h2 id ="changes "> Change Log</ h2 >
667
667
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
+
668
675
< p >
669
676
< b class ="header "> 0.5.1</ b > < br />
670
677
Included missing < tt > rails/routes.rb</ tt > file in the Gem manifest for Rails 3.
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
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'
5
5
6
6
s . homepage = "http://documentcloud.github.com/jammit/"
7
7
s . summary = "Industrial Strength Asset Packaging for Rails"
Original file line number Diff line number Diff line change 4
4
# to all of the configuration options.
5
5
module Jammit
6
6
7
- VERSION = "0.5.1 "
7
+ VERSION = "0.5.2 "
8
8
9
9
ROOT = File . expand_path ( File . dirname ( __FILE__ ) + '/..' )
10
10
You can’t perform that action at this time.
0 commit comments