Posted By: Gordon Thiesfeld
Date: 2009-10-28 20:05
Summary: pik 0.2.4 Released
Project: pik
pik version 0.2.4 has been released!
Pik is a tool to switch between multiple versions of ruby on Windows.
Or to put it another way
doskey rvm=pik $* # (sort of) You have to tell it where your different ruby versions live using 'pik add'. Then you can change to one by using 'pik switch'.
It also supports running commands/code with all versions configured.
pik run # Runs commands on the command line pik ruby # Runs using the ruby interpreter for each version (ruby.exe, jruby.bat, ir.exe) pik gem # Runs using the gem command for each version (gem.bat, igem.bat) pik rake # Runs using the rake command for each version (rake.bat, irake.bat)
Changes:
### 0.2.4 / 2009-10-28
* added rake command
* added cucumber story for rake command, refactor of run path switching, added irake.bat as a rake executable for ironruby
* fix to compile zlib1.dll into pik_runner.exe. closes gh-29 Thanks, Luis Lavena and, Roger Pack
* fixed homepage in gemspec for gemcutter.org |
|