medea 0.2.11 → 0.2.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/medea/jasonobject.rb +2 -1
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.11
1
+ 0.2.12
@@ -18,7 +18,8 @@ module Medea
18
18
  list = {}
19
19
  list = self.class_variable_get :@@lists if self.class_variable_defined? :@@lists
20
20
  list[list_name] = [list_class, list_type]
21
- self.class_variable_set(:@@lists, list)
21
+ self.send(:class_variable_set, "@@lists", list)
22
+
22
23
 
23
24
  define_method(list_name) do
24
25
  #puts "Looking at the #{list_name.to_s} list, which is full of #{list_type.name}s"
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: 1
4
+ hash: 15
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 11
10
- version: 0.2.11
9
+ - 12
10
+ version: 0.2.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Jensen
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-12-23 00:00:00 +11:00
18
+ date: 2010-12-24 00:00:00 +11:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency