You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2009/07/30 17:52:25 UTC

svn commit: r799337 - /incubator/thrift/trunk/lib/rb/Rakefile

Author: bryanduxbury
Date: Thu Jul 30 15:52:25 2009
New Revision: 799337

URL: http://svn.apache.org/viewvc?rev=799337&view=rev
Log:
THRIFT-552. rb: gem requires exactly rubygems 1.2.0

The Thrift gem will now work with rubygems >= 1.2.0.


Modified:
    incubator/thrift/trunk/lib/rb/Rakefile

Modified: incubator/thrift/trunk/lib/rb/Rakefile
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/Rakefile?rev=799337&r1=799336&r2=799337&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/Rakefile (original)
+++ incubator/thrift/trunk/lib/rb/Rakefile Thu Jul 30 15:52:25 2009
@@ -83,6 +83,7 @@
     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]