gumby2-rails 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Gumby2
2
2
  module Rails
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
@@ -9,10 +9,10 @@
9
9
  font-family: '#{$icons}';
10
10
  font-style: normal;
11
11
  font-weight: 400;
12
- src: url(/assets/#{$icons}.eot);
13
- src: url('/assets/#{$icons}.eot?#iefix') format('ie9-skip-eot'),
14
- url('/assets/#{$icons}.woff') format('woff'),
15
- url('/assets/#{$icons}.ttf') format('truetype');
12
+ src: asset-url(#{$icons}.eot);
13
+ src: asset-url('#{$icons}.eot?#iefix') format('ie9-skip-eot'),
14
+ asset-url('#{$icons}.woff') format('woff'),
15
+ asset-url('#{$icons}.ttf') format('truetype');
16
16
  }
17
17
 
18
18
  // To include your own, local copies of fonts, use the following template
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gumby2-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
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: 2013-07-17 00:00:00.000000000 Z
12
+ date: 2013-07-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Gumby Framework Gem for Ruby on Rails
15
15
  email: