effective_assets 1.3.1 → 1.3.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 +4 -4
- data/lib/effective_assets/engine.rb +1 -1
- 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: 2754992e54dcb1a9d86e184f1584ddd0631f3a3f
|
|
4
|
+
data.tar.gz: cc72cc93f2c212aeffedc815f64a3cd2642e295e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7bbc6c099054662f6f2ff13afa097b38ae2c708e742297d0d1a75f6b51d55e66ed49453e0c3ad51a75a93eab8420a6c1ee76a2aab1c842cc702ac539d76f479
|
|
7
|
+
data.tar.gz: 71724cb85e3c66a201cdb41324f150b6ef990fa7d6eca8d92a2738f04792e2fa7cac76710ac90dd3172e3017b477d991500fa07f8c3fc10cbd6b9eebf7a6c47f
|
|
@@ -38,7 +38,7 @@ module EffectiveAssets
|
|
|
38
38
|
# This prepends the load path so someone can override the assets.rb if they want.
|
|
39
39
|
initializer 'effective_assets.active_admin' do
|
|
40
40
|
if defined?(ActiveAdmin) && EffectiveAssets.use_active_admin == true
|
|
41
|
-
ActiveAdmin.application.load_paths.unshift Dir["#{config.root}/active_admin"]
|
|
41
|
+
ActiveAdmin.application.load_paths.unshift *Dir["#{config.root}/active_admin"]
|
|
42
42
|
end
|
|
43
43
|
end
|
|
44
44
|
|
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.3.
|
|
4
|
+
version: 1.3.2
|
|
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: 2015-04-
|
|
11
|
+
date: 2015-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|