Rakefile in motion-table-0.1.0 vs Rakefile in motion-table-0.1.1
- old
+ new
@@ -1,4 +1,5 @@
$:.unshift("/Library/RubyMotion/lib")
require 'motion/project'
-require 'bundler'
+require 'bundler/gem_tasks'
Bundler.setup
+Bundler.require
- old
+ new