Ruby-GNOME2 1.0.1

Hi,

The Ruby-GNOME2 project released Ruby-GNOME2 1.0.1.

Web:
http://ruby-gnome2.sourceforge.jp/

Install:
gem install gtk2

= About Ruby-GNOME2

Ruby-GNOME2 is a set of Ruby language bindings for the GTK+
2.x and GNOME 2.x development environment.

= About GTK+

from http://www.gtk.org/

GTK+ is a highly usable, feature rich toolkit for creating
graphical user interfaces which boasts cross platform
compatibility and an easy to use API. GTK+ it is written
in C, but has bindings to many other popular programming
languages such as C++, Python and C# among others. GTK+ is
licensed under the GNU LGPL 2.1 allowing development of
both free and proprietary software with GTK+ without any
license fees or royalties.

= About GNOME

from http://www.gnome.org/about/

The GNOME project provides two things: The GNOME desktop
environment, an intuitive and attractive desktop for
users, and the GNOME development platform, an extensive
framework for building applications that integrate into
the rest of the desktop.

= About this release

This is a bug fix release of 1.0.0.

Thanks,

Hi,

The Ruby-GNOME2 project released Ruby-GNOME2 1.0.2…

I’m sorry for the quick next release. :<
This is a bug fix release of 1.0.1.
1.0.1 can’t be installed with RubyGems 1.8.3.
And 1.0.1 isn’t set the default theme on Windows.

In [email protected]
“[ANN] Ruby-GNOME2 1.0.1” on Sun, 18 Sep 2011 19:20:19 +0900,

Kouhei S. wrote in post #1022546:

Hi,

The Ruby-GNOME2 project released Ruby-GNOME2 1.0.2…

I’m sorry for the quick next release. :<
This is a bug fix release of 1.0.1.
1.0.1 can’t be installed with RubyGems 1.8.3.
And 1.0.1 isn’t set the default theme on Windows.

In [email protected]
“[ANN] Ruby-GNOME2 1.0.1” on Sun, 18 Sep 2011 19:20:19 +0900,

Thanks Kou, and the install of the mingw binary gems works fine for me
in my RubyInstaller-based environment.

C:\Users\Jon\Documents\RubyDev>ruby --version
ruby 1.9.3dev (2011-09-17 revision 33290) [i386-mingw32]

C:\Users\Jon\Documents\RubyDev>gem --version
1.8.10

C:\Users\Jon\Documents\RubyDev>gem update gtk2
Updating installed gems
Updating gtk2
Fetching: glib2-1.0.2-x86-mingw32.gem (100%)
Fetching: atk-1.0.2-x86-mingw32.gem (100%)
Fetching: pango-1.0.2-x86-mingw32.gem (100%)
Fetching: gdk_pixbuf2-1.0.2-x86-mingw32.gem (100%)
Fetching: gtk2-1.0.2-x86-mingw32.gem (100%)
Successfully installed glib2-1.0.2-x86-mingw32
Successfully installed atk-1.0.2-x86-mingw32
Successfully installed pango-1.0.2-x86-mingw32
Successfully installed gdk_pixbuf2-1.0.2-x86-mingw32
Successfully installed gtk2-1.0.2-x86-mingw32
Gems updated: glib2, atk, pango, gdk_pixbuf2, gtk2

Jon

Hi,

In [email protected]
“Re: Ruby-GNOME2 1.0.1” on Sun, 18 Sep 2011 23:15:08 +0900,
Jon F. [email protected] wrote:

Thanks Kou, and the install of the mingw binary gems works fine for me
in my RubyInstaller-based environment.

Thanks for your report on Windows!
But pango 1.0.2 gem had a problem on non Windows
environment… So I released Ruby-GNOME 1.0.3 with a fix of
the problem.

Thanks,