fonts-rails 4.0.0.0 → 4.0.0.1

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: f26ad98360f47db2bc656ee8454687232349d256
4
- data.tar.gz: f5931ef12e49e44af7649c67e015ba435f38d5e4
3
+ metadata.gz: 03897082de98f7ae532fb822f3b7895a77064886
4
+ data.tar.gz: daa70ac957a02f1595c2ccb31dc40e14ed35f60e
5
5
  SHA512:
6
- metadata.gz: 7c06df59961f09a10d4fe6d0061af7672af1ce0fb1644cca06a56c856e97319e2fc72dd0fe85567cad5a3634abb17ba3237c6d8eff21d5607cfe81aadd4865bd
7
- data.tar.gz: 61b42aa33e0b1ee4cf01c46b703d7f69c9a7590094bf7d22295f6dd6991098ff3b23626dcd5d339eacc4a81b965dba8a17797ca89b9f7a08bcfbb177be2b46f9
6
+ metadata.gz: c12cc6c89e47437adb3cfeb1146ae4fd5701a610cbb69c7b80519b6d92f7c6c67ba0490f4bb8e147a3dee28296d8b9cdede274eb85326ec931aa1b1be581cc7f
7
+ data.tar.gz: 19925ac90569eba4c12f17f252be9fe13a7fc4c15dccdadd836752781bd7f88bd3845cfb8c1af5a7738b16e54fa08a4852c5d88d3734e4fa47e6fcd265e41bcc
data/README.md CHANGED
@@ -32,6 +32,12 @@ In your layout add a line like this in your head:
32
32
  <%= google_fonts_link_tag 'Open+Sans:300' %>
33
33
  ```
34
34
 
35
+ ## Contributing
36
+
37
+ Any issue, pull request, comment of any kind is more than welcome!
38
+
39
+ I will mainly ensure compatibility to PostgreSQL, AWS, Redis, Elasticsearch, FreeBSD and Memcached. 
40
+
35
41
  ## Credits
36
42
 
37
43
  This gem is maintained and funded by [mmontossi](https://github.com/mmontossi).
@@ -2,10 +2,12 @@ module Fonts
2
2
  module Rails
3
3
  class Railtie < ::Rails::Railtie
4
4
 
5
- initializer 'fonts.extensions' do
6
- ::ActionView::Base.include(
7
- Fonts::Rails::Extensions::ActionView::Base
8
- )
5
+ initializer 'fonts.action_view' do
6
+ ActiveSupport.on_load :action_view do
7
+ ::ActionView::Base.include(
8
+ Fonts::Rails::Extensions::ActionView::Base
9
+ )
10
+ end
9
11
  end
10
12
 
11
13
  end
@@ -1,7 +1,7 @@
1
1
  module Fonts
2
2
  module Rails
3
3
 
4
- VERSION = '4.0.0.0'
4
+ VERSION = '4.0.0.1'
5
5
 
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fonts-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.0
4
+ version: 4.0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mmontossi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-06 00:00:00.000000000 Z
11
+ date: 2016-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails