effective_assets 1.9.13 → 1.9.14

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: 3454e799611d9e37388da9168c242fdbb6880281
4
- data.tar.gz: 61ac6dde014c2f40920ee9f2726fd5652a45261e
3
+ metadata.gz: 83b563d9bd1167133ad1f6584893f76f82f16e36
4
+ data.tar.gz: 5ec222a0c56d2b8a4a6f077e4d9f7877297b42e8
5
5
  SHA512:
6
- metadata.gz: 485932d93aa545c4fbf468322cfc0f7d0f975d80ec8b69dfa45127477fcda68cc9a3e92fca3fd12e8b0e349e0098afa2630c51bcda7e74ff50670446576b6bf5
7
- data.tar.gz: f65ae79a6b8423f120be579cb316405e6872b3249a4d02aac27a7c5ca1cb952fb63986e9f687fe6a6fe1ef0ef772567b47e282e6f1e0072b77db90b0490b925b
6
+ metadata.gz: 738a48fb236386ba724496fe225854df828d8bb5f4c588d84b6a0080f0efbec737701c80ee92d93304e84ea05625b26fcf4d64b32e371d026f1dfc31986638e3
7
+ data.tar.gz: 8143da9f67e215f5e548582a8f126218c9db2270039beea295421ef3a4e44bc36dcfb207de1380d84bd84f384c398c78975d6294f115f1d9e94e1f02c4794b40
@@ -4,14 +4,6 @@ module EffectiveAssets
4
4
 
5
5
  config.autoload_paths += Dir["#{config.root}/app/models/**/", "#{config.root}/app/jobs/**/"]
6
6
 
7
- # Include Helpers to base application
8
- initializer 'effective_assets.action_controller' do |app|
9
- ActiveSupport.on_load :action_controller do
10
- helper EffectiveAssetsHelper
11
- helper EffectiveAssetsS3Helper
12
- end
13
- end
14
-
15
7
  # Include acts_as_addressable concern and allow any ActiveRecord object to call it
16
8
  initializer 'effective_assets.active_record' do |app|
17
9
  ActiveSupport.on_load :active_record do
@@ -1,3 +1,3 @@
1
1
  module EffectiveAssets
2
- VERSION = '1.9.13'.freeze
2
+ VERSION = '1.9.14'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: effective_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.13
4
+ version: 1.9.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code and Effect
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-05 00:00:00.000000000 Z
11
+ date: 2018-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails