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: 92f769733fb7711b3825a70a9a0d5b2e21cc890f
4
- data.tar.gz: d13b08e2c1a6c4186f2e7706c3527a7279551ebc
3
+ metadata.gz: 010cd4163a70c1045f7c09ce9e74c0f3902fa657
4
+ data.tar.gz: 4c1b0b8d2009939b0b60b584fbc6d7573fa9dd53
5
5
  SHA512:
6
- metadata.gz: 89f5792a1f682a067732b5ca4f761c91be82ce1b344849b4c4618c46f9d6a7a3d5d7432f5ec17a2edf98c54970344d97c5c315515f61c4fe2d5f624cb653b3f9
7
- data.tar.gz: 389e8d882e5b379913ebcc51bdd808991ec06670dcc91b0264a90b7280eb397902c8979ecc218ffab198690cff32392e31cb1220fa9b6932fec4e5cb1e7828b5
6
+ metadata.gz: 3a862691aa5c6eacc14fa9f34935618165e898a9e332c4f1297ba07d2752f1f9d6d76c4624bec85d501b58d5f6f9d7bcb3b92c4cb3e384a4dad25a870b035efb
7
+ data.tar.gz: a85a021f0b4eb4d2e723fe9cbc3a1df4f877d33c1f5b1869b44a91d89f4dc575c8e4ccc5eeda2831f9eb07ccb54902c987ad96d6e7e9e3696344e0763e5794e6
@@ -1,3 +1,3 @@
1
1
  module Kuppayam
2
- VERSION = '0.1.4dev'
2
+ VERSION = '0.1.4'
3
3
  end
@@ -6,11 +6,8 @@
6
6
  * -------------------------- */
7
7
  @font-face {
8
8
  font-family: 'FontAwesome';
9
- src: url('/assets/fontawesome-webfont.eot');
10
- src: url('/assets/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
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: url('/assets/linecons.eot');
4
- src: url('/assets/linecons.eot?#iefix') format('embedded-opentype'),
5
- url('/assets/linecons.woff') format('woff'),
6
- url('/assets/linecons.ttf') format('truetype'),
7
- url('/assets/linecons.svg#linecons') format('svg');
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: asset_url('/assets/linecons.svg?#linecons') format('svg');
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.4dev
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: 1.3.1
1417
+ version: '0'
1418
1418
  requirements: []
1419
1419
  rubyforge_project:
1420
1420
  rubygems_version: 2.5.1