You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2010/01/07 00:10:25 UTC

svn commit: r896711 - /incubator/thrift/trunk/lib/rb/Rakefile

Author: bryanduxbury
Date: Wed Jan  6 23:10:24 2010
New Revision: 896711

URL: http://svn.apache.org/viewvc?rev=896711&view=rev
Log:
Bump rubygem version up to 0.2.0, now that we're released and all.

Modified:
    incubator/thrift/trunk/lib/rb/Rakefile

Modified: incubator/thrift/trunk/lib/rb/Rakefile
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/Rakefile?rev=896711&r1=896710&r2=896711&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/Rakefile (original)
+++ incubator/thrift/trunk/lib/rb/Rakefile Wed Jan  6 23:10:24 2010
@@ -82,7 +82,7 @@
     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"
+    p.version = "0.2.0"
     p.rubygems_version = ">= 1.2.0"
   end