Sha256: 45edd0c10bab5e6a12546f849916305b88f742a6317028368f863d24191d1021

Contents?: true

Size: 433 Bytes

Versions: 15

Compression:

Stored size: 433 Bytes

Contents

unless defined?(Motion::Project::Config)
  raise "The motion_bindable gem must be required within a RubyMotion project Rakefile."
end

Motion::Project::App.setup do |app|

  Dir.glob(
    File.join(File.dirname(__FILE__), 'motion_bindable/**/*.rb')
  ).each do |file|
    app.files.unshift(file)
  end

  Dir.glob(
    File.join(File.dirname(__FILE__), 'strategies/**/*.rb')
  ).each do |file|
    app.files.unshift(file)
  end

end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
motion_bindable-0.3.0 lib/motion_bindable.rb
motion_bindable-0.2.5 lib/motion_bindable.rb
motion_bindable-0.2.4 lib/motion_bindable.rb
motion_bindable-0.2.3 lib/motion_bindable.rb
motion_bindable-0.2.2 lib/motion_bindable.rb
motion_bindable-0.2.1 lib/motion_bindable.rb
motion_bindable-0.2.0 lib/motion_bindable.rb
motion_bindable-0.1.1 lib/motion_bindable.rb
motion_bindable-0.1.0 lib/motion_bindable.rb
motion_bindable-0.0.6 lib/motion_bindable.rb
motion_bindable-0.0.5 lib/motion_bindable.rb
motion_bindable-0.0.4 lib/motion_bindable.rb
motion_bindable-0.0.3 lib/motion_bindable.rb
motion_bindable-0.0.2 lib/motion_bindable.rb
motion_bindable-0.0.1 lib/motion_bindable.rb