kuppayam 0.1.4dev → 0.1.4
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: 010cd4163a70c1045f7c09ce9e74c0f3902fa657
|
4
|
+
data.tar.gz: 4c1b0b8d2009939b0b60b584fbc6d7573fa9dd53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a862691aa5c6eacc14fa9f34935618165e898a9e332c4f1297ba07d2752f1f9d6d76c4624bec85d501b58d5f6f9d7bcb3b92c4cb3e384a4dad25a870b035efb
|
7
|
+
data.tar.gz: a85a021f0b4eb4d2e723fe9cbc3a1df4f877d33c1f5b1869b44a91d89f4dc575c8e4ccc5eeda2831f9eb07ccb54902c987ad96d6e7e9e3696344e0763e5794e6
|
data/lib/kuppayam/version.rb
CHANGED
@@ -6,11 +6,8 @@
|
|
6
6
|
* -------------------------- */
|
7
7
|
@font-face {
|
8
8
|
font-family: 'FontAwesome';
|
9
|
-
src:
|
10
|
-
src:
|
11
|
-
url('/assets/fontawesome-webfont.woff') format('woff'),
|
12
|
-
url('/assets/fontawesome-webfont.ttf') format('truetype'),
|
13
|
-
url('/assets/fontawesome-webfont.svg#fontawesomeregular') format('svg');
|
9
|
+
src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
|
10
|
+
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
|
14
11
|
font-weight: normal;
|
15
12
|
font-style: normal;
|
16
13
|
}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
@font-face {
|
2
2
|
font-family: 'linecons';
|
3
|
-
src:
|
4
|
-
src:
|
5
|
-
|
6
|
-
|
7
|
-
|
3
|
+
src: url('/assets/fonts/linecons.eot?24293614');
|
4
|
+
src: url('/assets/fonts/linecons.eot?24293614#iefix') format('embedded-opentype'),
|
5
|
+
url('/assets/fonts/linecons.woff?24293614') format('woff'),
|
6
|
+
url('/assets/fonts/linecons.ttf?24293614') format('truetype'),
|
7
|
+
url('/assets/fonts/linecons.svg?24293614#linecons') format('svg');
|
8
8
|
font-weight: normal;
|
9
9
|
font-style: normal;
|
10
10
|
}
|
@@ -14,7 +14,7 @@
|
|
14
14
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
15
15
|
@font-face {
|
16
16
|
font-family: 'linecons';
|
17
|
-
src:
|
17
|
+
src: url('/assets/fonts/linecons.svg?24293614#linecons') format('svg');
|
18
18
|
}
|
19
19
|
}
|
20
20
|
*/
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kuppayam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kpvarma
|
@@ -1412,9 +1412,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1412
1412
|
version: '0'
|
1413
1413
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1414
1414
|
requirements:
|
1415
|
-
- - "
|
1415
|
+
- - ">="
|
1416
1416
|
- !ruby/object:Gem::Version
|
1417
|
-
version:
|
1417
|
+
version: '0'
|
1418
1418
|
requirements: []
|
1419
1419
|
rubyforge_project:
|
1420
1420
|
rubygems_version: 2.5.1
|