Sha256: 4a051f1369997f20aadcc7ec05e29787fad7f459ce41085db5e8009e7f6b2287
Contents?: true
Size: 413 Bytes
Versions: 13
Compression:
Stored size: 413 Bytes
Contents
# This helper file provides tasks to set the environment. This is just for convenience # so that these tasks might be a dependency for other tasks namespace :environment do config.each do |env, target, _data| namespace env do # Sets the environment to #{env} and the target to #{target} task target do config.environment = env config.target = target end end end end
Version data entries
13 entries across 13 versions & 1 rubygems