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