medea 0.2.7 → 0.2.8

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.7
1
+ 0.2.8
@@ -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, :VERSION0 => nil}}
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
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: 25
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 7
10
- version: 0.2.7
9
+ - 8
10
+ version: 0.2.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Jensen