Skip to content

Commit

Permalink
new gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Mar 31, 2010
1 parent 519e29c commit bd3c06b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions formtastic.gemspec
@@ -1,15 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Justin French"]
s.date = %q{2009-12-04}
s.date = %q{2010-03-31}
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 @@ -30,6 +30,7 @@ Gem::Specification.new do |s|
"generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb",
"lib/formtastic.rb",
"lib/formtastic/i18n.rb",
"lib/formtastic/layout_helper.rb",
"lib/locale/en.yml",
"rails/init.rb",
"spec/buttons_spec.rb",
Expand Down Expand Up @@ -60,6 +61,8 @@ Gem::Specification.new do |s|
"spec/inputs/time_zone_input_spec.rb",
"spec/inputs_spec.rb",
"spec/label_spec.rb",
"spec/layout_helper_spec.rb",
"spec/semantic_errors_spec.rb",
"spec/semantic_fields_for_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
Expand All @@ -83,7 +86,7 @@ Gem::Specification.new do |s|
}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{A Rails form builder plugin/gem with semantically rich and accessible markup}
s.test_files = [
"spec/buttons_spec.rb",
Expand Down Expand Up @@ -114,6 +117,8 @@ Gem::Specification.new do |s|
"spec/inputs/time_zone_input_spec.rb",
"spec/inputs_spec.rb",
"spec/label_spec.rb",
"spec/layout_helper_spec.rb",
"spec/semantic_errors_spec.rb",
"spec/semantic_fields_for_spec.rb",
"spec/spec_helper.rb"
]
Expand All @@ -140,3 +145,4 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rspec_tag_matchers>, [">= 1.0.0"])
end
end

0 comments on commit bd3c06b

Please sign in to comment.