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 1a9467a..cdff774 100644
--- a/lib/rb/Rakefile
+++ b/lib/rb/Rakefile
@@ -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]