Sha256: 146cd2425defc57d021c50f6e862fd5569e2f46e9ecf24bd25632b4ae443f629
Contents?: true
Size: 586 Bytes
Versions: 15
Compression:
Stored size: 586 Bytes
Contents
load 'deploy' if respond_to?(:namespace) # cap2 differentiator require 'bundler/capistrano' load 'deploy/assets' load 'lib/forge/recipes' Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) } if `git ls-files`.split($/).include?("config/secret_token.txt") load 'config/deploy' # remove this line to skip loading any of the default tasks else $stderr.puts "I'm sorry, #{`whoami`.strip.capitalize}. I'm afraid I can't let you do that." $stderr.puts "Run `rake forge:secret` and check in config/secret_token.txt first." exit 2000 end
Version data entries
15 entries across 15 versions & 1 rubygems