[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dsktool.rb and Ruby Questions



On Dec 7, 2:00 pm, "Bill Buckels" <bbuck...@mts.net> wrote:
> I have put together a  distribution of Jonno Downes' dsktool.rb and
> dskexplorer.rb targetted at Windows Users and placed it on the cpm8680
> website at the following link:
>
> http://www.cpm8680.com/dsktool/
>
> I have reformatted some of Jonno's documentation and added some of my own.
> The distribution is in a zip file format and includes a shortcut and some
> additional cmd's and a word or two about what it is.

Since dsktool is a gem, there's no need to download first to install
it. simply issuing

gem install dsktool.rb

Will suffice. gem will auto fetch the package and its dependencies,
provided Jonno fixes the broken png dependency.

What would be helpful in regards to contributing would be having the
code available via svn/git/etc. A .gem is a distribution format - not
really appropriate if you want to grab the code tree and hack in
something new.

Matt