kimura wataru
kimur****@i*****
Sun Jul 20 18:43:54 JST 2014
Hi, I published RubyCocoa-1.2.0 release candidate. This Version supports ruby-2.0 buit-in OS X 10.9 Mervericks. https://sourceforge.net/projects/rubycocoa/files/RubyCocoa/1.2.0-rc/ If there is no serious problem in this version, we will release 1.2.0 at next weekend. = RubyCocoa 1.2.0 Release Candidate == Changes 1.2.0-rc from 1.1.0: 2014-07-20 === Improvements * support ruby-2.0 or later, mostly works as same as on ruby-1.8. * we release RubyCocoa installers as separated packages for ruby-1.8/2.0. replace RubyCocoa.framework if you try to run your RubyCocoa application with OS X 10.9 buitin ruby-2.0. * NOTE: String of ruby-2.x has its encodings. * when called method is not found on an Objective-C object, RubyCocoa raises NoMethodError. (before: OSX::OCMessageSendException) === Deprecates * CocoaClass#objc_export() is deprecated. use objc_method(). * OSX::NSObject#ocm_responds?() will be deprecated. use ocm_respond_to?(). === Fixes * Fixed build errors on Yosemite DP. === Files - RubyCocoa-1.2.0rc-OSX10.9-Ruby2.0.dmg * MD5(RubyCocoa-1.2.0rc-OSX10.9-Ruby2.0.dmg)= 8985040ea06dfe1e94aa0d62a87ed817 * SHA1(RubyCocoa-1.2.0rc-OSX10.9-Ruby2.0.dmg)= d937196aee9da959a358c17349438254974ed0be - RubyCocoa-1.2.0rc-OSX10.9-Ruby1.8.dmg * MD5(RubyCocoa-1.2.0rc-OSX10.9-Ruby1.8.dmg)= df373657a24d740e1e3bd729ab6702fb * SHA1(RubyCocoa-1.2.0rc-OSX10.9-Ruby1.8.dmg)= 6a245a0f18af5f2f587695408a34d6e678d43b03 - RubyCocoa-1.2.0-rc.tar.gz * MD5(RubyCocoa-1.2.0-rc.tar.gz)= 1e2c1a758fd643cc7fee2675c1ec97dc * SHA1(RubyCocoa-1.2.0-rc.tar.gz)= af0d9510482415c0f3bab644a72dcff33d530a58 -- kimura wataru