Sha256: 987cff898a249cb7e75cd544c8fc4fcb189cf7c79c944cec65181cb3628b031d

Contents?: true

Size: 1.75 KB

Versions: 1

Compression:

Stored size: 1.75 KB

Contents

# 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 = %q{enom-api}
  s.version = "0.1.3"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Geoff Garside"]
  s.date = %q{2011-03-31}
  s.description = %q{Client for communicating with the eNom API}
  s.email = %q{geoff@geoffgarside.co.uk}
  s.extra_rdoc_files = [
    "LICENSE",
    "README.rdoc"
  ]
  s.files = [
    ".document",
    "LICENSE",
    "README.rdoc",
    "Rakefile",
    "VERSION",
    "enom-api.gemspec",
    "lib/enom-api.rb",
    "lib/enom-api/client.rb",
    "lib/enom-api/interface.rb",
    "lib/enom-api/registrant.rb",
    "lib/enom-api/search_query.rb",
    "test/helper.rb",
    "test/test_enom-api.rb"
  ]
  s.homepage = %q{http://github.com/geoffgarside/enom-api}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.6.2}
  s.summary = %q{eNom API Client}
  s.test_files = [
    "test/helper.rb",
    "test/test_enom-api.rb"
  ]

  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_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
      s.add_development_dependency(%q<yard>, [">= 0"])
      s.add_runtime_dependency(%q<demolisher>, [">= 0.6.0"])
    else
      s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
      s.add_dependency(%q<yard>, [">= 0"])
      s.add_dependency(%q<demolisher>, [">= 0.6.0"])
    end
  else
    s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
    s.add_dependency(%q<yard>, [">= 0"])
    s.add_dependency(%q<demolisher>, [">= 0.6.0"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enom-api-0.1.3 enom-api.gemspec