fontello-rails 0.1.0 → 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 +7 -0
- data/.gitignore +0 -0
- data/.travis.yml +4 -0
- data/README.md +2 -0
- data/fontello-rails.gemspec +2 -2
- data/lib/fontello-rails.rb +0 -1
- data/lib/fontello-rails/version.rb +1 -1
- metadata +16 -21
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 694421cf7b195263cadb8d781da30282181be41d
|
|
4
|
+
data.tar.gz: 0991abe9fb46a23b76312d214f2f027786d3dcdd
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 7f740ca3fb59018c987f4dad52f019125e37f9e7122f3f9372f0d2f21232a6a17cc9eb2748f49c461b35cac1ebf072dc6b3d611c7eba4711ec84942ac51925f3
|
|
7
|
+
data.tar.gz: 09b1fd91e41adfc64d0cc7d7f03dbd28abc4e8ffb099be45788fe33a2a90e3186035cc792eb98fb926440465924de1daa4baf5cf5bad8329ec16729d30f4fd41
|
data/.gitignore
CHANGED
|
File without changes
|
data/.travis.yml
ADDED
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Fontello::Rails
|
|
2
2
|
|
|
3
|
+
[](http://badge.fury.io/rb/fontello-rails) [](https://travis-ci.org/blackxored/fontello-rails) [](https://coveralls.io/r/blackxored/fontello-rails) [](https://gemnasium.com/blackxored/fontello-rails) [](https://codeclimate.com/github/blackxored/fontello-rails)
|
|
4
|
+
|
|
3
5
|
[Fontello](https://github.com/fontello/fontello) for the Rails asset pipeline.
|
|
4
6
|
|
|
5
7
|
## Installation
|
data/fontello-rails.gemspec
CHANGED
|
@@ -17,6 +17,6 @@ Gem::Specification.new do |gem|
|
|
|
17
17
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
|
18
18
|
gem.require_paths = ["lib"]
|
|
19
19
|
|
|
20
|
-
gem.add_runtime_dependency "railties", "
|
|
21
|
-
gem.add_runtime_dependency "sass-rails", ">= 3.2
|
|
20
|
+
gem.add_runtime_dependency "railties", ">= 3.2"
|
|
21
|
+
gem.add_runtime_dependency "sass-rails", ">= 3.2"
|
|
22
22
|
end
|
data/lib/fontello-rails.rb
CHANGED
metadata
CHANGED
|
@@ -1,48 +1,43 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fontello-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.2.0
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Adrian Perez
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2013-12-06 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: railties
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
|
-
- -
|
|
17
|
+
- - '>='
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.2
|
|
19
|
+
version: '3.2'
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
|
-
- -
|
|
24
|
+
- - '>='
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 3.2
|
|
26
|
+
version: '3.2'
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
28
|
name: sass-rails
|
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
30
|
requirements:
|
|
35
|
-
- -
|
|
31
|
+
- - '>='
|
|
36
32
|
- !ruby/object:Gem::Version
|
|
37
|
-
version: 3.2
|
|
33
|
+
version: '3.2'
|
|
38
34
|
type: :runtime
|
|
39
35
|
prerelease: false
|
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
37
|
requirements:
|
|
43
|
-
- -
|
|
38
|
+
- - '>='
|
|
44
39
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: 3.2
|
|
40
|
+
version: '3.2'
|
|
46
41
|
description: Fontello fonts for Rails Asset pipeline
|
|
47
42
|
email:
|
|
48
43
|
- adrianperez.deb@gmail.com
|
|
@@ -51,6 +46,7 @@ extensions: []
|
|
|
51
46
|
extra_rdoc_files: []
|
|
52
47
|
files:
|
|
53
48
|
- .gitignore
|
|
49
|
+
- .travis.yml
|
|
54
50
|
- Gemfile
|
|
55
51
|
- LICENSE.txt
|
|
56
52
|
- README.md
|
|
@@ -69,27 +65,26 @@ files:
|
|
|
69
65
|
- vendor/assets/stylesheets/_fontello_codes.scss
|
|
70
66
|
homepage: ''
|
|
71
67
|
licenses: []
|
|
68
|
+
metadata: {}
|
|
72
69
|
post_install_message:
|
|
73
70
|
rdoc_options: []
|
|
74
71
|
require_paths:
|
|
75
72
|
- lib
|
|
76
73
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
77
|
-
none: false
|
|
78
74
|
requirements:
|
|
79
|
-
- -
|
|
75
|
+
- - '>='
|
|
80
76
|
- !ruby/object:Gem::Version
|
|
81
77
|
version: '0'
|
|
82
78
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
|
-
none: false
|
|
84
79
|
requirements:
|
|
85
|
-
- -
|
|
80
|
+
- - '>='
|
|
86
81
|
- !ruby/object:Gem::Version
|
|
87
82
|
version: '0'
|
|
88
83
|
requirements: []
|
|
89
84
|
rubyforge_project:
|
|
90
|
-
rubygems_version:
|
|
85
|
+
rubygems_version: 2.0.3
|
|
91
86
|
signing_key:
|
|
92
|
-
specification_version:
|
|
87
|
+
specification_version: 4
|
|
93
88
|
summary: Fontello fonts for Rails Asset pipeline
|
|
94
89
|
test_files: []
|
|
95
90
|
has_rdoc:
|