Sha256: c54daf2fb4bfb3b8d9d59eace320ec9f4b44d5b06a77aee837aa0956c7902019
Contents?: true
Size: 1.77 KB
Versions: 1
Compression:
Stored size: 1.77 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.8" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Cigánek", "Tiago Macedo"] s.date = %q{2011-01-27} 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 tiago@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 s.add_development_dependency 'fakeweb' s.add_development_dependency 'jeweler' s.add_development_dependency 'mocha' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
3scale_client-2.2.8 | 3scale_client.gemspec |