Medea 0.2.26 → 0.2.27

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.
@@ -6,7 +6,7 @@ module JasonObjectListProperties
6
6
  module MetaListProperties
7
7
  def create_member_list list_name, list_class, list_type
8
8
  list = {}
9
- list = self.class_variable_get :@@lists if self.class_variable_defined? :@@lists
9
+ list = self.send(:class_variable_get, :@@lists) if self.class_variable_defined? :@@lists
10
10
  list[list_name] = [list_class, list_type]
11
11
  self.send(:class_variable_set, "@@lists", list)
12
12
 
@@ -1,3 +1,3 @@
1
1
  module Medea
2
- VERSION = "0.2.26"
2
+ VERSION = "0.2.27"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Medea
3
3
  version: !ruby/object:Gem::Version
4
- hash: 35
4
+ hash: 33
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 26
10
- version: 0.2.26
9
+ - 27
10
+ version: 0.2.27
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Jensen