Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

The Ruby Community’s Christmas Releases

By Peter Cooper / December 27, 2010

bauble.pngChristmas is a special time for Rubyists and not only for those of us taking the opportunity to get drunk and eat a lot. December 25 has been a popular release date since Ruby 1.0 was released on December 25, 1996 and several developers were preparing releases of their libraries and Ruby implementations this year too. So what December 25, 2010 bring?

Ruby 1.8.7 patchlevel 330

At 9am GMT on Christmas Day, Urabe Shyouhei posted the release announcement for the latest patchlevel version of Ruby 1.8.7 to the ruby-talk mailing list:

If I were Takoyaki Mask I would have written a prose but sadly I am not, so let me tell in brief. Here you are the Ruby 1.8.7's most recent update. Mainly bugfixes.

Urabe Shyouhei

Intriguingly, he also noted that Ruby has changed license recently and this is the first release since the switch:

It is worth noting that, though Ruby project experienced license change recently (from GPLv2 to 2-clause BSDL) and this is the first time since then to release something, that change do not reach to already-released versions like 1.8.7, matz said to us. So you do not have to worry about it. If you are already using 1.8.7, you can continue using it.

Urabe Shyouhei

Ruby 1.9.2 patchlevel 136

The latest version of the production-ready Ruby 1.9.2 was announced by Yuki (Yugui) Sonoda who notes it fixes "many bugs" found in 1.9.2-p0. The changelog shows a lot of small "niggly" bugs rather than any showstoppers so this release is just a spit and polish of an already fine implementation.

RubyInstaller Releases for Windows

RubyInstaller bills itself as "the easy way to install Ruby on Windows" and it's certainly what I'd advise you use if you're on that platform. It's primarily maintained by Luis Lavena. Luis made the announcements of RubyInstaller 1.8.7-p330 and RubyInstaller 1.9.2-p136 packages two days after Christmas, but since they tie so directly to the previous items, it only seemed fair to give him two days to prepare them ;-)

Separate to the general improvements in 1.8.7-p330 and 1.9.2-p136, Luis also notes that RubyInstaller is now based around an updated compiler toolchain (GCC 4.5.1) and there are now "friendlier Gem installation error messages" for those gems that require compilation.

posix_mq 0.6.0 - POSIX message queues with new Rubinius support

Eric Wong announced posix_mq 0.6.0, an update of a library that makes it easy to use POSIX-compliant message queues from your Ruby apps. The key news with this update is all new Rubinius support.

graph 2.0.0 - A super hash that outputs in Graphviz dot format

Ryan Davis (a.k.a. zenspider) announced graph 2.0.0 - a library to work with "graphs" which he describes as "a type of hash that outputs in graphviz's dot format." The big news for 2.0.0 is that it's a total rewrite without backwards compatibility but that it's now 147.3% more awesome and no longer a Hash sublcass.

OS X only tip: Want to give graph a quick try? gem install graph, brew install graphviz, copy and paste the example from GitHub, run it, then open simple_example.png. Tada - you've created a basic graph!

Hackety Hack 1.0 - _why's Baby All Grown Up

Despite losing Why The Lucky Stiff over a year ago, Why's Shoes and Hackety Hack projects have lived on under the care of Steve Klabnik (amongst others). I'm going to write a separate, deeper post on this but it deserves to be in the list since Steve pushed out Hackety Hack 1.0 on Christmas Day along with an all-new Hackety Hack homepage.

Sinatra 1.1.1

As noted by people in the comments, Sinatra also had an update on Christmas Day, to version 1.1.1. An incomplete but "rather stable" prerelease of Sinatra 1.2.0 also went out - it can be installed with gem install sinatra --pre

Comments

  1. Konstantin Haase says:

    Sinatra releases missing.

  2. Peter Cooper says:

    I seem to miss a lot of Sinatra news. What's the best non-Twitter way of keeping up with it? (I use Twitter but don't read old entries.) I didn't see anything on RubyFlow, Reddit, ruby-talk (though I rarely monitor that), or even Coder.io's Sinatra tag (which monitors lots of feeds and social bookmarking systems).

  3. Francisco Cabrita says:

    Yep, Sinatra is missing here.

    http://groups.google.com/group/sinatrarb/browse_thread/thread/bc70273bf9b4c843/f79c7ac6f8c5a468?hide_quotes=no

    https://github.com/sinatra/sinatra/blob/master/CHANGES

  4. Peter Cooper says:

    FWIW, I know at least several outlets use RubyFlow as a source of news now (including the main podcasts), so that's always a good place to start. Things spread from there pretty well.

  5. Chris Lerum says:

    wait... Yuki (Yugui) Sonoda is not a girl?

  6. Priit Tamboom says:

    Chris Lerum: Yeah I know, I was chatting a long time with Japanese at LRUG evening until they asked why I refer to Yuki as "her"? I was like... what? Anyhow, what an embarrassment from my side, I was speechless and could not believe I didn't know his real gender ;-)

  7. Peter Cooper says:

    I've made it non gender specific as I've had a direct message on Twitter saying that Yugui is female. This seems a reasonable compromise until it is certain either way.

  8. Lukas Oberhuber says:

    Here's a link to a picture. Draw your own conclusions! :)
    http://www.bovensiepen.net/rubykaigi2009/images/prekaigi01.jpg.html

  9. Peter Cooper says:

    Thanks Lukas.

    OK, let's draw a line under this now ;-)

  10. Pingback: Happy 18th Birthday, Ruby!

Other Posts to Enjoy

Twitter Mentions