apricoteatsgorilla.gemspec in rubiii-apricoteatsgorilla-0.5.7 vs apricoteatsgorilla.gemspec in rubiii-apricoteatsgorilla-0.5.8
- old
+ new
@@ -3,15 +3,15 @@
# 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.7"
+ s.version = "0.5.8"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Daniel Harrington"]
- s.date = %q{2009-09-04}
+ s.date = %q{2009-09-17}
s.description = %q{SOAP communication helper}
s.email = %q{me@rubiii.com}
s.extra_rdoc_files = [
"README.rdoc"
]
@@ -28,26 +28,25 @@
"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.1}
+ s.rubygems_version = %q{1.3.4}
s.summary = %q{SOAP communication helper}
s.test_files = [
- "spec/apricoteatsgorilla/apricoteatsgorilla_hash_to_xml_spec.rb",
- "spec/apricoteatsgorilla/apricoteatsgorilla_spec.rb",
+ "spec/spec_helper.rb",
"spec/apricoteatsgorilla/apricoteatsgorilla_xml_to_hash_spec.rb",
"spec/apricoteatsgorilla/xml_node_spec.rb",
- "spec/spec_helper.rb"
+ "spec/apricoteatsgorilla/apricoteatsgorilla_spec.rb",
+ "spec/apricoteatsgorilla/apricoteatsgorilla_hash_to_xml_spec.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
- s.specification_version = 2
+ s.specification_version = 3
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