Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumping Gem version to include a bug fix where nested forms were hard…
… coded to always use SemanticFormBuilder rather than the custom builder, if one was supplied.
  • Loading branch information
justinfrench committed Sep 7, 2009
1 parent 1182961 commit c8539bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,4 +1,4 @@
--- ---
:major: 0 :major: 0
:minor: 2 :minor: 2
:patch: 2 :patch: 3
4 changes: 2 additions & 2 deletions formtastic.gemspec
Expand Up @@ -2,12 +2,12 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{formtastic} s.name = %q{formtastic}
s.version = "0.2.2" s.version = "0.2.3"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Justin French"] s.authors = ["Justin French"]
s.autorequire = %q{formtastic} s.autorequire = %q{formtastic}
s.date = %q{2009-08-30} s.date = %q{2009-09-07}
s.description = %q{A Rails form builder plugin/gem with semantically rich and accessible markup} s.description = %q{A Rails form builder plugin/gem with semantically rich and accessible markup}
s.email = %q{justin@indent.com.au} s.email = %q{justin@indent.com.au}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down

0 comments on commit c8539bf

Please sign in to comment.