material-icons-rails 0.1.3 → 0.2.0

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: 064a099b719c7c4ee51a3bb779ec37788059bb67
4
- data.tar.gz: 1fcd316bd2343470342e6472cb3152058927784f
3
+ metadata.gz: 5211f2c06e1795da087f345f3363233f1078ebb9
4
+ data.tar.gz: d8a7d3858e4cd4ace5cd6160343bb5a13acd1389
5
5
  SHA512:
6
- metadata.gz: f1fe79b508ac81d6d6a28c3ab4130d4d258a32e546ab0bafe2eb1044ec21df2dd2bfe831699440ddac4938b5d5c64d957832b05b2587f9df3c69396c56d96a68
7
- data.tar.gz: 491a5ef79a05b24f2e6884da2b692d61404252bda21c6bcdfa6f2d99dfd965ff3b4f98c19638569fd97c6006a4facf9d75771890ebae4b1391dd55fe145d0d93
6
+ metadata.gz: 8f031697dbab1b80e15617fdcd81c26d0308789fd85c0a6e0ef88ddb7479e0f5212ecbb8b498b5a55fd7aea5143726ddbe27f11d5d4f2347dae16f105b28e6ba
7
+ data.tar.gz: dce9af97fc209a54b174fc6c22138811ca3aeb887c9d279f95712a2c510d120cc6f0fdc952dd4a3f0b2d1496a35b555547cef54ae2e5af5a2c33b8f354524d32
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Material::Icons::Rails
1
+ # material-icons-rails
2
2
 
3
3
  ## Installation
4
4
 
@@ -0,0 +1,2 @@
1
+ require "material-icons-rails/version"
2
+ require "material-icons-rails/engine" if defined?(::Rails)
@@ -1,8 +1,6 @@
1
- require "material_icons/rails/version"
2
-
3
1
  module MaterialIcons
4
2
  module Rails
5
3
  class Engine < ::Rails::Engine
6
- end
4
+ end
7
5
  end
8
6
  end
@@ -0,0 +1,6 @@
1
+ module MaterialIcons
2
+ module Rails
3
+ MATERIAL_ICONS_VERSION = "2.0.0"
4
+ VERSION = "0.2.0"
5
+ end
6
+ end
metadata CHANGED
@@ -1,15 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: material-icons-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Qiuhao
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-25 00:00:00.000000000 Z
11
+ date: 2015-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: railties
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '3.2'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '5.0'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '3.2'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '5.0'
33
+ - !ruby/object:Gem::Dependency
34
+ name: sass-rails
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ type: :development
41
+ prerelease: false
42
+ version_requirements: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
13
47
  - !ruby/object:Gem::Dependency
14
48
  name: bundler
15
49
  requirement: !ruby/object:Gem::Requirement
@@ -38,7 +72,7 @@ dependencies:
38
72
  - - "~>"
39
73
  - !ruby/object:Gem::Version
40
74
  version: '10.0'
41
- description:
75
+ description: Material Icons helper for Rails
42
76
  email:
43
77
  - zzborn1022@gmail.com
44
78
  executables: []
@@ -46,13 +80,9 @@ extensions: []
46
80
  extra_rdoc_files: []
47
81
  files:
48
82
  - README.md
49
- - lib/material_icons/rails.rb
50
- - lib/material_icons/rails/version.rb
51
- - vendor/assets/fonts/MaterialIcons-Regular.eot
52
- - vendor/assets/fonts/MaterialIcons-Regular.ttf
53
- - vendor/assets/fonts/MaterialIcons-Regular.woff
54
- - vendor/assets/fonts/MaterialIcons-Regular.woff2
55
- - vendor/assets/stylesheets/material_icons.scss
83
+ - lib/material-icons-rails.rb
84
+ - lib/material-icons-rails/engine.rb
85
+ - lib/material-icons-rails/version.rb
56
86
  homepage: https://github.com/zzborn1022/material-icons-rails
57
87
  licenses: []
58
88
  metadata: {}
@@ -75,5 +105,5 @@ rubyforge_project:
75
105
  rubygems_version: 2.4.8
76
106
  signing_key:
77
107
  specification_version: 4
78
- summary: Material Icons
108
+ summary: Material Icons helper for Rails
79
109
  test_files: []
@@ -1,5 +0,0 @@
1
- module MaterialIcons
2
- module Rails
3
- VERSION = "0.1.3"
4
- end
5
- end
@@ -1,42 +0,0 @@
1
- /*
2
- http://google.github.io/material-design-icons/
3
- */
4
-
5
- @font-face {
6
- font-family: 'Material Icons';
7
- font-style: normal;
8
- font-weight: 400;
9
- src: font-url(MaterialIcons-Regular.eot); /* For IE6-8 */
10
- src: local('Material Icons'),
11
- local('MaterialIcons-Regular'),
12
- font-url(MaterialIcons-Regular.woff2) format('woff2'),
13
- font-url(MaterialIcons-Regular.woff) format('woff'),
14
- font-url(MaterialIcons-Regular.ttf) format('truetype');
15
- }
16
-
17
- .material-icons {
18
- font-family: 'Material Icons';
19
- font-weight: normal;
20
- font-style: normal;
21
- font-size: 24px; /* Preferred icon size */
22
- display: inline-block;
23
- width: 1em;
24
- height: 1em;
25
- line-height: 1;
26
- text-transform: none;
27
- letter-spacing: normal;
28
- word-wrap: normal;
29
- white-space: nowrap;
30
- direction: ltr;
31
-
32
- /* Support for all WebKit browsers. */
33
- -webkit-font-smoothing: antialiased;
34
- /* Support for Safari and Chrome. */
35
- text-rendering: optimizeLegibility;
36
-
37
- /* Support for Firefox. */
38
- -moz-osx-font-smoothing: grayscale;
39
-
40
- /* Support for IE. */
41
- font-feature-settings: 'liga';
42
- }