[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] 0.0.5 releases of LogBuddy and CapGun

Rob Sanheim

7/6/2008 5:39:00 AM

Some long overdue releases of cap_gun and log_buddy - both have been
updated to version 0.0.5. Both are now available as gems on
github.com/relevance as well as from rubyforge.

CapGun gives you super simple deployment notifications from
Capistrano. LogBuddy gives you a log helper through all objects, and
can also log the name of the thing passed in along with its value --
saving you on typing and making debugging quicker.

CapGun got a fix so it does not attempt to display the rails_env if
its not defined - this should clean up any strangeness in
notifications if you saw something like "my_app was deployed to ".

LogBuddy got some minor tweaks and improved specs.

Both libraries now use Echoe, since Hoe complains about readme.txt
when I want to use an rdoc, dammit. Both now only have a dev
dependency on echoe to play nice with RubyGems 1.2.

You can install them via github or rubyforge:

sudo gem install log_buddy
sudo gem install cap_gun

or

gem sources -a http://gems....
sudo gem install relevance-log_buddy
sudo gem install relevance-cap_gun


Please log bugs or issues at http://opensource.thinkrele...

- Rob

http://robs...
http://github.com/...
http://thinkrel...