<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -379,7 +379,10 @@ function __rvm_parse_args {
       *)
         if [[ ! -z &quot;$rvm_token&quot; ]] ; then
           if [[ &quot;gems&quot; = &quot;$rvm_action&quot; ]] ; then
-            if [[ ! -z &quot;$(echo &quot;$rvm_token&quot; | awk '/\.gems$/')&quot; ]] ; then
+            if match &quot;$rvm_token&quot; &quot;^.+%.+$&quot; ; then
+              rvm_gem_set_name=&quot;$(echo &quot;$rvm_token&quot; | awk -F'%' '{print $2}')&quot;
+              rvm_ruby_string=&quot;$(echo &quot;$rvm_token&quot; | awk -F'%' '{print $1}')&quot;
+            elif [[ ! -z &quot;$(echo &quot;$rvm_token&quot; | awk '/\.gems$/')&quot; ]] ; then
               rvm_file_name=&quot;$(echo &quot;$rvm_token&quot; | sed 's#\.gems##g').gems&quot;
               # elif [[ ! -z &quot;$(echo &quot;$rvm_token&quot; | awk '/\.gems$/')&quot; ]] ; then
             else</diff>
      <filename>scripts/cli</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f743615fdb327217004d849dc777897f2492d23a</id>
    </parent>
  </parents>
  <author>
    <name>Wayne E. Seguin</name>
    <email>wayneeseguin@gmail.com</email>
  </author>
  <url>http://github.com/docwhat/rvm/commit/9e6f7fda8acfc92ad6dd740d9dfee7fe38976a53</url>
  <id>9e6f7fda8acfc92ad6dd740d9dfee7fe38976a53</id>
  <committed-date>2009-10-28T14:07:06-07:00</committed-date>
  <authored-date>2009-10-28T14:07:06-07:00</authored-date>
  <message>Bugfix: 'rvm 1.9.1%somegem ; gem install wirble ; rvm 1.8.7 ; rvm gems delete 1.9.1%somegem' now works properly.</message>
  <tree>da95f57535550e63ec19c1da0fd9f2d404a87bd7</tree>
  <committer>
    <name>Wayne E. Seguin</name>
    <email>wayneeseguin@gmail.com</email>
  </committer>
</commit>
