summaryrefslogtreecommitdiff
path: root/lib/rb/Rakefile
diff options
context:
space:
mode:
authorKevin Clark <kclark@apache.org>2009-05-05 00:43:59 +0000
committerKevin Clark <kclark@apache.org>2009-05-05 00:43:59 +0000
commitf93f7a661160caf0536d7c7d54c155d0a1330da4 (patch)
treee42bc58cfa57228951bc25efa1d2eee8c888a838 /lib/rb/Rakefile
parent657538d4df66fdeef7d67e124e5bfb38c77963a8 (diff)
downloadthrift-f93f7a661160caf0536d7c7d54c155d0a1330da4.tar.gz
Add version number to Rakefile, update generated manifest (via rake)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@771513 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/rb/Rakefile')
-rw-r--r--lib/rb/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile
index 6489bdf20..1a9467a57 100644
--- a/lib/rb/Rakefile
+++ b/lib/rb/Rakefile
@@ -82,6 +82,7 @@ begin
p.summary = "Ruby libraries for Thrift (a language-agnostic RPC system)"
p.url = "http://incubator.apache.org/thrift/"
p.include_rakefile = true
+ p.version = "0.1.0"
end
task :install => [:check_site_lib]