Skip to content

Commit

Permalink
Regenerated gemspec for version 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
btakita committed Jun 18, 2009
1 parent a41a86f commit e5401ec
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions erector.gemspec
Expand Up @@ -2,11 +2,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{erector} s.name = %q{erector}
s.version = "0.6.6" s.version = "0.6.7"


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 = ["Alex Chaffee", "Brian Takita", "Jeff Dean", "Jim Kingdon"] s.authors = ["Alex Chaffee", "Brian Takita", "Jeff Dean", "Jim Kingdon"]
s.date = %q{2009-05-25} s.date = %q{2009-06-17}
s.default_executable = %q{erector} s.default_executable = %q{erector}
s.description = %q{Html Builder library.} s.description = %q{Html Builder library.}
s.email = %q{erector@googlegroups.com} s.email = %q{erector@googlegroups.com}
Expand Down Expand Up @@ -54,34 +54,35 @@ Gem::Specification.new do |s|
"spec/spec_helper.rb", "spec/spec_helper.rb",
"spec/spec_suite.rb" "spec/spec_suite.rb"
] ]
s.has_rdoc = true
s.homepage = %q{http://erector.rubyforge.org/} s.homepage = %q{http://erector.rubyforge.org/}
s.rdoc_options = ["--charset=UTF-8"] s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.3} s.rubygems_version = %q{1.3.1}
s.summary = %q{Html Builder library.} s.summary = %q{Html Builder library.}
s.test_files = [ s.test_files = [
"spec/core_spec_suite.rb", "spec/rails_spec_suite.rb",
"spec/erect", "spec/spec_suite.rb",
"spec/erect/erect_rails_spec.rb",
"spec/erect/erect_spec.rb",
"spec/erect/erected_spec.rb",
"spec/erect/rhtml_parser_spec.rb",
"spec/erector", "spec/erector",
"spec/erector/indentation_spec.rb", "spec/erector/indentation_spec.rb",
"spec/erector/mixin_spec.rb",
"spec/erector/unicode_builder_spec.rb", "spec/erector/unicode_builder_spec.rb",
"spec/erector/widget_spec.rb",
"spec/erector/widgets", "spec/erector/widgets",
"spec/erector/widgets/table_spec.rb", "spec/erector/widgets/table_spec.rb",
"spec/rails_spec_suite.rb", "spec/erector/mixin_spec.rb",
"spec/erector/widget_spec.rb",
"spec/erect",
"spec/erect/erected_spec.rb",
"spec/erect/erect_rails_spec.rb",
"spec/erect/rhtml_parser_spec.rb",
"spec/erect/erect_spec.rb",
"spec/spec.opts", "spec/spec.opts",
"spec/spec_helper.rb", "spec/spec_helper.rb",
"spec/spec_suite.rb" "spec/core_spec_suite.rb"
] ]


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3 s.specification_version = 2


if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<treetop>, [">= 1.2.3"]) s.add_runtime_dependency(%q<treetop>, [">= 1.2.3"])
Expand Down

0 comments on commit e5401ec

Please sign in to comment.