Sha256: 660f60e0353418ac779de67b9bc09cf97cd3cde8e5ccfd6c628cfbf30ff472e2

Contents?: true

Size: 323 Bytes

Versions: 14

Compression:

Stored size: 323 Bytes

Contents

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

require '../../lib/motion-support/inflector'

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

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
motion-support-1.2.1 examples/Inflector/Rakefile
motion-support-1.1.1 examples/Inflector/Rakefile
motion-support-1.2.0 examples/Inflector/Rakefile
motion-support-1.1.0 examples/Inflector/Rakefile
motion-support-1.0.0 examples/Inflector/Rakefile
motion-support-0.3.0 examples/Inflector/Rakefile
motion_blender-support-0.2.8 examples/Inflector/Rakefile
motion_blender-support-0.2.7 examples/Inflector/Rakefile
motion-support-0.2.6 examples/Inflector/Rakefile
motion-support-0.2.5 examples/Inflector/Rakefile
motion-support-0.2.4 examples/Inflector/Rakefile
motion-support-0.2.3 examples/Inflector/Rakefile
motion-support-0.2.2 examples/Inflector/Rakefile
motion-support-0.2.0 examples/Inflector/Rakefile