From 2b02564e89cc1cf3d25effcaed60720241c8681e Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Thu, 29 Mar 2012 13:21:08 +0200 Subject: [PATCH] 0.64 --- NEWS | 9 +++++++++ Rakefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2fbbf5ed..bdc2ac42 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ += RubyMotion 0.64 = + + * Added a new sample code, gesture_table, which demonstrates a table view + that can be manipulated with gestures (similar to the Clear iOS app). + Thanks Josh Ballanco for contributing the initial version of the code. + * Added a new sample code, mustache, a port of the famous MacRuby sample + to iOS. Demonstrates CoreImage's face detection feature. Thanks to Josh + Ballanco for the matrix algebra. + = RubyMotion 0.63 = * Changed #methods and others to not return Objective-C methods whose names diff --git a/Rakefile b/Rakefile index 73eaacc2..59719bce 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,5 @@ PLATFORMS_DIR = '/Applications/Xcode.app/Contents/Developer/Platforms' -PROJECT_VERSION = '0.63' +PROJECT_VERSION = '0.64' sim_sdks = Dir.glob(File.join(PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path| File.basename(path).scan(/^iPhoneSimulator(.+)\.sdk$/)[0][0]