From 05528138256fa6a5b92bf3a04aa01f33d2dc700d Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Thu, 30 Jul 2009 15:52:25 +0000 Subject: [PATCH] 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 --- lib/rb/Rakefile | 1 + 1 file changed, 1 insertion(+) 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] -- 2.17.1