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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf52bc20a41c67598218ae3034a58afc496f9e3b
|
4
|
+
data.tar.gz: 14fbce6132fb7b6ef09dce9c292e24cde680f3f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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:
|
15
|
-
src:
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
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
|
|
data/lib/wbase/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2016-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|