Just pushed a second release candidate to gemcutter.org (gem install
daemon-kit --pre).
Biggest changes are:
* Ripped out exception emails completely (http://mzan.si/u5Aj)
* Upgraded to the V2 hoptoad API
* Support for bundler 0.9
I still need to review the docs, and further test the bundler support
before I announce 0.1.8
Anything else you want in ?
Kind regards
--
Kenneth Kalmer
kenneth...@gmail.com
http://opensourcery.co.za
@kennethkalmer
> Anything else you want in ?
I found that I had to add
require 'rubygems'
to the boot.rb.
John
Hmm, which Ruby & rubygems versions are at play here ?
Best
>> I found that I had to add
>>
>> require 'rubygems'
>>
>> to the boot.rb.
>
> Hmm, which Ruby & rubygems versions are at play here ?
1.8.7 (2009-06-12 patchlevel 174)
1.3.6
John