resources/rakefile in plezi-0.12.5 vs resources/rakefile in plezi-0.12.6
- old
+ new
@@ -1,9 +1,9 @@
# load all framework and gems
-load ::File.expand_path(File.join("..", "environment.rb"), __FILE__)
+load ::File.expand_path(File.join("..", "initialize.rb"), __FILE__)
# Make sure the server doesn't start
-NO_PLEZI_AUTO_START = true
+Iodine.protocol = false
# create a default task
desc "The default task will simply remind you to call 'rake -T'."
task :default do
puts "I don't know what to do. Please choose a task..."