Skip to content

Commit

Permalink
Regenerated gemspec for version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Aug 24, 2010
1 parent 767197f commit c566b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamic_form.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{dynamic_form} s.name = %q{dynamic_form}
s.version = "1.1.1" s.version = "1.1.2"


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 = ["Joel Moss"] s.authors = ["Joel Moss"]
s.date = %q{2010-08-09} s.date = %q{2010-08-24}
s.description = %q{DynamicForm holds a few helper methods to help you deal with your Rails3 models. It includes the stripped out methods from Rails 2; error_message_on and error_messages_for. It also brings in the functionality of the custom-err-messages plugin, which provides more flexibility over your model error messages.} s.description = %q{DynamicForm holds a few helper methods to help you deal with your Rails3 models. It includes the stripped out methods from Rails 2; error_message_on and error_messages_for. It also brings in the functionality of the custom-err-messages plugin, which provides more flexibility over your model error messages.}
s.email = %q{joel@developwithstyle.com} s.email = %q{joel@developwithstyle.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down

0 comments on commit c566b7c

Please sign in to comment.