lib/ProMotion.rb in ProMotion-0.6.5 vs lib/ProMotion.rb in ProMotion-0.7.0
- old
+ new
@@ -4,9 +4,9 @@
require "ProMotion/version"
Motion::Project::App.setup do |app|
original_files = app.files
- delegate = File.join(File.dirname(__FILE__), 'ProMotion/delegate.rb')
+ 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
\ No newline at end of file