Sha256: 9f70a7072d080e62ce616eb52153f7d0edc970a90aac1a7cf9002bc1eefc3350
Contents?: true
Size: 422 Bytes
Versions: 1
Compression:
Stored size: 422 Bytes
Contents
unless defined?(Motion::Project::Config) raise "The cha_work gem must be required within a RubyMotion project Rakefile." end Motion::Project::App.setup do |app| core_lib = File.join(File.dirname(__FILE__), 'cha_work') insert_point = app.files.find_index { |file| file =~ /^(?:\.\/)?app\// } || 0 Dir.glob(File.join(core_lib, '**/*.rb')).reverse.each do |file| app.files.insert(insert_point, file) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cha_work-0.1 | lib/cha_work.rb |