Sha256: 4a166a683f2d6cdfcb71e4e087e385d06e1d6e10431ba45387fdebc591f369ae

Contents?: true

Size: 278 Bytes

Versions: 7

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

namespace :phlex do
	desc "Install Phlex in the Rails application"
	task :install do
		install_file_path = File.expand_path("../install/phlex.rb", __dir__)

		system "#{RbConfig.ruby} bin/rails app:template LOCATION=#{install_file_path}"
	end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phlex-0.5.2 lib/tasks/phlex_tasks.rake
phlex-0.5.1 lib/tasks/phlex_tasks.rake
phlex-0.5.0 lib/tasks/phlex_tasks.rake
phlex-0.4.0 lib/tasks/phlex_tasks.rake
phlex-0.3.2 lib/tasks/phlex_tasks.rake
phlex-0.3.1 lib/tasks/phlex_tasks.rake
phlex-0.3.0 lib/tasks/phlex_tasks.rake