volt-picnic 0.0.3 → 0.0.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: f3dff940d392cba8adfcbd950e5f282748c9ccef
4
- data.tar.gz: eb1fb5e691564494e06934a076d783a2ce11aabc
3
+ metadata.gz: 6bfe0a80494562c90b5eff60533b8c399643853b
4
+ data.tar.gz: ae4e40ca96f48f7d3262396e71a8de6e28d31ed7
5
5
  SHA512:
6
- metadata.gz: 0001a64dc4607fa2a00fc6397e1648ab5384f29c8cbd9fdc333959a49a283f3c5036e08300d2288812e54462a1762b1d0a3aa4ba9c2c4662a7a64721e505edc5
7
- data.tar.gz: fed0a2890f7ed0fcaef14ecf36cec29641818351877b7365146f1e64ea7b2cee0db87fd16906c65e856b2f09938081aa93f20491235abad8cbaf49287f49fde8
6
+ metadata.gz: c1abe214b97e8ed8fa049a9dcf55950e10454cb4245f4466f94a7e7e4a6c6e65f22ccd5ea82f72f5e4c67450c1d697f9aec93f938abc5cd6f2038da837dff723
7
+ data.tar.gz: f236de68fa631afa15b1220c89e5e9fae168003e0e873486aeca16f1e29d1186ff6ffc1e9abe07a5bb2bf1ea77db009ada79c4c1a2a3af5c986a3e8c2463fd83
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
@@ -1,10 +1,10 @@
1
1
  @font-face {
2
2
  font-family: 'fontello';
3
- src: url('../font/fontello.eot?23217981');
4
- src: url('../font/fontello.eot?23217981#iefix') format('embedded-opentype'),
5
- url('../font/fontello.woff?23217981') format('woff'),
6
- url('../font/fontello.ttf?23217981') format('truetype'),
7
- url('../font/fontello.svg?23217981#fontello') format('svg');
3
+ src: url('../font/fontello.eot');
4
+ src: url('../font/fontello.eot') format('embedded-opentype'),
5
+ url('../font/fontello.woff') format('woff'),
6
+ url('../font/fontello.ttf') format('truetype'),
7
+ url('../font/fontello.svg') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: volt-picnic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ChangJoo Park