athena 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/README +1 -1
- data/lib/athena/formats/xml.rb +1 -1
- data/lib/athena/version.rb +1 -1
- metadata +1 -1
data/README
CHANGED
data/lib/athena/formats/xml.rb
CHANGED
@@ -109,7 +109,7 @@ class Athena::Formats
|
|
109
109
|
end
|
110
110
|
|
111
111
|
def merge_specs(container, key, spec)
|
112
|
-
container.insert!(key
|
112
|
+
container.insert!(key => spec) { |_, s1, s2|
|
113
113
|
if s1.respond_to?(:specs!)
|
114
114
|
s1.specs!(s2.respond_to?(:specs) ? s2.specs : s2)
|
115
115
|
s1
|
data/lib/athena/version.rb
CHANGED