embed-assets-rails 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,10 @@ module Sprockets
3
3
 
4
4
  class Railtie
5
5
 
6
+ initializer "sprockets.set_configs.bundle_processors", :after => "sprockets.set_configs" do |app|
7
+ app.config.assets.bundle_processors ||= []
8
+ end
9
+
6
10
  protected
7
11
 
8
12
  def asset_environment_with_bundle_processors(app)
@@ -1,5 +1,5 @@
1
1
  module Saulabs
2
2
  module EmbedAssets
3
- VERSION = "0.9.1"
3
+ VERSION = "0.9.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: embed-assets-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.1
5
+ version: 0.9.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - kommen