[ANN] RubyCocoa 0.2.7

RubyCocoa 0.2.7 released!

http://www.imasy.or.jp/~hisa/mac/rubycocoa/

== What is RubyCocoa ?

RubyCocoa is a combination Mac OS X framework and Ruby library for
using Cocoa Objects on MacOS X in Ruby scripts. You can use RubyCocoa
for:

  • using Cocoa objects in Ruby Script.
  • writing Cocoa application with Ruby and Interface Builder.
  • exploration of Cocoa
  • prototyping of a Cocoa Application
  • development of a small scale simple Cocoa Application
  • Wrapping OSX GUI for Ruby script

== Changes from 0.2.6

[IMPROVE] Mac OS X 10.2 support of NS functions and constants for
example NSAppleScript.

[CHANGES] Mac OS X 10.2 support of a sample using NSSound.

[BUGFIX] Solved the problem that cannot make instance of derived class
of Cocoa defined besides a TOP level:

exp…
module MyModule
class AppController < OSX::NSObject
end
end

[BUGFIX] When string conversion with NSString, handle string which
included “\0” midway justly.

[CHANGES] raise OSX::OCDataConvException when data conversion failed
between Objective-C and Ruby.

regards,

···


FUJIMOTO Hisakuni