Sha256: 863d906c0681b307fa78d6f578cc8892ef211afdd8cc53928450f852322e8ce6
Contents?: true
Size: 501 Bytes
Versions: 39
Compression:
Stored size: 501 Bytes
Contents
require 'matrioshka' namespace 'smartkiosk_server' do task :link do generator = Matrioshka::Generator.new location = File.expand_path File.join(*['..']*3), __FILE__ if location == Rails.root.to_s puts "This task was successfully registered. Call it from the gem consumer not from the gem itself." else generator.copy_gemfile_from location, 'Smartkiosk::Server' generator.prepend_seeds 'Smartkiosk::Server' generator.run "bundle install" end end end
Version data entries
39 entries across 39 versions & 1 rubygems