Sha256: b3cda5fba8b9d9827cd27f80d99c4e2ff9a52578fd4ebf4ebd7ff4d1938b1f08
Contents?: true
Size: 306 Bytes
Versions: 3
Compression:
Stored size: 306 Bytes
Contents
require "bubble-wrap/version" 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__), 'bubble-wrap/*.rb')).each do |file| app.files.unshift(file) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bubble-wrap-0.2.0 | lib/bubble-wrap.rb |
bubble-wrap-0.1.2 | lib/bubble-wrap.rb |
bubble-wrap-0.1.1 | lib/bubble-wrap.rb |