spilliton/insound_api

View on GitHub
insound_api.gemspec

Summary

Maintainability
Test Coverage
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "insound_api"
  s.version = "0.0.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Zachary Kloepping"]
  s.date = "2013-05-06"
  s.description = "TA ruby gem for accessing the insound.com Web Service API for affiliates"
  s.email = "kloeppingzd@gmail.com"
  s.extra_rdoc_files = [
    "LICENSE.txt",
    "README.md"
  ]
  s.files = [
    ".travis.yml",
    "Gemfile",
    "LICENSE.txt",
    "README.md",
    "Rakefile",
    "VERSION",
    "insound_api.gemspec",
    "lib/insound_api.rb",
    "lib/insound_api/artist.rb",
    "lib/insound_api/config.rb",
    "lib/insound_api/product.rb",
    "lib/insound_api/query.rb",
    "lib/insound_api/request.rb",
    "lib/insound_api/response.rb",
    "lib/insound_api/results.rb",
    "test/config_test.rb",
    "test/helper.rb",
    "test/query_test.rb",
    "test/request_test.rb",
    "test/response_test.rb",
    "test/webmock/bad_credentials.xml",
    "test/webmock/jimmy_eat_world_vinyl.xml",
    "test/webmock/maxresults.xml",
    "test/webmock/no_results_found.xml",
    "test/webmock/zen_arcade.xml"
  ]
  s.homepage = "http://github.com/spilliton/insound_api"
  s.licenses = ["MIT"]
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.24"
  s.summary = "A ruby gem for accessing the insound.com Web Service API for affiliates"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<rest-client>, [">= 0"])
      s.add_runtime_dependency(%q<nokogiri>, [">= 0"])
      s.add_development_dependency(%q<shoulda>, [">= 0"])
      s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
      s.add_development_dependency(%q<bundler>, [">= 0"])
      s.add_development_dependency(%q<jeweler>, ["~> 1.8.4"])
      s.add_development_dependency(%q<webmock>, [">= 0"])
    else
      s.add_dependency(%q<rest-client>, [">= 0"])
      s.add_dependency(%q<nokogiri>, [">= 0"])
      s.add_dependency(%q<shoulda>, [">= 0"])
      s.add_dependency(%q<rdoc>, ["~> 3.12"])
      s.add_dependency(%q<bundler>, [">= 0"])
      s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
      s.add_dependency(%q<webmock>, [">= 0"])
    end
  else
    s.add_dependency(%q<rest-client>, [">= 0"])
    s.add_dependency(%q<nokogiri>, [">= 0"])
    s.add_dependency(%q<shoulda>, [">= 0"])
    s.add_dependency(%q<rdoc>, ["~> 3.12"])
    s.add_dependency(%q<bundler>, [">= 0"])
    s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
    s.add_dependency(%q<webmock>, [">= 0"])
  end
end