aurita-gui 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -14,7 +14,7 @@ as stand-alone library in any context (such as rails).
14
14
  As there seems to be a lack of ruby form generators, i decided to release this
15
15
  part of Aurita in a single gem with no dependencies.
16
16
  EOF
17
- s.version = '0.1.5'
17
+ s.version = '0.1.6'
18
18
  s.author = 'Tobias Fuchs'
19
19
  s.email = 'fuchs@atomnode.net'
20
20
  s.date = Time.now
@@ -204,7 +204,7 @@ module GUI
204
204
  # Render this form to an HTML.form instance.
205
205
  # Wraps result of #content.
206
206
  def element
207
- HTML.form(@params, :content => @content)
207
+ HTML.form(@attrib) { content() }
208
208
  end
209
209
 
210
210
  # Render this form to a string
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aurita-gui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tobias Fuchs
@@ -28,6 +28,7 @@ files:
28
28
  - aurita-gui.gemspec
29
29
  - bin
30
30
  - test
31
+ - aurita-gui-0.1.5.gem
31
32
  - LICENSE
32
33
  - lib/aurita-gui
33
34
  - lib/aurita-gui.rb