From: Eloy D. <elo...@gm...> - 2007-12-08 18:43:25
|
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 =20 combination RubyCocoa 0.13 & Rucola 0.0.2 Cheers, Rucola team. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 =20 commands, eliminating the need to use XCode, however you can use XCode if you =20 wish. Rucola provides a set of generators to help you generate controllers, =20= window controllers, and document-based applications. It also provides APIs for simplifying =20= some of Objective-C=92s ways of doing things. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D CHANGES: - Fixed some critical bugs in the xcode & nib manipulation code, which =20= were introduced because the default is to return mutable objects in =20 RubyCocoa again. - InfoPlist#app_name returns a ruby string instead of a NSString, =20 which fixes a bug in the AR generator. |