font-ionicons-rails 2.0.1.3 → 2.0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/font-ionicons-rails/engine.rb +1 -0
- data/lib/font-ionicons-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: 1d6f9925c54cadc0962c0f944c8c13a7974a8568
|
4
|
+
data.tar.gz: 52ff26ef046bcdd447061a7eb6bcdced1b80d01e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c2bd1760761072b2ee96282f075034de079db18a3f6d0c5b36fa5ba80f32f74fbb787abd4b8cea75a93274ccf9b88175ceb6192665969ca4f0214bad14805ab
|
7
|
+
data.tar.gz: 0948fc8e4edca4c35ab0bcaf802c2f2a8ca9df809876363cf3efda9c73b39569bd392b039059778289d995fe50fcaf3422bbf82e992499ebb339005008a93e67
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
font-ionicons-rails [![Gem Version](https://img.shields.io/badge/gem-v2.0.1.
|
1
|
+
font-ionicons-rails [![Gem Version](https://img.shields.io/badge/gem-v2.0.1.4-blue.svg)](https://github.com/ricardoemerson/font-ionicons-rails) [![Build Status](https://img.shields.io/badge/build-passing-green.svg)](https://github.com/ricardoemerson/font-ionicons-rails)
|
2
2
|
==============================================================================================================================================================================================================================================================================
|
3
3
|
|
4
4
|
The font-ionicons-rails is the best gem made for ionicons and provides the [ionicons](http://ionicons.com/) web fonts and stylesheets as a Rails engine for use with the asset pipeline.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: font-ionicons-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.1.
|
4
|
+
version: 2.0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ricardo Emerson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
version: '0'
|
114
114
|
requirements: []
|
115
115
|
rubyforge_project:
|
116
|
-
rubygems_version: 2.
|
116
|
+
rubygems_version: 2.5.1
|
117
117
|
signing_key:
|
118
118
|
specification_version: 4
|
119
119
|
summary: an asset gemification of the ionicons icon font library
|