[windows] incorrect `uru gem out` -> `uru gem up jekyll`

Issue #16 resolved
Jon repo owner created an issue
C:\>uru gem out
jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) Client VM 1.7.0_21-b11 +indy [Windows 7-x86]

nanoc (3.6.2 < 3.6.3)

ruby 2.0.0p187 (2013-05-08 revision 40602) [i386-mingw32]

jekyll (1.0.1 < 1.0.2)

ruby 1.9.3p415 (2013-04-11 revision 40231) [i386-mingw32]

jekyll (1.0.1 < 1.0.2)
liquid (2.4.1 < 2.5.0)
pygments.rb (0.4.2 < 0.5.0)
safe_yaml (0.7.1 < 0.9.1)


C:\>uru gem up jekyll
jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) Client VM 1.7.0_21-b11 +indy [Windows 7-x86]

Updating installed gems
Nothing to update

ruby 2.0.0p187 (2013-05-08 revision 40602) [i386-mingw32]

Updating installed gems
Nothing to update

ruby 1.9.3p415 (2013-04-11 revision 40231) [i386-mingw32]

Updating installed gems
Nothing to update

Manually switching and updating appears to work:

C:\>uru ls
        173: jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) Clie...
    200p187: ruby 2.0.0p187 (2013-05-08 revision 40602) [i386-mingw32]
 =>  system: ruby 1.9.3p415 (2013-04-11 revision 40231) [i386-mingw32]

C:\>gem up jekyll
Updating installed gems
Updating jekyll
Fetching: pygments.rb-0.5.0.gem (100%)
Successfully installed pygments.rb-0.5.0
Fetching: jekyll-1.0.2.gem (100%)
Successfully installed jekyll-1.0.2
Gems updated: pygments.rb jekyll

C:\>uru 200
---> Now using ruby 2.0.0p187

C:\>gem up jekyll
Updating installed gems
Updating jekyll
Fetching: jekyll-1.0.2.gem (100%)
Successfully installed jekyll-1.0.2
Gems updated: jekyll

And automated post-install clean appears to work:

C:\>uru gem clean
jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) Client VM 1.7.0_21-b11 +indy [Windows 7-x86]

Cleaning up installed gems...
Clean Up Complete

ruby 2.0.0p187 (2013-05-08 revision 40602) [i386-mingw32]

Cleaning up installed gems...
Attempting to uninstall jekyll-1.0.1
Successfully uninstalled jekyll-1.0.1
Attempting to uninstall pygments.rb-0.4.2
Successfully uninstalled pygments.rb-0.4.2
Attempting to uninstall kramdown-0.14.2
Successfully uninstalled kramdown-0.14.2
Clean Up Complete

ruby 1.9.3p415 (2013-04-11 revision 40231) [i386-mingw32]

Cleaning up installed gems...
Attempting to uninstall jekyll-1.0.1
Successfully uninstalled jekyll-1.0.1
Attempting to uninstall pygments.rb-0.4.2
Successfully uninstalled pygments.rb-0.4.2
Attempting to uninstall kramdown-0.14.2
Successfully uninstalled kramdown-0.14.2
Clean Up Complete

Comments (4)

  1. Jon reporter

    This appears to be networking animal spirit gremlins at play.

    C:\>uru gem out
    jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) Client VM 1.7.0_21-b11 +indy [Windows 7-x86]
    
    json (1.7.7 < 1.8.0)
    nanoc (3.6.2 < 3.6.3)
    
    ruby 2.0.0p187 (2013-05-08 revision 40602) [i386-mingw32]
    
    highline (1.6.18 < 1.6.19)
    json (1.7.7 < 1.8.0)
    
    ruby 1.9.3p415 (2013-04-11 revision 40231) [i386-mingw32]
    
    highline (1.6.18 < 1.6.19)
    json (1.7.7 < 1.8.0)
    liquid (2.4.1 < 2.5.0)
    safe_yaml (0.7.1 < 0.9.1)
    
    
    C:\>uru gem up highline
    jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) Client VM 1.7.0_21-b11 +indy [Windows 7-x86]
    
    Updating installed gems
    Nothing to update
    
    ruby 2.0.0p187 (2013-05-08 revision 40602) [i386-mingw32]
    
    Updating installed gems
    Updating highline
    Successfully installed highline-1.6.19
    Gems updated: highline
    
    ruby 1.9.3p415 (2013-04-11 revision 40231) [i386-mingw32]
    
    Updating installed gems
    Updating highline
    Successfully installed highline-1.6.19
    Gems updated: highline
    
    
    C:\>uru gem up json
    jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) Client VM 1.7.0_21-b11 +indy [Windows 7-x86]
    
    Updating installed gems
    Updating json
    Successfully installed json-1.8.0-java
    Gems updated: json
    
    ruby 2.0.0p187 (2013-05-08 revision 40602) [i386-mingw32]
    
    Updating installed gems
    Updating json
    Temporarily enhancing PATH to include DevKit...
    Building native extensions.  This could take a while...
    Successfully installed json-1.8.0
    Gems updated: json
    
    ruby 1.9.3p415 (2013-04-11 revision 40231) [i386-mingw32]
    
    Updating installed gems
    Updating json
    Temporarily enhancing PATH to include DevKit...
    Building native extensions.  This could take a while...
    Successfully installed json-1.8.0
    Gems updated: json
    

    ...and the cleanup

    C:\>uru gem clean
    jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot(TM) Client VM 1.7.0_21-b11 +indy [Windows 7-x86]
    
    Cleaning up installed gems...
    Clean Up Complete
    
    ruby 2.0.0p187 (2013-05-08 revision 40602) [i386-mingw32]
    
    Cleaning up installed gems...
    Attempting to uninstall highline-1.6.18
    Successfully uninstalled highline-1.6.18
    Clean Up Complete
    
    ruby 1.9.3p415 (2013-04-11 revision 40231) [i386-mingw32]
    
    Cleaning up installed gems...
    Attempting to uninstall highline-1.6.18
    Successfully uninstalled highline-1.6.18
    Clean Up Complete
    
  2. Log in to comment