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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fe62800b9ec90c6924ef650e13e53d5d5da123b9
4
- data.tar.gz: 517feb46f551a5424187ef56004d30b24dd8a84d
3
+ metadata.gz: 1d6f9925c54cadc0962c0f944c8c13a7974a8568
4
+ data.tar.gz: 52ff26ef046bcdd447061a7eb6bcdced1b80d01e
5
5
  SHA512:
6
- metadata.gz: ac45b76907fd47b36dddcab6950302c2326729573b3d7fa658ea471c6b677bd650a28d83ae4c8e354c2cfd8d5f17231e2b3480cb1ad5ae101c7d6de681f3edf4
7
- data.tar.gz: 82e32b6983f6f85dd41a4ffad3a5a3ab1d48e3420e20b018a8456ea6f7ccc40a2817216c49d7d491c31e0121b2d5e2b2ceaada12878f4fd06c3434286bdbcca3
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.3-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)
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.
@@ -1,6 +1,7 @@
1
1
  module FontIonicons
2
2
  module Rails
3
3
  class Engine < ::Rails::Engine
4
+ config.assets.precompile << %w( ionicons.eot ionicons.ttf ionicons.svg ionicons.woff )
4
5
  end
5
6
  end
6
7
  end
@@ -1,6 +1,6 @@
1
1
  module FontIonicons
2
2
  module Rails
3
3
  FI_VERSION = "2.0.1"
4
- VERSION = "2.0.1.3"
4
+ VERSION = "2.0.1.4"
5
5
  end
6
6
  end
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.3
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: 2015-10-12 00:00:00.000000000 Z
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.4.5
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