From 84182d3735669e6b0ce2f1a1ce6598b2a2059ab5 Mon Sep 17 00:00:00 2001 From: Watson Date: Fri, 14 Jun 2013 01:37:10 +0900 Subject: [PATCH 1/3] 2.3 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 7b878fca..6aeb826f 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -PROJECT_VERSION = '2.2' +PROJECT_VERSION = '2.3' PLATFORMS_DIR = (ENV['PLATFORMS_DIR'] || '/Applications/Xcode.app/Contents/Developer/Platforms') sim_sdks = Dir.glob(File.join(PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path| From b0e0d5ba4b0c6da236e4a447d73986d80ee0b725 Mon Sep 17 00:00:00 2001 From: Watson Date: Fri, 14 Jun 2013 02:20:38 +0900 Subject: [PATCH 2/3] sync --- NEWS | 1 + vm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5b7309fa..eb93ddae 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ executing the main scope of .rb application files, resulting in a const lookup error in case the constant was trying to be accessed within a file or module scope. + * Improve string interpolation performance. 40% faster. = RubyMotion 2.2 = diff --git a/vm b/vm index 0ff3a560..8a464ccc 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit 0ff3a560ad5cba25e7ab86a54d5f374c4b1b858f +Subproject commit 8a464cccba860f5ea4ba3fe2e1159446ece73fb7 From 01c5f6e06cc247b822252691eca9683f8461cd8e Mon Sep 17 00:00:00 2001 From: Watson Date: Fri, 14 Jun 2013 13:42:21 +0900 Subject: [PATCH 3/3] sync --- NEWS | 1 + vm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index eb93ddae..5caa8c5f 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ lookup error in case the constant was trying to be accessed within a file or module scope. * Improve string interpolation performance. 40% faster. + * Improve String#delete performance. 5 times faster. = RubyMotion 2.2 = diff --git a/vm b/vm index 8a464ccc..19cafc5d 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit 8a464cccba860f5ea4ba3fe2e1159446ece73fb7 +Subproject commit 19cafc5d440e69bc9819ee13664b538b5e3b3b85