active_form 0.0.7 → 0.0.8
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.tar.gz.sig +0 -0
- data/lib/active_form.rb +1 -1
- data/lib/active_form/version.rb +1 -1
- data/samples/html/css/style.css +0 -0
- data/samples/html/js/effects.js +0 -0
- data/samples/html/js/prototype.js +0 -0
- data/samples/html/js/validation.js +0 -0
- data/script/destroy +0 -0
- data/script/generate +0 -0
- data/script/txt2html +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/active_form.rb
CHANGED
data/lib/active_form/version.rb
CHANGED
data/samples/html/css/style.css
CHANGED
|
File without changes
|
data/samples/html/js/effects.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/script/destroy
CHANGED
|
File without changes
|
data/script/generate
CHANGED
|
File without changes
|
data/script/txt2html
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_form
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fabien Franzen
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
9Kl7sLBL
|
|
31
31
|
-----END CERTIFICATE-----
|
|
32
32
|
|
|
33
|
-
date: 2008-
|
|
33
|
+
date: 2008-06-11 00:00:00 +02:00
|
|
34
34
|
default_executable:
|
|
35
35
|
dependencies: []
|
|
36
36
|
|
|
@@ -254,7 +254,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
254
254
|
requirements: []
|
|
255
255
|
|
|
256
256
|
rubyforge_project: activeform
|
|
257
|
-
rubygems_version: 1.
|
|
257
|
+
rubygems_version: 1.1.1
|
|
258
258
|
signing_key:
|
|
259
259
|
specification_version: 2
|
|
260
260
|
summary: ActiveForm provides a DSL for defining complete XHTML forms with validation.
|
metadata.gz.sig
CHANGED
|
Binary file
|