dynamic_assets 0.7.1 → 0.7.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.
- data/lib/dynamic_assets/config.rb +1 -1
- metadata +3 -3
|
@@ -29,7 +29,7 @@ module DynamicAssets
|
|
|
29
29
|
# Asset Queries
|
|
30
30
|
|
|
31
31
|
def asset_references_for_group_key(type, group_key)
|
|
32
|
-
assets_hash[type].if_present { |gs| gs[:by_group][group_key] }
|
|
32
|
+
assets_hash[type].if_present { |gs| gs[:by_group][group_key.to_sym] }
|
|
33
33
|
end
|
|
34
34
|
|
|
35
35
|
def asset_reference_for_name(type, name)
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: dynamic_assets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.7.
|
|
5
|
+
version: 0.7.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Robert Davis
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-06-
|
|
13
|
+
date: 2011-06-19 00:00:00 -05:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -128,7 +128,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - ">="
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
hash:
|
|
131
|
+
hash: -36479005061281220
|
|
132
132
|
segments:
|
|
133
133
|
- 0
|
|
134
134
|
version: "0"
|