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.
- data/aurita-gui-0.1.5.gem +0 -0
- data/aurita-gui.gemspec +1 -1
- data/lib/aurita-gui/form.rb +1 -1
- metadata +2 -1
|
Binary file
|
data/aurita-gui.gemspec
CHANGED
|
@@ -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.
|
|
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
|
data/lib/aurita-gui/form.rb
CHANGED
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.
|
|
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
|