Rakefile in motion-ocr-0.0.1 vs Rakefile in motion-ocr-0.1.0

- old
+ new

@@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- require "bundler/gem_tasks" $:.unshift("/Library/RubyMotion/lib") -require 'motion/project' +require 'motion/project/template/ios' Bundler.setup Bundler.require require './lib/motion-ocr' @@ -12,6 +12,5 @@ app.name = 'MotionOCR' app.deployment_target = '5.0' end -