From 2a49edff7d37c1b4302d23c4e771baa8ec8752e7 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Thu, 12 Jul 2012 23:48:36 +0200 Subject: [PATCH] 1.17 --- NEWS | 5 +++++ Rakefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7e409f94..a0fd7bce 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ += RubyMotion 1.17 = + + * Removed the Bundler support as it's apparently causing issues on certain + environments. It will be added back once we figure out the edge cases. + = RubyMotion 1.16 = * Fixed a compiler bug in the way certain opaque types in the CoreMIDI diff --git a/Rakefile b/Rakefile index f616031b..81d1fed9 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -PROJECT_VERSION = '1.16' +PROJECT_VERSION = '1.17' 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|