[ANN] Utility Belt version 1.0.5 - hash math and Windowsdocumentation

G

Giles Bowkett

Lots of bug fixes in the past few days. This dot release is worth
highlighting because it adds something I think is pretty cool.

You can now do addition and subtraction on hashes in Utility Belt:

{:a => :b} + {:c => :d} == {:a => :b, :c => :d}

{:a => :b, :c => :d} - {:c => :d} == {:a => :b}

{:a => :b, :c => :d} - :c == {:a => :b}

Also added .irbrc info for Windows users.

Small changes, but nifty ones. Upcoming at some point in future will
be the ability to cherry-pick utilities from the belt. Also possibly
more flexibility for the Pastie method and more power for the
interactive editor methods.

--
Giles Bowkett

Podcast: http://hollywoodgrit.blogspot.com
Blog: http://gilesbowkett.blogspot.com
Portfolio: http://www.gilesgoatboy.org
Tumblelog: http://giles.tumblr.com
 
P

Pat Maddox

Lots of bug fixes in the past few days. This dot release is worth
highlighting because it adds something I think is pretty cool.

You can now do addition and subtraction on hashes in Utility Belt:

{:a => :b} + {:c => :d} == {:a => :b, :c => :d}

{:a => :b, :c => :d} - {:c => :d} == {:a => :b}

{:a => :b, :c => :d} - :c == {:a => :b}

Also added .irbrc info for Windows users.

Small changes, but nifty ones. Upcoming at some point in future will
be the ability to cherry-pick utilities from the belt. Also possibly
more flexibility for the Pastie method and more power for the
interactive editor methods.

--
Giles Bowkett

Podcast: http://hollywoodgrit.blogspot.com
Blog: http://gilesbowkett.blogspot.com
Portfolio: http://www.gilesgoatboy.org
Tumblelog: http://giles.tumblr.com

Love the hash arithmetic. Nice job.

Pat
 
G

Giles Bowkett

Lots of bug fixes in the past few days. This dot release is worth
<snip>
Any URLs Gilles?

URLs are for gem install utility_belt to read!

But if you want some:

http://utilitybelt.rubyforge.org/
http://rubyforge.org/projects/utilitybelt/
http://rubyforge.org/mailman/listinfo/utilitybelt-tinkering
http://gilesbowkett.blogspot.com/2007/12/utility-belt-released-version-105.html

Actually, I figured something out this morning. I got a bug report
involving Rails. Pretty weird, loading my gem made a Rails app
twitchy. (Even though the app didn't use the gem.) Rails appears to be
loading .irbrc for some reason. What I figured out this morning was a
short-term fix for it. So there might be another dot release later
today.

(It's not really a fix, though, it's more of a dodge.)

--
Giles Bowkett

Podcast: http://hollywoodgrit.blogspot.com
Blog: http://gilesbowkett.blogspot.com
Portfolio: http://www.gilesgoatboy.org
Tumblelog: http://giles.tumblr.com
 

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,773
Messages
2,569,594
Members
45,119
Latest member
IrmaNorcro
Top