3scale_client.gemspec in 3scale_client-2.3.1 vs 3scale_client.gemspec in 3scale_client-2.3.2
- old
+ new
@@ -1,10 +1,10 @@
# encoding: UTF-8
Gem::Specification.new do |s|
s.name = %q{3scale_client}
- s.version = "2.3.1"
+ s.version = "2.3.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Cigánek", "Tiago Macedo", "Joaquin Rivera Padron (joahking)"]
s.description = %q{Ruby client for 3scale platform. 3scale is an API Infrastructure service which handles API Keys, Rate Limiting, Analytics, Billing Payments and Developer Management. Includes a configurable API dashboard and developer portal CMS. More information at http://www.3scale.net/ or http://support.3scale.net/.
}
@@ -14,13 +14,15 @@
]
s.files = [
".gitignore",
"3scale_client.gemspec",
"Gemfile",
+ "Gemfile.lock",
"LICENCE",
"README.rdoc",
"Rakefile",
"VERSION",
+ "lib/3scale_client.rb",
"lib/3scale/authorize_response.rb",
"lib/3scale/client.rb",
"lib/3scale/response.rb",
"test/client_test.rb",
"test/remote_test.rb"