Rakefile in motion-juxtapose-0.1.0 vs Rakefile in motion-juxtapose-0.1.1

- old
+ new

@@ -1,9 +1,21 @@ +# -*- coding: utf-8 -*- +$:.unshift('/Library/RubyMotion/lib') +require 'motion/project/template/ios' require "bundler/gem_tasks" +Bundler.setup +Bundler.require + +require 'motion-juxtapose' + +Motion::Project::App.setup do |app| + app.name = 'juxtapose-tests' + app.detect_dependencies = false +end