Rakefile in ProMotion-0.0.1 vs Rakefile in ProMotion-0.0.2
- old
+ new
@@ -1,2 +1,5 @@
-#!/usr/bin/env rake
-require "bundler/gem_tasks"
+$:.unshift("/Library/RubyMotion/lib")
+require 'motion/project'
+require 'bundler/gem_tasks'
+Bundler.setup
+Bundler.require