From: <ki...@us...> - 2014-07-26 01:54:31
|
Revision: 2626 http://sourceforge.net/p/rubycocoa/svn/2626 Author: kimuraw Date: 2014-07-26 01:54:29 +0000 (Sat, 26 Jul 2014) Log Message: ----------- Fix failure OSX::Protocol.oc_superclass on OS X 10.7 or earlier superclass of Protocol class on OS X 10.7 or earlier is Object class. the class is not a Cocoa class, then RubyCocoa fails to initialize runtime from invoking OSX::Protocol.oc_superclass. Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/mdl_osxobjc.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-07-26 14:40:44
|
Revision: 2628 http://sourceforge.net/p/rubycocoa/svn/2628 Author: kimuraw Date: 2014-07-26 14:40:42 +0000 (Sat, 26 Jul 2014) Log Message: ----------- Update NEWS Modified Paths: -------------- trunk/src/ChangeLog trunk/src/NEWS trunk/src/NEWS.ja This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-07-27 00:05:16
|
Revision: 2629 http://sourceforge.net/p/rubycocoa/svn/2629 Author: kimuraw Date: 2014-07-27 00:05:10 +0000 (Sun, 27 Jul 2014) Log Message: ----------- Display build Ruby version on Finder "Get Info" - CFBundleGetInfoString: add build Ruby version and OSX version of deployment target. - NSHumanReadableCopyright: delete. let to show CFBundleGetInfoString on Finder "Get Info". Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/Info.plist This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-07-27 00:05:42
|
Revision: 2630 http://sourceforge.net/p/rubycocoa/svn/2630 Author: kimuraw Date: 2014-07-27 00:05:39 +0000 (Sun, 27 Jul 2014) Log Message: ----------- Update documents Modified Paths: -------------- trunk/src/ChangeLog trunk/src/doc/html/Array.html trunk/src/doc/html/OSX/Boxed.html trunk/src/doc/html/OSX/BundleSupport/Logger.html trunk/src/doc/html/OSX/BundleSupport.html trunk/src/doc/html/OSX/CoreData.html trunk/src/doc/html/OSX/NSApplication/RBCCTemporaryDelegate.html trunk/src/doc/html/OSX/NSApplication.html trunk/src/doc/html/OSX/NSBehaviorAttachment.html trunk/src/doc/html/OSX/NSBundle.html trunk/src/doc/html/OSX/NSData.html trunk/src/doc/html/OSX/NSImage.html trunk/src/doc/html/OSX/NSKVCAccessorUtil.html trunk/src/doc/html/OSX/NSKVCBehaviorAttachment.html trunk/src/doc/html/OSX/NSKeyValueCodingAttachment.html trunk/src/doc/html/OSX/NSMutableData.html trunk/src/doc/html/OSX/NSPoint.html trunk/src/doc/html/OSX/NSRange.html trunk/src/doc/html/OSX/NSRect.html trunk/src/doc/html/OSX/NSSize.html trunk/src/doc/html/OSX/OCClsWrapper.html trunk/src/doc/html/OSX/OCDataConvException.html trunk/src/doc/html/OSX/OCException.html trunk/src/doc/html/OSX/OCMessageSendException.html trunk/src/doc/html/OSX/OCObjWrapper.html trunk/src/doc/html/OSX/ObjcID.html trunk/src/doc/html/OSX/ObjcPtr.html trunk/src/doc/html/OSX.html trunk/src/doc/html/Object.html trunk/src/doc/html/String.html trunk/src/doc/html/_index.html trunk/src/doc/html/class_list.html trunk/src/doc/html/file.getting-started.html trunk/src/doc/html/file.index.html trunk/src/doc/html/file.programming.html trunk/src/doc/html/file.resources.html trunk/src/doc/html/file.try-samples.html trunk/src/doc/html/index.html trunk/src/doc/html/method_list.html trunk/src/doc/html/top-level-namespace.html trunk/src/doc/index.md This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-07-27 00:11:15
|
Revision: 2631 http://sourceforge.net/p/rubycocoa/svn/2631 Author: kimuraw Date: 2014-07-27 00:11:10 +0000 (Sun, 27 Jul 2014) Log Message: ----------- Release 1.2.0 Modified Paths: -------------- trunk/src/ChangeLog trunk/src/NEWS trunk/src/NEWS.ja trunk/src/VERSION trunk/src/doc/html/index.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-07-27 12:49:10
|
Revision: 2633 http://sourceforge.net/p/rubycocoa/svn/2633 Author: kimuraw Date: 2014-07-27 12:49:02 +0000 (Sun, 27 Jul 2014) Log Message: ----------- Add ruby code coverage with simplecov coverage enables via environment COVERAGE. $ COVERAGE=YES rake test or $ COVERAGE=YES ruby install.rb test Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/testall.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-07-28 13:56:41
|
Revision: 2634 http://sourceforge.net/p/rubycocoa/svn/2634 Author: kimuraw Date: 2014-07-28 13:56:38 +0000 (Mon, 28 Jul 2014) Log Message: ----------- Add configuration to coverage - output dir to coverage/ruby/. (I'll add coverage/objc/) - set project name. - add group "Lib". Modified Paths: -------------- trunk/src/.gitignore trunk/src/ChangeLog trunk/src/tests/testall.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-07-28 13:56:47
|
Revision: 2635 http://sourceforge.net/p/rubycocoa/svn/2635 Author: kimuraw Date: 2014-07-28 13:56:46 +0000 (Mon, 28 Jul 2014) Log Message: ----------- Suppress warning from deprecated method NSData.dataWithRubyString Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_nsdata.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-07-28 13:56:53
|
Revision: 2636 http://sourceforge.net/p/rubycocoa/svn/2636 Author: kimuraw Date: 2014-07-28 13:56:51 +0000 (Mon, 28 Jul 2014) Log Message: ----------- Delete code for Xcode 2.0 or Project Builder Modified Paths: -------------- trunk/src/ChangeLog trunk/src/install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-07-29 13:51:00
|
Revision: 2637 http://sourceforge.net/p/rubycocoa/svn/2637 Author: kimuraw Date: 2014-07-29 13:50:56 +0000 (Tue, 29 Jul 2014) Log Message: ----------- Delete package/work dir at clean task Modified Paths: -------------- trunk/src/ChangeLog trunk/src/install.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-07-29 13:51:08
|
Revision: 2638 http://sourceforge.net/p/rubycocoa/svn/2638 Author: kimuraw Date: 2014-07-29 13:51:05 +0000 (Tue, 29 Jul 2014) Log Message: ----------- Rewrite getting build framework locateion from literal "build/Default" to function Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/post-setup.rb trunk/src/tests/tc_bs.rb trunk/src/tests/tc_thread.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-10-05 15:04:30
|
Revision: 2639 http://sourceforge.net/p/rubycocoa/svn/2639 Author: kimuraw Date: 2014-10-05 15:04:20 +0000 (Sun, 05 Oct 2014) Log Message: ----------- Use pretty formatter to generate productbuild distribution xml Modified Paths: -------------- trunk/src/ChangeLog trunk/src/package/post-package.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-10-30 14:43:45
|
Revision: 2640 http://sourceforge.net/p/rubycocoa/svn/2640 Author: kimuraw Date: 2014-10-30 14:43:32 +0000 (Thu, 30 Oct 2014) Log Message: ----------- Add a config file for packaging with 10.10 builtin ruby-2.0 Modified Paths: -------------- trunk/src/ChangeLog Added Paths: ----------- trunk/src/package/config/10.10-ruby2.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ki...@us...> - 2014-11-01 15:46:05
|
Revision: 2641 http://sourceforge.net/p/rubycocoa/svn/2641 Author: kimuraw Date: 2014-11-01 15:45:57 +0000 (Sat, 01 Nov 2014) Log Message: ----------- Fix test failure on OS X 10.10 Yosemite from changes of Cocoa Modified Paths: -------------- trunk/src/ChangeLog trunk/src/tests/tc_attachments.rb trunk/src/tests/tc_nsstring_compat.rb trunk/src/tests/tc_retaincount.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |