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 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 = "description of gem"
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"
@@ -2,7 +2,7 @@ module ActiveForm #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 5
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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.1
6
+ version: 0.0.5
7
7
  date: 2008-02-14 00:00:00 +01:00
8
- summary: description of gem
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: description of gem
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