Sha256: 0d64c438886aafb07b9bb3fe64fed60ae7ec6faf01958dcbb417815bf2bdb492

Contents?: true

Size: 521 Bytes

Versions: 1

Compression:

Stored size: 521 Bytes

Contents

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

require File.expand_path('../version', __FILE__) unless defined?(BubbleWrap::VERSION)
require File.expand_path('../ext', __FILE__)
require File.expand_path('../requirement', __FILE__)

module BubbleWrap

  module_function

  def root
    File.expand_path('../../../', __FILE__)
  end

  def require(file_spec, &block)
    Requirement.scan(caller.first, file_spec, &block)
  end

end

BW = BubbleWrap

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bubble-wrap-0.4.0 lib/bubble-wrap/loader.rb