wbase 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f18c4141bdcb79f2e79098a4981b99f02f73fb9d
4
- data.tar.gz: a459cbc3e8f067090fa97a6f0578dab68e2b2a90
3
+ metadata.gz: cf52bc20a41c67598218ae3034a58afc496f9e3b
4
+ data.tar.gz: 14fbce6132fb7b6ef09dce9c292e24cde680f3f0
5
5
  SHA512:
6
- metadata.gz: 34a1373eac8e4b4edcc354214650a3a6d560c1db386958a2fd33db28c39a27e3069b06526e9c7d6692e7a1a8a4ec03e12e16318a9dc5b912d464fd8ddafbaba7
7
- data.tar.gz: e11d18c094ea02dd463eaa2571c6477be5e35304bd6689c49bf73e7b0b7096e2481ba2a2aa871721ddb3fdaee489155014d569a50ae6395725c5702fec49c309
6
+ metadata.gz: c51ddb835fc663fb39b9c37c20bdc8e060ea98b947d3fd41c53e1409cdfa319dae0952ce3c5a7f7e23be23e725c5c81da5ccfd66499e8b8ace26e52bcc20166b
7
+ data.tar.gz: 148a2142f88314a42bb511b6fa4d0111a3163a62befd9ff260618e645c9cc9b68cfc9d133d3fa637210ed2e6ad2c4db9d1afe1c6bcd102874801b9d28aab97e3
@@ -11,12 +11,12 @@
11
11
  // Import the fonts
12
12
  @font-face {
13
13
  font-family: 'Glyphicons Halflings';
14
- src: url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.eot'), '#{$icon-font-path}#{$icon-font-name}.eot'));
15
- src: url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.eot?#iefix'), '#{$icon-font-path}#{$icon-font-name}.eot?#iefix')) format('embedded-opentype'),
16
- url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.woff2'), '#{$icon-font-path}#{$icon-font-name}.woff2')) format('woff2'),
17
- url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.woff'), '#{$icon-font-path}#{$icon-font-name}.woff')) format('woff'),
18
- url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.ttf'), '#{$icon-font-path}#{$icon-font-name}.ttf')) format('truetype'),
19
- url(if($bootstrap-sass-asset-helper, twbs-font-path('#{$icon-font-path}#{$icon-font-name}.svg##{$icon-font-svg-id}'), '#{$icon-font-path}#{$icon-font-name}.svg##{$icon-font-svg-id}')) format('svg');
14
+ src: font-url('#{$icon-font-name}.eot');
15
+ src: font-url('#{$icon-font-name}.eot?#iefix') format('embedded-opentype'),
16
+ font-url('#{$icon-font-name}.woff2') format('woff2'),
17
+ font-url('#{$icon-font-name}.woff') format('woff'),
18
+ font-url('#{$icon-font-name}.ttf') format('truetype'),
19
+ font-url('#{$icon-font-name}.svg##{$icon-font-svg-id}') format('svg');
20
20
  }
21
21
  }
22
22
 
@@ -1,3 +1,3 @@
1
1
  module Wbase
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CJ Avilla
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-07 00:00:00.000000000 Z
11
+ date: 2016-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails