effective_assets 1.9.13 → 1.9.14
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 +4 -4
- data/lib/effective_assets/engine.rb +0 -8
- data/lib/effective_assets/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83b563d9bd1167133ad1f6584893f76f82f16e36
|
4
|
+
data.tar.gz: 5ec222a0c56d2b8a4a6f077e4d9f7877297b42e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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-
|
11
|
+
date: 2018-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|