kiss 1.0.3 → 1.0.4

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
- 1.0.3
1
+ 1.0.4
@@ -25,11 +25,9 @@ class Kiss
25
25
 
26
26
  require 'kiss/form/field';
27
27
 
28
- attr_accessor(
29
- :name,:params,:submitted,:action,:controller,:id,:url,:request,
30
- :object,:fields,:fields_hash,:method,:enctype,:errors,:submit,:cancel,:style,:class,
31
- :has_field_errors,:error_class,:field_error_class,:mark_required,:object
32
- )
28
+ attr_accessor :name,:params,:submitted,:action,:controller,:id,:url,:request,
29
+ :object,:fields,:fields_hash,:method,:enctype,:errors,:submit,:cancel,:style,
30
+ :has_field_errors,:error_class,:field_error_class,:mark_required,:object, :html
33
31
 
34
32
 
35
33
  @@field_types = {
@@ -71,7 +71,7 @@ class Kiss
71
71
  end
72
72
  end
73
73
  unless session
74
- session = generate( controller.db )
74
+ session = generate( controller )
75
75
  end
76
76
  session
77
77
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kiss
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shawn Van Ittersum