Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ba71f8c
)
THRIFT-552. rb: gem requires exactly rubygems 1.2.0
author
Bryan Duxbury
<bryanduxbury@apache.org>
Thu, 30 Jul 2009 15:52:25 +0000
(15:52 +0000)
committer
Bryan Duxbury
<bryanduxbury@apache.org>
Thu, 30 Jul 2009 15:52:25 +0000
(15:52 +0000)
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
patch
|
blob
|
history
diff --git
a/lib/rb/Rakefile
b/lib/rb/Rakefile
index
1a9467a
..
cdff774
100644
(file)
--- 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]