Update motion require statement in gem template Rakefile

This commit is contained in:
Devon Blandin
2013-05-10 23:12:46 -05:00
committed by Watson
parent 47051b08c6
commit f2000bb03e

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project'
require 'motion/project/template/ios'
require './lib/<%= name %>'
Motion::Project::App.setup do |app|