webhostinghub-glyphs-rails 0.0.1
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.
- data/.gitignore +17 -0
- data/Gemfile +4 -0
- data/README.md +29 -0
- data/Rakefile +1 -0
- data/app/assets/fonts/webhostinghub-glyphs.eot +0 -0
- data/app/assets/fonts/webhostinghub-glyphs.ttf +0 -0
- data/app/assets/stylesheets/webhostinghub-glyphs.scss +1207 -0
- data/lib/webhostinghub-glyphs-rails.rb +6 -0
- data/lib/webhostinghub-glyphs-rails/version.rb +7 -0
- data/webhostinghub-glyphs-rails.gemspec +22 -0
- metadata +87 -0
@@ -0,0 +1,22 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
lib = File.expand_path('../lib', __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
+
require 'webhostinghub-glyphs-rails/version'
|
5
|
+
|
6
|
+
Gem::Specification.new do |gem|
|
7
|
+
gem.name = "webhostinghub-glyphs-rails"
|
8
|
+
gem.version = Webhostinghub::Glyphs::Rails::VERSION
|
9
|
+
gem.authors = ["Alex Galushka, WebHostingHub"]
|
10
|
+
gem.email = ["galulex@gmail.com"]
|
11
|
+
gem.description = %q{High quality icons that are easy to use with rails assets pipeline.}
|
12
|
+
gem.summary = %q{High quality icons that are easy to use with rails assets pipeline.}
|
13
|
+
gem.homepage = "http://www.webhostinghub.com/glyphs/"
|
14
|
+
|
15
|
+
gem.files = `git ls-files`.split("\n")
|
16
|
+
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
17
|
+
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
18
|
+
gem.require_paths = ["lib"]
|
19
|
+
|
20
|
+
gem.add_runtime_dependency 'railties', '>= 3.1.1'
|
21
|
+
gem.add_runtime_dependency 'sass-rails', '>= 3.1.1'
|
22
|
+
end
|
metadata
ADDED
@@ -0,0 +1,87 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: webhostinghub-glyphs-rails
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Alex Galushka, WebHostingHub
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2013-03-16 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: railties
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 3.1.1
|
22
|
+
type: :runtime
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ! '>='
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 3.1.1
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: sass-rails
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
34
|
+
requirements:
|
35
|
+
- - ! '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: 3.1.1
|
38
|
+
type: :runtime
|
39
|
+
prerelease: false
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ! '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: 3.1.1
|
46
|
+
description: High quality icons that are easy to use with rails assets pipeline.
|
47
|
+
email:
|
48
|
+
- galulex@gmail.com
|
49
|
+
executables: []
|
50
|
+
extensions: []
|
51
|
+
extra_rdoc_files: []
|
52
|
+
files:
|
53
|
+
- .gitignore
|
54
|
+
- Gemfile
|
55
|
+
- README.md
|
56
|
+
- Rakefile
|
57
|
+
- app/assets/fonts/webhostinghub-glyphs.eot
|
58
|
+
- app/assets/fonts/webhostinghub-glyphs.ttf
|
59
|
+
- app/assets/stylesheets/webhostinghub-glyphs.scss
|
60
|
+
- lib/webhostinghub-glyphs-rails.rb
|
61
|
+
- lib/webhostinghub-glyphs-rails/version.rb
|
62
|
+
- webhostinghub-glyphs-rails.gemspec
|
63
|
+
homepage: http://www.webhostinghub.com/glyphs/
|
64
|
+
licenses: []
|
65
|
+
post_install_message:
|
66
|
+
rdoc_options: []
|
67
|
+
require_paths:
|
68
|
+
- lib
|
69
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
70
|
+
none: false
|
71
|
+
requirements:
|
72
|
+
- - ! '>='
|
73
|
+
- !ruby/object:Gem::Version
|
74
|
+
version: '0'
|
75
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
76
|
+
none: false
|
77
|
+
requirements:
|
78
|
+
- - ! '>='
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: '0'
|
81
|
+
requirements: []
|
82
|
+
rubyforge_project:
|
83
|
+
rubygems_version: 1.8.23
|
84
|
+
signing_key:
|
85
|
+
specification_version: 3
|
86
|
+
summary: High quality icons that are easy to use with rails assets pipeline.
|
87
|
+
test_files: []
|