medea 0.2.6 → 0.2.7

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.6
1
+ 0.2.7
@@ -6,7 +6,7 @@ module Medea
6
6
 
7
7
  def initialize a_class, format=:json
8
8
  @type = a_class
9
- @filters = {:FILTER => {:HTTP_X_CLASS => a_class.name.to_s}}
9
+ @filters = {:FILTER => {:HTTP_X_CLASS => a_class.name.to_s, :VERSION0 => nil}}
10
10
  @result_format = format
11
11
  @time_limit = 0
12
12
  @state = :prefetch
@@ -122,6 +122,10 @@ module Medea
122
122
  @__id ||= "#{self.class.name[0].chr.downcase}#{UUIDTools::UUID::random_create.to_s}"
123
123
  end
124
124
 
125
+ def to_s
126
+ jason_key
127
+ end
128
+
125
129
  def jason_state
126
130
  @__jason_state
127
131
  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: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 6
10
- version: 0.2.6
9
+ - 7
10
+ version: 0.2.7
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-22 00:00:00 +11:00
18
+ date: 2010-12-23 00:00:00 +11:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency