Sha256: f30f2eaddd7659845730aebd5d6badacb1f64467b057068adf9cf42fb363c423

Contents?: true

Size: 172 Bytes

Versions: 2

Compression:

Stored size: 172 Bytes

Contents

require "boty/cli"

namespace :bot do
  desc "Compiles the template/project/bot.tt into bin/bot and chmod +x on it."
  task :compile do
    Boty::CLI.new.compile
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
boty-1.0.1 lib/tasks/bot/compile.rake
boty-1.0.0 lib/tasks/bot/compile.rake