aurita-gui 0.1.5 → 0.1.6

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.
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