glyphicons-rails 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/glyphicons-rails.gemspec +1 -1
- data/lib/glyphicons/rails/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9842f7b640a1b36d1a5875a39c71c1c77a06546
|
4
|
+
data.tar.gz: c22e3b22630563976fb15b03098952f0ca66c43d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39b5d597a130afcab4a24fe09d2bf8c3623e4daeba656c8653ad432cdbd9ded438834fc4c7e97e757f9a03b0c34adfd6a086b30100c611cd35ae78eadf28963b
|
7
|
+
data.tar.gz: 40097f189cfe0b9a86548c3b9692c1010a1f673a38b41c6c0d8afba522fd60cb3ffe2008b98c44b21112a5a940eec25724bc8ef7b69dbd78f4b03527a03e8871
|
data/glyphicons-rails.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{GLYPHICONS Halflings icons for use with Rails}
|
13
13
|
spec.description = %q{GLYPHICONS Halflings, extracted from Twitter Bootstrap and customized for use with Sass @extend and Rails.}
|
14
|
-
spec.homepage = "https://github.com/
|
14
|
+
spec.homepage = "https://github.com/3rror/glyphicons-rails"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glyphicons-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gianluca Andreotti
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -90,7 +90,7 @@ files:
|
|
90
90
|
- glyphicons-rails.gemspec
|
91
91
|
- lib/glyphicons/rails.rb
|
92
92
|
- lib/glyphicons/rails/version.rb
|
93
|
-
homepage: https://github.com/
|
93
|
+
homepage: https://github.com/3rror/glyphicons-rails
|
94
94
|
licenses:
|
95
95
|
- MIT
|
96
96
|
metadata: {}
|