rails-ionicons 1.0.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.
@@ -0,0 +1,15 @@
1
+ @import "ionicons-variables";
2
+ /*!
3
+ Ionicons, v#{$ionicons-version}
4
+ Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
5
+ https://twitter.com/benjsperry https://twitter.com/ionicframework
6
+ MIT License: https://github.com/driftyco/ionicons
7
+
8
+ Android-style icons originally built by Google’s
9
+ Material Design Icons: https://github.com/google/material-design-icons
10
+ used under CC BY http://creativecommons.org/licenses/by/4.0/
11
+ Modified icons to fit ionicon’s grid from original.
12
+ */
13
+
14
+ @import "ionicons-font";
15
+ @import "ionicons-icons";
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rails-ionicons
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Karthik K
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-06-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/ionicons-rails.rb
20
+ - vendor/assets/fonts/ionicons.eot
21
+ - vendor/assets/fonts/ionicons.svg
22
+ - vendor/assets/fonts/ionicons.ttf
23
+ - vendor/assets/fonts/ionicons.woff
24
+ - vendor/assets/stylesheets/_ionicons-animation.scss
25
+ - vendor/assets/stylesheets/_ionicons-font.scss
26
+ - vendor/assets/stylesheets/_ionicons-icons.scss
27
+ - vendor/assets/stylesheets/_ionicons-variables.scss
28
+ - vendor/assets/stylesheets/ionicons.scss
29
+ homepage: https://github.com/skript/rails-ionicons
30
+ licenses:
31
+ - MIT
32
+ metadata: {}
33
+ post_install_message:
34
+ rdoc_options: []
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
47
+ requirements: []
48
+ rubyforge_project:
49
+ rubygems_version: 2.2.2
50
+ signing_key:
51
+ specification_version: 4
52
+ summary: Ionicons for Ruby on Rails asset pipeline
53
+ test_files: []