You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/10/18 00:18:50 UTC

svn commit: r1399460 - /buildr/trunk/.rvmrc

Author: donaldp
Date: Wed Oct 17 22:18:49 2012
New Revision: 1399460

URL: http://svn.apache.org/viewvc?rev=1399460&view=rev
Log:
Add TODO note

Modified:
    buildr/trunk/.rvmrc

Modified: buildr/trunk/.rvmrc
URL: http://svn.apache.org/viewvc/buildr/trunk/.rvmrc?rev=1399460&r1=1399459&r2=1399460&view=diff
==============================================================================
--- buildr/trunk/.rvmrc (original)
+++ buildr/trunk/.rvmrc Wed Oct 17 22:18:49 2012
@@ -24,6 +24,9 @@ fi
 # Force the creation of the gemset
 rvm use "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" --create
 
+# TODO: Consider the user of do notation ala rvm 1.8.7-p334 do rvm gemset create my_gemset
+# as documented at https://rvm.io/workflow/scripting/
+
 export JRUBY_OPTS="-J-XX:MaxPermSize=312m -J-Xmx1024M"
 export JAVA_OPTS="-Xmx1024m -XX:MaxPermSize=312m"