document_form 0.1.2 → 0.9

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.
@@ -1,4 +1,4 @@
1
- h1. DocumentForm a Form Builder for Mongoid
1
+ h1. Form Builder for Mongoid - DocumentForm
2
2
 
3
3
  DocumentForm is a Rails3 FormBuilder DSL that aims to provide a super fast and simple form-building tool to edit Mongoid documents in Rails3.
4
4
  DocumentForm is a fork of <a href="http://github.com/justinfrench/formtastic">formtastic</a>.
data/Rakefile CHANGED
@@ -2,8 +2,8 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('document_form', '0.1.2') do |p|
6
- p.description = "Form Builder for Rails3 and MongoID or MongoMapper"
5
+ Echoe.new('document_form', '0.9') do |p|
6
+ p.description = "Form Builder for Rails3 and MongoID"
7
7
  p.url = "http://github.com/mcasimir/document_form"
8
8
  p.author = "Maurizio Casimirri"
9
9
  p.email = "maurizio.cas@gmail.com"
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{document_form}
5
- s.version = "0.1.2"
5
+ s.version = "0.9"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = [%q{Maurizio Casimirri}]
9
9
  s.date = %q{2011-12-04}
10
- s.description = %q{Form Builder for Rails3 and MongoID or MongoMapper}
10
+ s.description = %q{Form Builder for Rails3 and MongoID}
11
11
  s.email = %q{maurizio.cas@gmail.com}
12
12
  s.extra_rdoc_files = [%q{README.textile}, %q{lib/document_form.rb}, %q{lib/document_form/i18n.rb}]
13
13
  s.files = [%q{MIT-LICENSE}, %q{README.textile}, %q{Rakefile}, %q{init.rb}, %q{lib/document_form.rb}, %q{lib/document_form/i18n.rb}, %q{Manifest}, %q{document_form.gemspec}]
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.require_paths = [%q{lib}]
17
17
  s.rubyforge_project = %q{document_form}
18
18
  s.rubygems_version = %q{1.8.5}
19
- s.summary = %q{Form Builder for Rails3 and MongoID or MongoMapper}
19
+ s.summary = %q{Form Builder for Rails3 and MongoID}
20
20
 
21
21
  if s.respond_to? :specification_version then
22
22
  s.specification_version = 3
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: document_form
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: "0.9"
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maurizio Casimirri
@@ -13,7 +13,7 @@ cert_chain: []
13
13
  date: 2011-12-04 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
- description: Form Builder for Rails3 and MongoID or MongoMapper
16
+ description: Form Builder for Rails3 and MongoID
17
17
  email: maurizio.cas@gmail.com
18
18
  executables: []
19
19
 
@@ -63,6 +63,6 @@ rubyforge_project: document_form
63
63
  rubygems_version: 1.8.5
64
64
  signing_key:
65
65
  specification_version: 3
66
- summary: Form Builder for Rails3 and MongoID or MongoMapper
66
+ summary: Form Builder for Rails3 and MongoID
67
67
  test_files: []
68
68