active_form 0.0.1 → 0.0.5
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/config/hoe.rb +1 -1
- data/lib/active_form/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
data/config/hoe.rb
CHANGED
|
@@ -2,7 +2,7 @@ require 'active_form/version'
|
|
|
2
2
|
|
|
3
3
|
AUTHOR = 'Fabien Franzen' # can also be an array of Authors
|
|
4
4
|
EMAIL = "info@loobmedia.com"
|
|
5
|
-
DESCRIPTION = "
|
|
5
|
+
DESCRIPTION = "ActiveForm provides a DSL for defining complete XHTML forms with validation."
|
|
6
6
|
GEM_NAME = 'active_form' # what ppl will type to install your gem
|
|
7
7
|
RUBYFORGE_PROJECT = 'activeform' # The unix name for your project
|
|
8
8
|
HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
|
data/lib/active_form/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -3,16 +3,16 @@ rubygems_version: 0.9.4
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: active_form
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.0.
|
|
6
|
+
version: 0.0.5
|
|
7
7
|
date: 2008-02-14 00:00:00 +01:00
|
|
8
|
-
summary:
|
|
8
|
+
summary: ActiveForm provides a DSL for defining complete XHTML forms with validation.
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
11
11
|
email:
|
|
12
12
|
- info@loobmedia.com
|
|
13
13
|
homepage: http://activeform.rubyforge.org
|
|
14
14
|
rubyforge_project: activeform
|
|
15
|
-
description:
|
|
15
|
+
description: ActiveForm provides a DSL for defining complete XHTML forms with validation.
|
|
16
16
|
autorequire:
|
|
17
17
|
default_executable:
|
|
18
18
|
bindir: bin
|
metadata.gz.sig
CHANGED
|
Binary file
|