Skip to content

Commit

Permalink
Bumping gemspec to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Czarnecki committed Aug 5, 2011
1 parent f7d1211 commit 051c6c1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions leaderboard.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{leaderboard}
s.version = "1.0.5"
s.version = "2.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["David Czarnecki"]
s.date = %q{2011-05-04}
s.date = %q{2011-08-05}
s.description = %q{Leaderboards backed by Redis in Ruby}
s.email = %q{dczarnecki@agoragames.com}
s.extra_rdoc_files = [
Expand All @@ -35,30 +35,29 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/agoragames/leaderboard}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.5.3}
s.summary = %q{Leaderboards backed by Redis in Ruby}
s.test_files = [
"test/helper.rb",
"test/test_leaderboard.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
s.add_runtime_dependency(%q<redis>, ["~> 2.1.1"])
s.add_runtime_dependency(%q<redis>, ["~> 2.2.0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_development_dependency(%q<rcov>, [">= 0"])
else
s.add_dependency(%q<redis>, ["~> 2.1.1"])
s.add_dependency(%q<redis>, ["~> 2.2.0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rcov>, [">= 0"])
end
else
s.add_dependency(%q<redis>, ["~> 2.1.1"])
s.add_dependency(%q<redis>, ["~> 2.2.0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rcov>, [">= 0"])
Expand Down

0 comments on commit 051c6c1

Please sign in to comment.