lib/bugsnag-capistrano/capistrano.rb in bugsnag-capistrano-1.1.2 vs lib/bugsnag-capistrano/capistrano.rb in bugsnag-capistrano-2.0.0
- old
+ new
@@ -1,5 +1,5 @@
-require_relative "deploy"
+require_relative "release"
if defined?(Capistrano::VERSION) && Gem::Version.new(Capistrano::VERSION).release >= Gem::Version.new('3.0.0')
load File.expand_path('../tasks/bugsnag.cap', __FILE__)
else
require_relative 'capistrano2'