Sha256: 51c5fbf15de9cb222520165dc90b15cd10ccfcbcdda3a9f79ff321e0ae474bb7
Contents?: true
Size: 502 Bytes
Versions: 5
Compression:
Stored size: 502 Bytes
Contents
unless defined?(Motion::Project::Config) raise "This file must be required within a RubyMotion project Rakefile." end require "ProMotion/version" Motion::Project::App.setup do |app| app.detect_dependencies = true original_files = app.files delegate = File.join(File.dirname(__FILE__), 'ProMotion/delegate/delegate.rb') promotion_files = FileList[File.join(File.dirname(__FILE__), 'ProMotion/**/*.rb')].exclude(delegate).to_a app.files = (promotion_files << delegate) + original_files end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ProMotion-1.1.2 | lib/ProMotion.rb |
ProMotion-1.1.1 | lib/ProMotion.rb |
ProMotion-1.1.0 | lib/ProMotion.rb |
ProMotion-1.1.0.rc1 | lib/ProMotion.rb |
ProMotion-1.0.4 | lib/ProMotion.rb |