Skip to content

Commit

Permalink
Bumped version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Aug 9, 2010
1 parent 650fe4f commit 73619bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dynamic_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,30 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Joel Moss"]
s.date = %q{2010-08-09}
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}
s.email = %q{joel@developwithstyle.com}
s.extra_rdoc_files = [
"README"
"README.md"
]
s.files = [
".gitignore",
"Gemfile",
"Gemfile.lock",
"MIT-LICENSE",
"README",
"README.md",
"Rakefile",
"VERSION",
"dynamic_form.gemspec",
"init.rb",
"lib/action_view/helpers/dynamic_form.rb",
"lib/action_view/locale/en.yml",
"lib/active_model/dynamic_errors.rb",
"lib/active_model/locale/en.yml",
"lib/dynamic_form.rb",
"test/dynamic_form_i18n_test.rb",
"test/dynamic_form_test.rb",
Expand Down

0 comments on commit 73619bd

Please sign in to comment.