material_icons 0.0.5
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 +7 -0
- data/LICENSE +21 -0
- data/README.md +85 -0
- data/Rakefile +36 -0
- data/app/assets/fonts/LICENSE +393 -0
- data/app/assets/fonts/MaterialIcons-Regular.eot +0 -0
- data/app/assets/fonts/MaterialIcons-Regular.ttf +0 -0
- data/app/assets/fonts/MaterialIcons-Regular.woff +0 -0
- data/app/assets/fonts/MaterialIcons-Regular.woff2 +0 -0
- data/app/assets/stylesheets/material_icons.css.erb +92 -0
- data/app/assets/stylesheets/material_icons_unicode.css.erb +3265 -0
- data/lib/material_icons/engine.rb +7 -0
- data/lib/material_icons/version.rb +7 -0
- data/lib/material_icons.rb +3 -0
- metadata +59 -0
metadata
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: material_icons
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.5
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Angel M Miguel
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2015-05-31 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Add Google Material Icons in your Rails projects easily. It is a library
|
|
14
|
+
with +750 icons ;)
|
|
15
|
+
email: angel@laux.es
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- LICENSE
|
|
21
|
+
- README.md
|
|
22
|
+
- Rakefile
|
|
23
|
+
- app/assets/fonts/LICENSE
|
|
24
|
+
- app/assets/fonts/MaterialIcons-Regular.eot
|
|
25
|
+
- app/assets/fonts/MaterialIcons-Regular.ttf
|
|
26
|
+
- app/assets/fonts/MaterialIcons-Regular.woff
|
|
27
|
+
- app/assets/fonts/MaterialIcons-Regular.woff2
|
|
28
|
+
- app/assets/stylesheets/material_icons.css.erb
|
|
29
|
+
- app/assets/stylesheets/material_icons_unicode.css.erb
|
|
30
|
+
- lib/material_icons.rb
|
|
31
|
+
- lib/material_icons/engine.rb
|
|
32
|
+
- lib/material_icons/version.rb
|
|
33
|
+
homepage: https://laux.es
|
|
34
|
+
licenses:
|
|
35
|
+
- MIT
|
|
36
|
+
- Creative Common Attribution 4.0 International License
|
|
37
|
+
metadata: {}
|
|
38
|
+
post_install_message:
|
|
39
|
+
rdoc_options: []
|
|
40
|
+
require_paths:
|
|
41
|
+
- lib
|
|
42
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '0'
|
|
47
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
48
|
+
requirements:
|
|
49
|
+
- - ">="
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: '0'
|
|
52
|
+
requirements: []
|
|
53
|
+
rubyforge_project:
|
|
54
|
+
rubygems_version: 2.4.6
|
|
55
|
+
signing_key:
|
|
56
|
+
specification_version: 4
|
|
57
|
+
summary: A simple Rails wrapper for Google Material Icons
|
|
58
|
+
test_files: []
|
|
59
|
+
has_rdoc:
|