gumby2-rails 0.0.4 → 0.0.5

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.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@
9
9
  font-family: '#{$icons}';
10
10
  font-style: normal;
11
11
  font-weight: 400;
12
- src: font-url(../fonts/icons/#{$icons}.eot);
12
+ src: font-url(#{$icons}.eot);
13
13
  src: font-url('#{$icons}.eot?#iefix') format('ie9-skip-eot'),
14
14
  font-url('#{$icons}.woff') format('woff'),
15
15
  font-url('#{$icons}.ttf') format('truetype');
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.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -28,6 +28,9 @@ files:
28
28
  - lib/gumby2-rails.rb
29
29
  - lib/gumby2-rails/version.rb
30
30
  - vendor/assets/.DS_Store
31
+ - vendor/assets/fonts/icons/entypo.eot
32
+ - vendor/assets/fonts/icons/entypo.ttf
33
+ - vendor/assets/fonts/icons/entypo.woff
31
34
  - vendor/assets/javascripts/.DS_Store
32
35
  - vendor/assets/javascripts/gumby.init.js
33
36
  - vendor/assets/javascripts/gumby.js
@@ -47,9 +50,6 @@ files:
47
50
  - vendor/assets/javascripts/ui/gumby.toggleswitch.js
48
51
  - vendor/assets/javascripts/ui/jquery.validation.js
49
52
  - vendor/assets/stylesheets/.DS_Store
50
- - vendor/assets/stylesheets/fonts/icons/entypo.eot
51
- - vendor/assets/stylesheets/fonts/icons/entypo.ttf
52
- - vendor/assets/stylesheets/fonts/icons/entypo.woff
53
53
  - vendor/assets/stylesheets/gumby.css
54
54
  - vendor/assets/stylesheets/sass/_base.scss
55
55
  - vendor/assets/stylesheets/sass/_custom.scss