material_icons 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ module MaterialIcons
2
+ module Rails
3
+ # Set the base engine to connect with rails
4
+ class Engine < ::Rails::Engine
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,7 @@
1
+ module MaterialIcons
2
+ module Rails
3
+ # Version for the library and the gem
4
+ MATERIAL_ICONS_VERSION = '2.0.0'
5
+ VERSION = '0.0.5'
6
+ end
7
+ end
@@ -0,0 +1,3 @@
1
+ require 'material_icons/version'
2
+ # Only require if rails is available
3
+ require 'material_icons/engine' if defined?(::Rails)
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: