material-icons-rails 0.0.1 → 0.1.0

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: c1d95dc29d82de44bce200e822898ff76e66e617
4
- data.tar.gz: 42c96127d0452bec70a061e0e00d4664dcdf898e
3
+ metadata.gz: 33dc5355e48167ea9609024a39c07e49f0e3a836
4
+ data.tar.gz: 8bab77538a5ee8cc4507ca9d5c2a641e41435694
5
5
  SHA512:
6
- metadata.gz: 56bcdb60a4e2ab5517560a54c42150d95392274102a0b420964cb99466044151680b57cc8de4b5ed2d28a3d42e93fddacd5e6055613abe1f6fab208800506a20
7
- data.tar.gz: 275efc4aa665e89f2ca7df27201da8a93c8a1d51690a6eb52fefffe39d3cbd705be182438bc303116106476c835f2e0d64b2fd01c84ba55303b5e9713022778e
6
+ metadata.gz: 830aadf0171c15475f93372cfce7cdc3641e67878c696becf47ed5ad75badfd440b05523039e71f62beffdc40d945931e87204099a823a5e03329dc965187bfb
7
+ data.tar.gz: d1ed144af8886ec60d97196df83867e9932d099e341983722a3bb93a74ce84eb0263fff51e54be49bfa1dbaa0d80fb70258c8d3638506a5d29d52d72d50f4740
@@ -1,7 +1,7 @@
1
1
  module Material
2
2
  module Icons
3
3
  module Rails
4
- VERSION = "0.0.1"
4
+ VERSION = "0.1.0"
5
5
  end
6
6
  end
7
7
  end
@@ -0,0 +1,28 @@
1
+ // the original one from google server
2
+ // %link{href: 'https://fonts.googleapis.com/icon?family=Material+Icons', rel: 'stylesheet'}
3
+
4
+ // github
5
+ // http://google.github.io/material-design-icons/
6
+
7
+ // the proxied one by USTC LUG
8
+ // %link{href: 'https://fonts.lug.ustc.edu.cn/icon?family=Material+Icons', rel: 'stylesheet'}
9
+
10
+ // manually preloaded and added woff format
11
+ @font-face
12
+ font-family: 'Material Icons'
13
+ font-style: normal
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')
16
+
17
+ .material-icons
18
+ font-family: 'Material Icons'
19
+ font-weight: normal
20
+ font-style: normal
21
+ font-size: 24px
22
+ line-height: 1
23
+ letter-spacing: normal
24
+ text-transform: none
25
+ display: inline-block
26
+ word-wrap: normal
27
+ -webkit-font-feature-settings: 'liga'
28
+ -webkit-font-smoothing: antialiased
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material-icons-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Qiuhao
@@ -46,10 +46,11 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - README.md
49
- - app/assets/fonts/material_icons/MaterialIcons-Regular.woff
50
- - app/assets/fonts/material_icons/MaterialIcons-Regular.woff2
51
49
  - lib/material/icons/rails.rb
52
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
53
54
  homepage: https://github.com/zzborn1022/material-icons-rails
54
55
  licenses: []
55
56
  metadata: {}