Sha256: c5d5ede4cb8ee8e0a4627d1898a4ff0207e2dce8e82bbd49cdfaa5722cbda4fd

Contents?: true

Size: 197 Bytes

Versions: 47

Compression:

Stored size: 197 Bytes

Contents

namespace :bobot do
  desc 'Install bobot'
  task :install do
    system 'rails g bobot:install'
  end

  desc 'Uninstall bobot'
  task :uninstall do
    system 'rails g bobot:uninstall'
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
bobot-4.2.0 lib/tasks/bobot_tasks.rake
bobot-4.1.0 lib/tasks/bobot_tasks.rake
bobot-4.0.0 lib/tasks/bobot_tasks.rake
bobot-3.7.9 lib/tasks/bobot_tasks.rake
bobot-3.7.8 lib/tasks/bobot_tasks.rake
bobot-3.7.6 lib/tasks/bobot_tasks.rake
bobot-3.7.3 lib/tasks/bobot_tasks.rake
bobot-3.7.2 lib/tasks/bobot_tasks.rake
bobot-3.6.3 lib/tasks/bobot_tasks.rake
bobot-3.6.0 lib/tasks/bobot_tasks.rake
bobot-3.5.2 lib/tasks/bobot_tasks.rake
bobot-3.5.1 lib/tasks/bobot_tasks.rake
bobot-3.5.0 lib/tasks/bobot_tasks.rake
bobot-3.0.7 lib/tasks/bobot_tasks.rake
bobot-3.0.6 lib/tasks/bobot_tasks.rake
bobot-3.0.5 lib/tasks/bobot_tasks.rake
bobot-3.0.3 lib/tasks/bobot_tasks.rake
bobot-3.0.2 lib/tasks/bobot_tasks.rake
bobot-3.0.1 lib/tasks/bobot_tasks.rake
bobot-2.6.2 lib/tasks/bobot_tasks.rake