Sha256: 8bd66a8d327bfac05eb73540f9e6a6140115f094c016075e3329a0ed4c0fba36
Contents?: true
Size: 271 Bytes
Versions: 1
Compression:
Stored size: 271 Bytes
Contents
unless defined?(Motion::Project::Config) raise "This file must be required within a RubyMotion project Rakefile." end Motion::Project::App.setup do |app| Dir.glob(File.join(File.dirname(__FILE__), 'turnkey/*.rb')).each do |file| app.files.unshift(file) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
turnkey-0.2.2 | lib/turnkey.rb |