Sha256: b1508d8f4696ce3319c553588fd166dce7a34dcf731d710b309f9f539aea8c9b

Contents?: true

Size: 1.62 KB

Versions: 1

Compression:

Stored size: 1.62 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{3scale_client}
  s.version = "2.2.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Adam Cigánek"]
  s.date = %q{2010-09-15}
  s.description = %q{This gem allows to easily connect an application that provides a Web Service with the 3scale API Management System to authorize it's users and report the usage.
}
  s.email = %q{adam@3scale.net}
  s.extra_rdoc_files = [
    "README.rdoc"
  ]
  s.files = [
    ".gitignore",
     "3scale_client.gemspec",
     "LICENCE",
     "README.rdoc",
     "Rakefile",
     "VERSION",
     "lib/3scale/authorize_response.rb",
     "lib/3scale/client.rb",
     "lib/3scale/response.rb",
     "test/client_test.rb",
     "test/remote_test.rb"
  ]
  s.homepage = %q{http://www.3scale.net}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.6}
  s.summary = %q{Client for 3scale Web Service Management System API}
  s.test_files = [
    "test/remote_test.rb",
     "test/client_test.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<nokogiri>, [">= 0"])
    else
      s.add_dependency(%q<nokogiri>, [">= 0"])
    end
  else
    s.add_dependency(%q<nokogiri>, [">= 0"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
3scale_client-2.2.4 3scale_client.gemspec