xamplr-gen.gemspec in xamplr-gen-1.9.12 vs xamplr-gen.gemspec in xamplr-gen-1.9.13

- old
+ new

@@ -1,20 +1,19 @@ # Generated by jeweler -# DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command +# 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{xamplr-gen} - s.version = "1.9.12" + s.name = "xamplr-gen" + s.version = "1.9.13" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Bob Hutchison"] - s.date = %q{2010-09-02} - s.default_executable = %q{xampl-gen} - s.description = %q{This is the xampl code generator for Ruby.} - s.email = %q{hutch@xampl.com} + s.date = "2012-06-08" + s.description = "This is the xampl code generator for Ruby." + s.email = "hutch@xampl.com" s.executables = ["xampl-gen"] s.extra_rdoc_files = [ "LICENSE", "README.md" ] @@ -67,22 +66,21 @@ "licence.rb", "test/helper.rb", "test/test_xamplr-gen.rb", "xamplr-gen.gemspec" ] - s.homepage = %q{http://github.com/hutch/xamplr-gen} + s.homepage = "http://github.com/hutch/xamplr-gen" s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.7} - s.summary = %q{This is the xampl code generator for Ruby} + s.rubygems_version = "1.8.24" + s.summary = "This is the xampl code generator for Ruby" s.test_files = [ "test/helper.rb", "test/test_xamplr-gen.rb" ] if s.respond_to? :specification_version then - current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q<cucumber>, [">= 0"]) s.add_runtime_dependency(%q<xamplr-pp>, [">= 1.2.0"]) @@ -96,6 +94,5 @@ s.add_dependency(%q<cucumber>, [">= 0"]) s.add_dependency(%q<xamplr-pp>, [">= 1.2.0"]) s.add_dependency(%q<xamplr>, [">= 1.9.14"]) end end -