Sha256: a086e0878f4ebbb97a4449ae4f7093f348750a34c59b7217c4f42bcca64ac1e1

Contents?: true

Size: 239 Bytes

Versions: 2

Compression:

Stored size: 239 Bytes

Contents

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'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bugsnag-capistrano-2.1.0 lib/bugsnag-capistrano/capistrano.rb
bugsnag-capistrano-2.0.0 lib/bugsnag-capistrano/capistrano.rb