Sha256: d798ca6340eabf72beef773f4bc9e6738267ec71193283646a0aa65245ed075d
Contents?: true
Size: 575 Bytes
Versions: 15
Compression:
Stored size: 575 Bytes
Contents
# frozen_string_literal: true require 'capistrano/version' if defined?(Capistrano::VERSION) && Gem::Version.new(Capistrano::VERSION).release >= Gem::Version.new('3.0.0') load File.expand_path('capistrano/v3/tasks/whenever.rake', __dir__) load File.expand_path('capistrano/v3/tasks/backup.rake', __dir__) load File.expand_path('capistrano/v3/tasks/figaro_yml.rake', __dir__) load File.expand_path('capistrano/v3/tasks/logs.rake', __dir__) load File.expand_path('capistrano/v3/tasks/invoke.rake', __dir__) else puts 'Capistrano 3 is required to use this gem' end
Version data entries
15 entries across 15 versions & 2 rubygems