Sha256: 88a45c68470cfc01edb530948224426a7eddd58085c2955bc5c449ef1e0e94bd
Contents?: true
Size: 407 Bytes
Versions: 2
Compression:
Stored size: 407 Bytes
Contents
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__), 'motion_yak/*.rb')).each do |file| app.files.unshift(file) end end require 'motion_yak/request' require 'motion_yak/config' require 'motion_yak/json' require 'motion_yak/base' module MotionYak end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion_yak-0.0.16 | lib/motion_yak.rb |
motion_yak-0.0.15 | lib/motion_yak.rb |