[ANN] Rucola 0.0.3 released

Hello,

We are pleased to announce the third release of Rucola today.
http://rucola.rubyforge.org/

This release fixes some critical bugs which were introduced in the combination RubyCocoa 0.13 & Rucola 0.0.2

Cheers,
Rucola team.

···

========================================================================
A Framework for building Cocoa applications in Ruby

Rucola is a light weight framework that helps you write RubyCocoa apps.
It allows you to build, test, and deploy applications using rake commands,
eliminating the need to use XCode, however you can use XCode if you wish.

Rucola provides a set of generators to help you generate controllers, window controllers,
and document-based applications. It also provides APIs for simplifying some of Objective-C’s
ways of doing things.

CHANGES:

- Fixed some critical bugs in the xcode & nib manipulation code, which were introduced because the default is to return mutable objects in RubyCocoa again.
- InfoPlist#app_name returns a ruby string instead of a NSString, which fixes a bug in the AR generator.

Hi Rucola Team,

This sounds jolly sweet, thanks for the work. However, I'm just trying a gem instal, and get the following:

Mail # sudo gem instal rucola -y
Password:
ERROR: While executing gem ... (OpenURI::HTTPError)
    404 Not Found
Mail #

Can I help you track down the errors here?

Cheers,
  Benj

···

On 8 Dec 2007, at 18:43, Eloy Duran wrote:

Hello,

We are pleased to announce the third release of Rucola today.
http://rucola.rubyforge.org/

This release fixes some critical bugs which were introduced in the combination RubyCocoa 0.13 & Rucola 0.0.2

Cheers,
Rucola team.

========================================================================
A Framework for building Cocoa applications in Ruby

Rucola is a light weight framework that helps you write RubyCocoa apps.
It allows you to build, test, and deploy applications using rake commands,
eliminating the need to use XCode, however you can use XCode if you wish.

Rucola provides a set of generators to help you generate controllers, window controllers,
and document-based applications. It also provides APIs for simplifying some of Objective-C’s
ways of doing things.

CHANGES:

- Fixed some critical bugs in the xcode & nib manipulation code, which were introduced because the default is to return mutable objects in RubyCocoa again.
- InfoPlist#app_name returns a ruby string instead of a NSString, which fixes a bug in the AR generator.

This usually means the gem is just propagating thru the mirrors..try
again in a little bit.

- Rob

···

On Dec 8, 2007 6:17 PM, Benjohn Barnes <benjohn@fysh.org> wrote:

Hi Rucola Team,

This sounds jolly sweet, thanks for the work. However, I'm just
trying a gem instal, and get the following:

> Mail # sudo gem instal rucola -y
> Password:
> ERROR: While executing gem ... (OpenURI::HTTPError)
> 404 Not Found
> Mail #