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-5.0.4 lib/tasks/bobot_tasks.rake
bobot-5.0.3 lib/tasks/bobot_tasks.rake
bobot-5.0.2 lib/tasks/bobot_tasks.rake
bobot-5.0.1 lib/tasks/bobot_tasks.rake
bobot-5.0.0 lib/tasks/bobot_tasks.rake
bobot-4.15.0 lib/tasks/bobot_tasks.rake
bobot-4.14.0 lib/tasks/bobot_tasks.rake
bobot-4.13.1 lib/tasks/bobot_tasks.rake
bobot-4.13.0 lib/tasks/bobot_tasks.rake
bobot-4.11.0 lib/tasks/bobot_tasks.rake
bobot-4.10.0 lib/tasks/bobot_tasks.rake
bobot-4.9.0 lib/tasks/bobot_tasks.rake
bobot-4.8.0 lib/tasks/bobot_tasks.rake
bobot-4.7.0 lib/tasks/bobot_tasks.rake
bobot-4.6.0 lib/tasks/bobot_tasks.rake
bobot-4.5.0 lib/tasks/bobot_tasks.rake
bobot-4.4.1 lib/tasks/bobot_tasks.rake
bobot-4.4.0 lib/tasks/bobot_tasks.rake
bobot-4.3.1 lib/tasks/bobot_tasks.rake
bobot-4.3.0 lib/tasks/bobot_tasks.rake