kiss 1.8.8 → 1.8.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.8
1
+ 1.8.9
Binary file
@@ -112,7 +112,7 @@ class Kiss
112
112
 
113
113
  def add_error(message)
114
114
  (@_attach_errors ? @_errors : form.errors) << message
115
- @_form.field_errors << message
115
+ @_form.has_field_errors = true
116
116
  nil
117
117
  end
118
118
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 8
8
- - 8
9
- version: 1.8.8
8
+ - 9
9
+ version: 1.8.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Shawn Van Ittersum
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-07-12 00:00:00 -07:00
17
+ date: 2012-07-15 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency