# Generated by jeweler # 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{apricoteatsgorilla} s.version = "0.5.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Daniel Harrington"] s.date = %q{2009-08-30} s.description = %q{SOAP communication helper.} s.email = %q{me@d-harrington.com} s.extra_rdoc_files = [ "README.rdoc" ] s.files = [ ".gitignore", "README.rdoc", "Rakefile", "VERSION", "apricoteatsgorilla.gemspec", "lib/apricoteatsgorilla.rb", "lib/apricoteatsgorilla/apricoteatsgorilla.rb", "lib/apricoteatsgorilla/xml_node.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/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.summary = %q{SOAP communication helper.} s.test_files = [ "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/spec_helper.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["= 0.8.241"]) s.add_development_dependency(%q, [">= 1.2.8"]) else s.add_dependency(%q, ["= 0.8.241"]) s.add_dependency(%q, [">= 1.2.8"]) end else s.add_dependency(%q, ["= 0.8.241"]) s.add_dependency(%q, [">= 1.2.8"]) end end