Commit 3e8a53b
Changed files (3)
Gemfile
@@ -0,0 +1,1 @@
+source "https://rubygems.org"
Gemfile.lock
@@ -0,0 +1,8 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
Rakefile
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project'
+require 'bundler'
+Bundler.require
Motion::Project::App.setup do |app|
# Use `rake config' to see complete project settings.