[ANN]RubyCocoa has moved to github
Thank you for the merge and the update. I recently found a copy of the book Programming...
Thanks! I've merged your file. https://github.com/rubycocoa/rubycocoa/commit/0f1...
TemplateInfo.plist in File Templates not working
Fix test failure on OS X 10.10 Yosemite from ch...
Add a config file for packaging with 10.10 buil...
Use pretty formatter to generate productbuild d...
Rewrite getting build framework locateion from ...
Delete package/work dir at clean task
Delete code for Xcode 2.0 or Project Builder
Suppress warning from deprecated method NSData....
Add configuration to coverage
Add ruby code coverage with simplecov
tagging 1.2.0
Release 1.2.0
Update documents
Display build Ruby version on Finder "Get Info"
Update NEWS
Fix a typo in description of class_is_cocoa_cla...
Fix failure OSX::Protocol.oc_superclass on OS X...
Allow to invoke OSX.objc_classnames with a block
Allow Ruby-2.0 or later
Suppress waring "unused variable"
Use class_is_cocoa_class_p() in osx_mf_objc_cla...
Suppress format warnings
Refactor osx_mf_objc_classnames()
Fix a type at r2618
Fix NSInvalidArgumentException in osx_mf_objc_c...
Fix build error with Xcode 4 or earlier
Improve detecting Xcode version on OS X 10.6 Sn...
Remove Thread additions never used
Update documents
Add an assertion for NSData#length contains not...
Replace NSData#dataWithString() to NSString#dat...
Mark OSX::NSData#dataWithRubyString() will be d...
Update documents
Add a help message of install.rb for `package -...
Correct prerequisites OS version in installer R...
tagging 1.2.0-rc
Set version to 1.2.0rc
Update documents
Update NEWS
Fix sample/MyViewer.app not work with ruby-2.0
Add missing `#import <AppKit/NSApplication.h>` ...
Change output of sample/Scripts/itunes_albums.r...
Fix SEGV of sample/Scripts/TransparentHello.rb ...
Add missing `#import <AppKit/NSApplication.h>` ...
Fix syntax error of sample/RubyRocks on ruby-2.x
Fix syntax error and IRB initialization on ruby...
Fix MyViewer.app do not launch
Fix build failure of sample/MultiNib on OS X 10.9
Fix build failure of sample/MakefileApp, Makefi...
Add a dict RUBYCOCOA_BUILD_CONFIG into Info.plist
Fix sample sample/Hakoiri-Musume on ruby-2.x
Fix build failure of sample/DotView on OS X 10.9
Convert NSString#fileSystemRepresentation encod...
Add a config file for packaging with 10.9 built...
Add a packaging option "--config-file"
Allow to specify package name in config files
remove import obsoleted header file "ruby/backw...
Remove comment for fixed bug at r2579
Fix sample apps using ruby Thread do not work w...
Fix build failure of sample/Thread on OS X 10.9
Fix standaloneify.rb crashes on ruby-2.x
Fix "$0 not initialized" on ruby-2.x
Convert Objective-C char* value into ASCII-8BIT...
Raise NoMethodError when Objective-C method is ...
Fix missing restore OSX.relaxed_syntax when tes...
Remove unused scripts
Refactor message passing from ruby to objective-c
Add st_table and functions for encoding conversion
Improve launch process of RubyCocoa application...
Allow running tests with `minitest`, standard l...
Add argument vaidation to OSX.load_plist()
Fix missing symbol rb_enc_str_new_cstr on ruby-2.0
Fix test_ocptr_ary_assign fails on ruby-1.8
Change encoding of OSX::ObjCPtr#bytestr return ...
Fix wrong format type
Fix wrong type comparison rb_encoding for ruby ...
Print version and source location of RubyCocoa....
Fix errors with rubygems 1.3, 2.1 or later
Print running environments in standaloneify.rb
Fix "Symbol not found: _init_encoding_conversio...
Fix test_ocptr_as_id fails on ruby-2.x
Fix missing assign value to ENCINDEX_RUBYCOCOA_...
Use dummy encoding defined at initialization
Fix test_dataUsingEncoding_jis fails on ruby-2.x