Sha256: 30a312131ecb1e3cc1371c7a378af57bb7d3b7bbd770d10fe7a4b6e48c29ef70
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require '3scale/client/version' Gem::Specification.new do |spec| spec.name = "3scale_client" spec.version = ThreeScale::Client::VERSION spec.authors = ["Michal Cichra"] | ['Adam Cigánek', 'Tiago Macedo', 'Joaquin Rivera Padron (joahking)', 'Maria Pilar Guerra'] spec.email = ["support@3scale.net"] spec.description = "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." spec.summary = 'Client for 3scale Web Service Management System API' spec.homepage = "http://www.3scale.net" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "rdoc" spec.add_development_dependency "fakeweb" spec.add_development_dependency "mocha" spec.add_dependency 'nokogiri' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
3scale_client-2.3.4 | 3scale_client.gemspec |
3scale_client-2.3.3 | 3scale_client.gemspec |