medea 0.2.16 → 0.2.17

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