Sha256: aeb42a4ffe72db768dc56cfe101756398d88f9fee1f2e8894675bb6e8d9da2fc
Contents?: true
Size: 354 Bytes
Versions: 9
Compression:
Stored size: 354 Bytes
Contents
# frozen_string_literal: true install_template_path = File.expand_path('../../template.rb', __dir__).freeze bin_path = ENV['BUNDLE_BIN'] || './bin' namespace :jt_tools do desc 'Install jt-tools in this application' task install: :environment do exec "#{RbConfig.ruby} #{bin_path}/rails app:template LOCATION=#{install_template_path}" end end
Version data entries
9 entries across 9 versions & 1 rubygems