diff --git a/VERSION.yml b/VERSION.yml index e4ba13476..93f9d3a50 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,4 +1,4 @@ --- :major: 0 :minor: 2 -:patch: 4 +:patch: 5 diff --git a/formtastic.gemspec b/formtastic.gemspec index ecde89df3..2d60cb1a8 100644 --- a/formtastic.gemspec +++ b/formtastic.gemspec @@ -1,13 +1,16 @@ +# Generated by jeweler +# DO NOT EDIT THIS FILE +# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{formtastic} - s.version = "0.2.4" + s.version = "0.2.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Justin French"] s.autorequire = %q{formtastic} - s.date = %q{2009-09-10} + s.date = %q{2009-10-16} 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 = [ @@ -15,31 +18,31 @@ Gem::Specification.new do |s| ] s.files = [ "MIT-LICENSE", - "README.textile", - "Rakefile", - "generators/formtastic_config/formtastic_config_generator.rb", - "generators/formtastic_config/templates/formtastic.rb", - "generators/form/form_generator.rb", - "generators/form/templates/view__form.html.erb", - "generators/form/templates/view__form.html.haml", - "generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb", - "generators/formtastic_stylesheets/templates/formtastic.css", - "generators/formtastic_stylesheets/templates/formtastic_changes.css", - "lib/formtastic.rb", - "lib/justin_french/formtastic.rb", - "lib/locale/en.yml", - "rails/init.rb", - "spec/formtastic_spec.rb", - "spec/test_helper.rb" + "README.textile", + "Rakefile", + "generators/form/USAGE", + "generators/form/form_generator.rb", + "generators/form/templates/view__form.html.erb", + "generators/form/templates/view__form.html.haml", + "generators/formtastic/formtastic_generator.rb", + "generators/formtastic/templates/formtastic.css", + "generators/formtastic/templates/formtastic.rb", + "generators/formtastic/templates/formtastic_changes.css", + "lib/formtastic.rb", + "lib/justin_french/formtastic.rb", + "lib/locale/en.yml", + "rails/init.rb", + "spec/formtastic_spec.rb", + "spec/test_helper.rb" ] s.homepage = %q{http://github.com/justinfrench/formtastic/tree/master} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.3} + s.rubygems_version = %q{1.3.5} s.summary = %q{A Rails form builder plugin/gem with semantically rich and accessible markup} s.test_files = [ "spec/formtastic_spec.rb", - "spec/test_helper.rb" + "spec/test_helper.rb" ] if s.respond_to? :specification_version then