Author: tomwhite
Date: Wed Dec 16 13:39:23 2015
New Revision: 1720356

URL: http://svn.apache.org/viewvc?rev=1720356&view=rev
Log:
Remove errant newline from VERSION.txt.

Modified:
    avro/branches/branch-1.8/lang/ruby/build.sh
    avro/branches/branch-1.8/share/VERSION.txt

Modified: avro/branches/branch-1.8/lang/ruby/build.sh
URL: 
http://svn.apache.org/viewvc/avro/branches/branch-1.8/lang/ruby/build.sh?rev=1720356&r1=1720355&r2=1720356&view=diff
==============================================================================
--- avro/branches/branch-1.8/lang/ruby/build.sh (original)
+++ avro/branches/branch-1.8/lang/ruby/build.sh Wed Dec 16 13:39:23 2015
@@ -38,6 +38,7 @@ case "$1" in
        ;;
 
      clean)
+        bundle install
         bundle exec rake clean
        ;;
 

Modified: avro/branches/branch-1.8/share/VERSION.txt
URL: 
http://svn.apache.org/viewvc/avro/branches/branch-1.8/share/VERSION.txt?rev=1720356&r1=1720355&r2=1720356&view=diff
==============================================================================
--- avro/branches/branch-1.8/share/VERSION.txt (original)
+++ avro/branches/branch-1.8/share/VERSION.txt Wed Dec 16 13:39:23 2015
@@ -1 +1 @@
-1.8.0
+1.8.0
\ No newline at end of file


Reply via email to