Sha256: b907613553e723bcb0d50bd473e73b94084f24c29fa29bf12bd187ab6adf58c6
Contents?: true
Size: 205 Bytes
Versions: 1
Compression:
Stored size: 205 Bytes
Contents
namespace :solder do desc "Install Solder into the app" task :install do system "#{RbConfig.ruby} ./bin/rails app:template LOCATION=#{File.expand_path("../install/install.rb", __dir__)}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solder-0.3.0 | lib/tasks/solder_tasks.rake |