material-icons-rails 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 11ecc08bf2c3b15e50e9d88173685b004541286c
4
- data.tar.gz: bd9ddcb08452ee52eb1550349c3b631322493027
3
+ metadata.gz: 6057b98866cc58ecdb20f8abe90a9655455c8f71
4
+ data.tar.gz: 1051fd77bf0e91488a12517e6f22dd8913313598
5
5
  SHA512:
6
- metadata.gz: 8bdaf7e567e6bbb31d685fec335648f34ad3a33961757f3dbebbabd9a8e9907fc9fb10a1ab1bd7fac6de8deaee2b788312abcf9ab4be3f5d7f1c9c535a78d513
7
- data.tar.gz: fe8e1bf99cc6032acca629f8b0de27c13198b7b31d2c2b8596995b94aa0da8dd85d77aff3a768f95aba3a7634ce22521bb9abd9c15774e7ec9d881e9679d995b
6
+ metadata.gz: a8725698917cde4247d720b85be6b170c269fdb103d6f30f5a4d42d6bfad1df009693c5c23569fe3b52915a5588fadc33f00d913e1c155f3dca5f24245ac83c1
7
+ data.tar.gz: 1b6f5a0551995977af29d92ca5c62117426d29d55d71c6aa96e1f137ac7a00212d0feec30985e188e46b18fe23ea9f483393749932e451137f29c794fc3c104a
@@ -1,7 +1,7 @@
1
1
  module Material
2
2
  module Icons
3
3
  module Rails
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
@@ -12,7 +12,7 @@
12
12
  font-family: 'Material Icons'
13
13
  font-style: normal
14
14
  font-weight: 400
15
- src: local('Material Icons'), local('MaterialIcons-Regular'), font-url('material_icons/MaterialIcons-Regular.woff2') format('woff2'), font-url('material_icons/MaterialIcons-Regular.woff') format('woff')
15
+ src: local('Material Icons'), local('MaterialIcons-Regular'), url('MaterialIcons-Regular.woff2') format('woff2'), url('MaterialIcons-Regular.woff') format('woff')
16
16
 
17
17
  .material-icons
18
18
  font-family: 'Material Icons'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material-icons-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Qiuhao
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-22 00:00:00.000000000 Z
11
+ date: 2015-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -48,9 +48,9 @@ files:
48
48
  - README.md
49
49
  - lib/material/icons/rails.rb
50
50
  - lib/material/icons/rails/version.rb
51
- - vendor/assets/stylesheets/material_icons/MaterialIcons-Regular.woff
52
- - vendor/assets/stylesheets/material_icons/MaterialIcons-Regular.woff2
53
- - vendor/assets/stylesheets/material_icons/material_icons.sass
51
+ - vendor/assets/stylesheets/MaterialIcons-Regular.woff
52
+ - vendor/assets/stylesheets/MaterialIcons-Regular.woff2
53
+ - vendor/assets/stylesheets/material_icons.sass
54
54
  homepage: https://github.com/zzborn1022/material-icons-rails
55
55
  licenses: []
56
56
  metadata: {}