Ruby 1.9.2-p136 is released

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ruby is released on Christmas. So here you are.

Ruby 1.9.2-p136 has been released. This is the second release of Ruby
1.9.2. It fixes many bugs found in 1.9.2-p0. See ChangeLog [*1] for
more detail.

*1: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_136/ChangeLog

== Download

iEUEARECAAYFAk0V08wACgkQOXzH5JLb/AWiYgCfRJuTgXGhyJ9Co2qCqh1CcyEx
laQAmMEn5qSn6paOn0MY3gD940O9T3k=
=gmAx
-----END PGP SIGNATURE-----

On Sat, Dec 25, 2010 at 7:21 PM, Yuki S. (Yugui) [email protected]
wrote:

Ruby is released on Christmas. So here you are.

wow, thank you.
so far, so great…

$ ruby -v
ruby 1.9.2p136 (2010-12-25 revision 30365) [i686-linux]
botp@jedi2:~
$ ruby Desktop/sinatra/sinatra_test.rb
== Sinatra/1.1.0 has taken the stage on 4567 for development with
backup from Thin

Thin web server (v1.2.7 codename No Hup)
Maximum connections set to 1024
Listening on 0.0.0.0:4567, CTRL+C to stop
Stopping …

== Sinatra has ended his set (crowd applauds)
botp@jedi2:~
$ cd Desktop/rails/testing
botp@jedi2:~/Desktop/rails/testing
$ rails server
=> Booting WEBrick
=> Rails 3.0.3 application starting in development on
http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2010-12-26 00:41:12] INFO WEBrick 1.3.1
[2010-12-26 00:41:12] INFO ruby 1.9.2 (2010-12-25) [i686-linux]
[2010-12-26 00:41:12] INFO WEBrick::HTTPServer#start: pid=12298
port=3000

Started GET “/rails/info/properties” for 127.0.0.1 at 2010-12-26
00:41:25 +0800
Processing by Rails::InfoController#properties as HTML
SQL (0.9ms) SELECT name
FROM sqlite_master
WHERE type = ‘table’ AND NOT name = ‘sqlite_sequence’

Rendered inline template (0.4ms)
Completed 200 OK in 31ms (Views: 1.1ms | ActiveRecord: 0.9ms)
[2010-12-26 00:45:04] INFO going to shutdown …
[2010-12-26 00:45:04] INFO WEBrick::HTTPServer#start done.
Exiting

merry xmas
-botp