Skip to content

Commit

Permalink
new gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Nov 23, 2009
1 parent b41edb6 commit ee53b9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions formtastic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Justin French"]
s.date = %q{2009-11-23}
s.date = %q{2009-11-24}
s.description = %q{A Rails form builder plugin/gem with semantically rich and accessible markup}
s.email = %q{justin@indent.com.au}
s.extra_rdoc_files = [
Expand All @@ -36,6 +36,7 @@ Gem::Specification.new do |s|
"spec/commit_button_spec.rb",
"spec/custom_builder_spec.rb",
"spec/custom_macros.rb",
"spec/defaults_spec.rb",
"spec/error_proc_spec.rb",
"spec/errors_spec.rb",
"spec/form_helper_spec.rb",
Expand Down Expand Up @@ -89,6 +90,7 @@ Gem::Specification.new do |s|
"spec/commit_button_spec.rb",
"spec/custom_builder_spec.rb",
"spec/custom_macros.rb",
"spec/defaults_spec.rb",
"spec/error_proc_spec.rb",
"spec/errors_spec.rb",
"spec/form_helper_spec.rb",
Expand Down

0 comments on commit ee53b9a

Please sign in to comment.