helium-rails 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Helium
2
2
  module Rails
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@
9
9
  @import "type.scss";
10
10
 
11
11
  // Optional components
12
- @import "webfonts.scss";
12
+ @import "webfonts";
13
13
  @import "forms.scss";
14
14
  @import "buttons.scss";
15
15
  @import "navs.scss";
@@ -0,0 +1,8 @@
1
+ @font-face {
2
+ font-family: 'Entypo';
3
+ src: url("<%= asset_path 'entypo.eot' %>");
4
+ src: url("<%= asset_path 'entypo.woff' %>") format("woff"),
5
+ url("<%= asset_path 'entypo.ttf' %>") format("truetype"),
6
+ url("<%= asset_path 'entypo.svg' %>") format("svg");
7
+ font-weight: 400;
8
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helium-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -57,13 +57,13 @@ files:
57
57
  - vendor/assets/webfonts/entypo.svg
58
58
  - vendor/assets/webfonts/entypo.eot
59
59
  - vendor/assets/stylesheets/helium/dropdowns.scss
60
+ - vendor/assets/stylesheets/helium/webfonts.css.erb
60
61
  - vendor/assets/stylesheets/helium/grid.scss
61
62
  - vendor/assets/stylesheets/helium/utilities.scss
62
63
  - vendor/assets/stylesheets/helium/modals.scss
63
64
  - vendor/assets/stylesheets/helium/forms.scss
64
65
  - vendor/assets/stylesheets/helium/config.scss
65
66
  - vendor/assets/stylesheets/helium/type.scss
66
- - vendor/assets/stylesheets/helium/webfonts.scss.erb
67
67
  - vendor/assets/stylesheets/helium/navs.scss
68
68
  - vendor/assets/stylesheets/helium/master.scss
69
69
  - vendor/assets/stylesheets/helium/buttons.scss
@@ -91,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  segments:
93
93
  - 0
94
- hash: 3787106844474770069
94
+ hash: -4493510197438995979
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  none: false
97
97
  requirements:
@@ -1,8 +0,0 @@
1
- @font-face {
2
- font-family: 'Entypo';
3
- src: url('<%= asset_path "entypo.eot" %>');
4
- src: url('<%= asset_path "entypo.woff" %>') format('woff'),
5
- url('<%= asset_path "entypo.ttf" %>') format('truetype'),
6
- url('<%= asset_path "entypo.svg" %>') format('svg');
7
- font-weight: 400;
8
- }