Ruby 1.8.6 released
SoftwareMy new favourite programming/scripting language (not least because it sounds just like my name ;) ) has been bumped up to version 1.8.6.
A shameless blockquote from http://www.ruby-lang.org/:
Ruby 1.8.6 has been released. (announced on [ruby-list:43267])
The source is available under three formats.
For a brief list of user visible changes and a full list of all changes since 1.8.5, see the bundled files named NEWS and ChangeLog, which are also available at the following locations:
- http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6/NEWS
- http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6/ChangeLog
After this announcement, we will start the development for 1.8.7 as well as maintaining the “ruby_1_8_6″ branch on which only critical bugs and security vulnerabilities found in the 1.8.6 release are fixed, and patch releases will follow on appropriate and timely occasions. Please check them out after upgrading Ruby to 1.8.6.
I'm implementing the next incarnation of the Rubenerd Show/Blog entirely in Ruby and am having a ton of fun doing it! Coming from a Perl background I feel right at home with Ruby's string pattern matching features and a large portion of the syntax, but at the same time it looks nicer and the OOP features are so easy to use.
I'm doing work mostly in mod_ruby because I'm a control freak, but perhaps I'll give Rails a go soon too.