commit | e22ff6dbea0d2e667052a778ade4bd9341333f77 | [log] [tgz] |
---|---|---|
author | Bryan Duxbury <bryanduxbury@apache.org> | Fri Jan 07 18:46:50 2011 +0000 |
committer | Bryan Duxbury <bryanduxbury@apache.org> | Fri Jan 07 18:46:50 2011 +0000 |
tree | b5f22d279e601ddbf42710726dc235c401695f30 | |
parent | 68a59b2acb300451bea53da0245e4251a124c502 [diff] |
chop the -dev off all version numbers git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.6.x@1056454 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/rb/Rakefile b/lib/rb/Rakefile index 05cb7fc..84d099e 100644 --- a/lib/rb/Rakefile +++ b/lib/rb/Rakefile
@@ -82,7 +82,7 @@ p.summary = "Ruby bindings for the Apache Thrift RPC system" p.url = "http://thrift.apache.org" p.include_rakefile = true - p.version = "0.6.0-dev" + p.version = "0.6.0" p.rubygems_version = ">= 1.2.0" end