font_assets 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ module FontAssets
5
5
  '.eot' => 'application/vnd.ms-fontobject',
6
6
  '.svg' => 'image/svg+xml',
7
7
  '.ttf' => 'application/x-font-ttf',
8
+ '.otf' => 'application/x-font-otf',
8
9
  '.woff' => 'application/x-font-woff'
9
10
  }
10
11
 
@@ -1,3 +1,3 @@
1
1
  module FontAssets
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-18 00:00:00.000000000 Z
12
+ date: 2013-01-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  version: '0'
86
86
  requirements: []
87
87
  rubyforge_project: font_assets
88
- rubygems_version: 1.8.23
88
+ rubygems_version: 1.8.24
89
89
  signing_key:
90
90
  specification_version: 3
91
91
  summary: Improve font serving in Rails 3.1