Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Maxwell committed Dec 10, 2010
1 parent 6dda3f1 commit a8b3d69
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions flockdb.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{flockdb}
s.version = "0.5.1"
s.version = "0.6.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Freels", "Rael Dornfest", "Nick Kallen"]
s.date = %q{2010-10-22}
s.date = %q{2010-12-09}
s.description = %q{Get your flock on in Ruby.}
s.email = %q{freels@twitter.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -51,7 +51,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/twitter/flockdb-client}
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{Ruby Flock client}
s.test_files = [
"spec/execute_operations_spec.rb",
Expand All @@ -66,20 +66,20 @@ Gem::Specification.new do |s|
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<thrift>, [">= 0.2.0"])
s.add_runtime_dependency(%q<thrift_client>, [">= 0.4.1"])
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<thrift>, [">= 0.5.0"])
s.add_runtime_dependency(%q<thrift_client>, [">= 0.6.0"])
s.add_development_dependency(%q<rspec>, [">= 0"])
s.add_development_dependency(%q<rr>, [">= 0"])
else
s.add_dependency(%q<thrift>, [">= 0.2.0"])
s.add_dependency(%q<thrift_client>, [">= 0.4.1"])
s.add_dependency(%q<thrift>, [">= 0.5.0"])
s.add_dependency(%q<thrift_client>, [">= 0.6.0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<rr>, [">= 0"])
end
else
s.add_dependency(%q<thrift>, [">= 0.2.0"])
s.add_dependency(%q<thrift_client>, [">= 0.4.1"])
s.add_dependency(%q<thrift>, [">= 0.5.0"])
s.add_dependency(%q<thrift_client>, [">= 0.6.0"])
s.add_dependency(%q<rspec>, [">= 0"])
s.add_dependency(%q<rr>, [">= 0"])
end
Expand Down

0 comments on commit a8b3d69

Please sign in to comment.