Sha256: 67bb986f9d16314668bc213d14942d6d21f6eba27c42c822633e61a1af293d73

Contents?: true

Size: 332 Bytes

Versions: 4

Compression:

Stored size: 332 Bytes

Contents

# -*- coding: utf-8 -*-
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project'
require "bundler/gem_tasks"
require "bundler/setup"
Bundler.require :default

$:.unshift("./lib/")
require './lib/afmotion'

Motion::Project::App.setup do |app|
  # Use `rake config' to see complete project settings.
  app.name = 'AFMotion'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
afmotion-0.0.4 Rakefile
afmotion-0.0.3 Rakefile
afmotion-0.0.2 Rakefile
afmotion-0.0.1 Rakefile