From f2000bb03e3e96cdf0cba951944ef714b950ba1b Mon Sep 17 00:00:00 2001 From: Devon Blandin Date: Fri, 10 May 2013 23:12:46 -0500 Subject: [PATCH] Update motion require statement in gem template Rakefile --- lib/motion/project/template/gem/files/Rakefile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/motion/project/template/gem/files/Rakefile.erb b/lib/motion/project/template/gem/files/Rakefile.erb index 2c941b81..2af83ede 100644 --- a/lib/motion/project/template/gem/files/Rakefile.erb +++ b/lib/motion/project/template/gem/files/Rakefile.erb @@ -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|