From: <ki...@us...> - 2014-06-13 13:03:26
|
Revision: 2554 http://sourceforge.net/p/rubycocoa/svn/2554 Author: kimuraw Date: 2014-06-13 13:03:20 +0000 (Fri, 13 Jun 2014) Log Message: ----------- Compare RUBY_VERSION as string not by #to_f - before: RUBY_VERSION.to_f >= 2.0 - after: RUBY_VERSION >= '2.0' Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/ruby/osx/objc/oc_all.rb trunk/src/framework/src/ruby/osx/objc/oc_import.rb trunk/src/install.rb trunk/src/tests/tc_bool.rb trunk/src/tests/tc_hybrid.rb trunk/src/tests/tc_nsarray.rb trunk/src/tests/tc_nsdictionary.rb trunk/src/tests/tc_ovmix.rb trunk/src/tests/tc_passbyref.rb This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |