apricoteatsgorilla.gemspec in rubiii-apricoteatsgorilla-0.5.5 vs apricoteatsgorilla.gemspec in rubiii-apricoteatsgorilla-0.5.6

- old
+ new

@@ -3,17 +3,17 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec` # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{apricoteatsgorilla} - s.version = "0.5.5" + s.version = "0.5.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Daniel Harrington"] s.date = %q{2009-09-02} s.description = %q{SOAP communication helper.} - s.email = %q{me@d-harrington.com} + s.email = %q{me@rubiii.com} s.extra_rdoc_files = [ "README.rdoc" ] s.files = [ ".gitignore", @@ -28,25 +28,26 @@ "spec/apricoteatsgorilla/apricoteatsgorilla_spec.rb", "spec/apricoteatsgorilla/apricoteatsgorilla_xml_to_hash_spec.rb", "spec/apricoteatsgorilla/xml_node_spec.rb", "spec/spec_helper.rb" ] + s.has_rdoc = true s.homepage = %q{http://github.com/rubiii/apricoteatsgorilla} s.rdoc_options = ["--charset=UTF-8", "--title", "Apricot eats Gorilla", "--main", "README.rdoc", "--line-numbers", "--inline-source"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.4} + s.rubygems_version = %q{1.3.1} s.summary = %q{SOAP communication helper.} s.test_files = [ - "spec/spec_helper.rb", + "spec/apricoteatsgorilla/apricoteatsgorilla_hash_to_xml_spec.rb", + "spec/apricoteatsgorilla/apricoteatsgorilla_spec.rb", "spec/apricoteatsgorilla/apricoteatsgorilla_xml_to_hash_spec.rb", "spec/apricoteatsgorilla/xml_node_spec.rb", - "spec/apricoteatsgorilla/apricoteatsgorilla_spec.rb", - "spec/apricoteatsgorilla/apricoteatsgorilla_hash_to_xml_spec.rb" + "spec/spec_helper.rb" ] if s.respond_to? :specification_version then 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 s.add_runtime_dependency(%q<hpricot>, ["= 0.8.241"]) s.add_development_dependency(%q<rspec>, [">= 1.2.8"]) else