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

Commit

Permalink
Update thrift dependency to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 27, 2011
1 parent e19329c commit a4fec3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrift_client.gemspec
Expand Up @@ -4,7 +4,7 @@ require File.expand_path('../lib/thrift_client/version', __FILE__)
Gem::Specification.new do |gem|
gem.name = 'thrift_client'
gem.version = ThriftClient::VERSION.dup
gem.add_runtime_dependency 'thrift', '~> 0.5.0'
gem.add_runtime_dependency 'thrift', '~> 0.6.0'
gem.add_development_dependency 'rake', '~> 0.8'
gem.add_development_dependency 'mongrel', '~> 1.1'
gem.required_rubygems_version = Gem::Requirement.new(">= 0.8") if gem.respond_to? :required_rubygems_version=
Expand Down

0 comments on commit a4fec3c

Please sign in to comment.