lib/bugsnag/capistrano.rb in bugsnag-3.0.0 vs lib/bugsnag/capistrano.rb in bugsnag-4.0.0

- old
+ new

@@ -1,5 +1,5 @@ -require "bugsnag/deploy" +require "bugsnag" 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'