lib/sugarcube.rb in sugarcube-0.1.1 vs lib/sugarcube.rb in sugarcube-0.1.2
- old
+ new
@@ -1,6 +1,6 @@
unless defined?(Motion::Project::Config)
- raise "This file must be required within a RubyMotion project Rakefile."
+ raise "This file (sugarcube) must be required within a RubyMotion project Rakefile."
end
Motion::Project::App.setup do |app|
Dir.glob(File.join(File.dirname(__FILE__), 'sugarcube/*.rb')).each do |file|