lib/twittermotion.rb in twittermotion-0.0.1 vs lib/twittermotion.rb in twittermotion-0.0.2
- old
+ new
@@ -3,10 +3,9 @@
unless defined?(Motion::Project::Config)
raise "This file must be required within a RubyMotion project Rakefile."
end
require 'bubble-wrap'
-require 'geomotion'
Motion::Project::App.setup do |app|
Dir.glob(File.join(File.dirname(__FILE__), 'twittermotion/*.rb')).each do |file|
app.files.unshift(file)
end
\ No newline at end of file