font-awesome-sass 5.11.1 → 5.14.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,9 @@ module FontAwesome
5
5
  module Rails
6
6
  class Railtie < ::Rails::Railtie
7
7
  initializer 'font-awesome-sass.view_helpers' do
8
- ActionView::Base.send :include, ViewHelpers
8
+ ActiveSupport.on_load(:action_view) do
9
+ include ViewHelpers
10
+ end
9
11
  end
10
12
  end
11
13
  end
@@ -1,5 +1,5 @@
1
1
  module FontAwesome
2
2
  module Sass
3
- VERSION = '5.11.1'.freeze
3
+ VERSION = '5.14.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font-awesome-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.11.1
4
+ version: 5.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Chase
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-20 00:00:00.000000000 Z
11
+ date: 2020-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sassc
@@ -121,7 +121,7 @@ homepage: https://github.com/FortAwesome/font-awesome-sass
121
121
  licenses:
122
122
  - MIT
123
123
  metadata: {}
124
- post_install_message:
124
+ post_install_message:
125
125
  rdoc_options: []
126
126
  require_paths:
127
127
  - lib
@@ -136,8 +136,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  - !ruby/object:Gem::Version
137
137
  version: '0'
138
138
  requirements: []
139
- rubygems_version: 3.0.6
140
- signing_key:
139
+ rubygems_version: 3.1.4
140
+ signing_key:
141
141
  specification_version: 4
142
142
  summary: Font-Awesome SASS
143
143
  test_files: []