Sha256: 37e9d0d18f5b230a5505352289066e61f765329540005471745b11547940c1a6

Contents?: true

Size: 297 Bytes

Versions: 35

Compression:

Stored size: 297 Bytes

Contents

task :console do
  binding.pry
end

task :smartguard do
  exec('bundle exec smartguard --development --app smartkiosk')
end

task :sidekiq do
  exec('bundle exec sidekiq -q pings -q payments -q orders -q sync -q scheduled -r ./app.rb')
end

task :web do
  exec('bundle exec smartkiosk-client')
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
smartkiosk-client-0.1.1 lib/tasks/services.rb
smartkiosk-client-0.1.0 lib/tasks/services.rb
smartkiosk-client-0.0.28 lib/tasks/services.rb
smartkiosk-client-0.0.26 lib/tasks/services.rb
smartkiosk-client-0.0.25 lib/tasks/services.rb
smartkiosk-client-0.0.24 lib/tasks/services.rb
smartkiosk-client-0.0.23 lib/tasks/services.rb
smartkiosk-client-0.0.22 lib/tasks/services.rb
smartkiosk-client-0.0.21 lib/tasks/services.rb
smartkiosk-client-0.0.20 lib/tasks/services.rb
smartkiosk-client-0.0.19 lib/tasks/services.rb
smartkiosk-client-0.0.18 lib/tasks/services.rb
smartkiosk-client-0.0.17 lib/tasks/services.rb
smartkiosk-client-0.0.16 lib/tasks/services.rb
smartkiosk-client-0.0.10 lib/tasks/services.rb