$:.unshift("/Library/RubyMotion/lib") require 'motion/project' require "bundler/gem_tasks" $:.unshift("./lib/") require './lib/routable' Motion::Project::App.setup do |app| # Use `rake config' to see complete project settings. app.name = 'Routable' end