[ANN] Ruby-GNOME2 0.90.9

Hi,

The Ruby-GNOME2 project released Ruby-GNOME2 0.90.9:
Download ruby-gtk2-0.90.9.tar.gz (Ruby-GNOME 2)
Download ruby-gnome2-all-0.90.9.tar.gz (Ruby-GNOME 2)

=== Install

% gem install gtk2

=== Summary

A bug fix release of 0.90.8.

This is the last release of 0.90.x series. The next release
will be 1.0.0!

=== Changes

==== All

  • Fixes
    • Fix a bug in version numbers.
      [Grant S., Vincent C.]
    • Support ‘bundle install’.

==== Ruby/GLib2

  • Improvements
    • Support GLib::IOChannel.new(fd) and GLib::IOChannel#fd on Windows.
    • GLib::IOChannel#write returns written byte not self.
      [backward incompatible]

==== Ruby/GTK2

  • Fixes
    • fix misc/bindings.rb sample (ruby 1.9).
      [Vincent C.]
    • [#3305589] fix Gtk::Window#add_accel_group misses
      a reference to accel group.
      [Piotr Korzuszek, Kouhei S.]
    • Support cairo related samples in Ruby 1.9.
      [Jon, Kouhei S.]

==== Ruby/GStreamer

  • Improvements
    • add Gst::Registry.update method.
      [Vincent C.]

==== Ruby/VTE

  • Fixes
    • [#3199587] fix pc install.
      [OBATA Akio, Kouhei S.]

==== Ruby/Poppler

  • Fixes
    • [#3292118] don’t run needless tests.
      [Mamoru T., Kouhei S.]

==== Ruby/GtkSourceView2

  • Improvements
    • support Windows.
      [S.Kitagawa]

=== Thanks

  • OBATA Akio
  • Grant S.
  • Mamoru T.
  • Piotr Korzuszek
  • S.Kitagawa
  • Jon

Thanks,

kou