blackwinter-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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to athena version 0.0.8
5
+ This documentation refers to athena version 0.0.9
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -109,7 +109,7 @@ class Athena::Formats
109
109
  end
110
110
 
111
111
  def merge_specs(container, key, spec)
112
- container.insert!(key, spec) { |s1, s2|
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
@@ -30,7 +30,7 @@ module Athena::Version
30
30
 
31
31
  MAJOR = 0
32
32
  MINOR = 0
33
- TINY = 8
33
+ TINY = 9
34
34
 
35
35
  class << self
36
36
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackwinter-athena
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille