From: Bryan Duxbury Date: Thu, 30 Jul 2009 15:52:25 +0000 (+0000) Subject: THRIFT-552. rb: gem requires exactly rubygems 1.2.0 X-Git-Tag: 0.2.0~54 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=05528138256fa6a5b92bf3a04aa01f33d2dc700d;p=common%2Fthrift.git THRIFT-552. rb: gem requires exactly rubygems 1.2.0 The Thrift gem will now work with rubygems >= 1.2.0. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@799337 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile index 1a9467a5..cdff7747 100644 --- a/lib/rb/Rakefile +++ b/lib/rb/Rakefile @@ -83,6 +83,7 @@ begin p.url = "http://incubator.apache.org/thrift/" p.include_rakefile = true p.version = "0.1.0" + p.rubygems_version = ">= 1.2.0" end task :install => [:check_site_lib]