filterrific 2.1.1 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06bcb5b32f3075b59905bc1a15fbb83abcf704d0
4
- data.tar.gz: 117381d9c1ed5a9aad0966ae0e8bc6944d68a0eb
3
+ metadata.gz: ad148673088fdac9894406d0412de1b2e7009244
4
+ data.tar.gz: cddde32256c96b655c8ffabe6d9dce532d455ac4
5
5
  SHA512:
6
- metadata.gz: 550831affa696e747459d21d9047793bfc79e1a972003e6be1b8cd3c7750207a731b51c544164c181573d9d3e17129dfba6bf72f47517cdea2a32a6e8b5b0e95
7
- data.tar.gz: 8f5f22cb2c2270421e6a07e47c127ee2dc8d3771c0ed7df5a3d47a36a6bad982eec9af88dd0f89a9890c4a2d7f7201c92dc1dda6c018eb448b8d2685e18e977e
6
+ metadata.gz: f2b7d359e7bc6e8ccef3d1c30ac7d8fb187c4925ea94baff7476440ad7d69c246997d4c056bc3abbff18eaf550cf81f42aaad0200821c61390502d15ccf0b5d9
7
+ data.tar.gz: 37d7a118f6d49f3251496630909ef4361dfc0467a115ea01d5e9fcc813b2e3b5370c976bb947f2442920cc991f09ea50bf74de3ec2a10fd0b8ac49027ed97239
@@ -39,6 +39,10 @@
39
39
  },
40
40
  )
41
41
 
42
+ ### 2.1.2
43
+
44
+ * Removed older way of initializing assets, relying on config/initializers/assets.rb for all versions of Rails.
45
+
42
46
  ### 2.1.1
43
47
 
44
48
  * Reverted asset initialization back to working state for versions prior to Rails5.
@@ -28,13 +28,5 @@ module Filterrific
28
28
  extend Filterrific::ActiveRecordExtension
29
29
  end
30
30
 
31
- # sprockets-rails 3 tracks down the calls to `font_path` and `image_path`
32
- # and automatically precompiles the referenced assets.
33
- unless Rails::VERSION::MAJOR < 5
34
- initializer "filterrific" do |app|
35
- app.config.assets.precompile += %w(filterrific-spinner.gif)
36
- end
37
- end
38
-
39
31
  end
40
32
  end
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
3
  module Filterrific
4
- VERSION = "2.1.1"
4
+ VERSION = "2.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filterrific
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jo Hund