Skip to content

Commit

Permalink
Regenerated gemspec for version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Sep 15, 2010
1 parent 7c202d3 commit 26460da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions 3scale_client.gemspec
Expand Up @@ -5,11 +5,11 @@

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

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-03}
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}
Expand All @@ -32,18 +32,18 @@ Gem::Specification.new do |s|
s.homepage = %q{http://www.3scale.net}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Client for 3scale Web Service Management System API}
s.test_files = [
"test/client_test.rb",
"test/remote_test.rb"
"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::VERSION) >= Gem::Version.new('1.2.0') then
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"])
Expand Down

0 comments on commit 26460da

Please sign in to comment.