summaryrefslogtreecommitdiff
path: root/lib/rb/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rb/Rakefile')
-rw-r--r--lib/rb/Rakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile
index c6f32ebf2..137336a70 100644
--- a/lib/rb/Rakefile
+++ b/lib/rb/Rakefile
@@ -77,12 +77,12 @@ begin
require 'echoe'
Echoe.new('thrift') do |p|
- p.author = ['Kevin Ballard', 'Kevin Clark', 'Mark Slee']
- p.email = ['kevin@sb.org', 'kevin.clark@gmail.com', 'mcslee@facebook.com']
- p.summary = "Ruby libraries for Thrift (a language-agnostic RPC system)"
+ p.author = ['Thrift Developers']
+ p.email = ['thrift-dev@incubator.apache.org']
+ p.summary = "Ruby bindings for the Apache Thrift RPC system"
p.url = "http://incubator.apache.org/thrift/"
p.include_rakefile = true
- p.version = "0.6.0"
+ p.version = "0.6.0-dev"
p.rubygems_version = ">= 1.2.0"
end