[ANN] pik 0.2.5 Released

  • Thread starter Gordon Thiesfeld
  • Start date
G

Gordon Thiesfeld

pik version 0.2.5 has been released!

* <http://github.com/vertiginous/pik>
* <Mailing List: http://groups.google.com/group/discuss_pik>
* <Rubyforge: http://rubyforge.org/projects/pik/>
* <Bugs/Feature requests: http://github.com/vertiginous/pik/issues>
* <Gordon Thiesfeld>

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.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.5 / 2009-10-29

* use upx (http://upx.sf.net/) to compress pik_runner.exe
* fixes uninstall story so it doesn't conflict with other stories
* bugfix in uninstall command
* made all prompts default to 'yes'. bugfix:interactive add would
prompt for jruby\bin dirs twice because of the existence of jruby.exe
and jruby.bat
* fixed downloading of seven_zip error
* added uninstall command
* fixes bug in BatchFileEditor#switch_path_to
* switched to HPricot for package searches, requires rubygems and
exerb-mingw - closes gh-30
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top