medea 0.2.18 → 0.2.19

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.18
1
+ 0.2.19
@@ -9,7 +9,7 @@ module Medea
9
9
  def obj.[](key) [] end
10
10
  def obj.full_messages() [] end
11
11
  def obj.any?() false end
12
- def count() 0 end
12
+ def obj.count() 0 end
13
13
  obj
14
14
  end
15
15
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 18
9
- version: 0.2.18
8
+ - 19
9
+ version: 0.2.19
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Jensen