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.2.1 lib/tasks/services.rb
smartkiosk-client-0.2 lib/tasks/services.rb
smartkiosk-client-0.1.19 lib/tasks/services.rb
smartkiosk-client-0.1.18 lib/tasks/services.rb
smartkiosk-client-0.1.17 lib/tasks/services.rb
smartkiosk-client-0.1.16 lib/tasks/services.rb
smartkiosk-client-0.1.15 lib/tasks/services.rb
smartkiosk-client-0.1.14 lib/tasks/services.rb
smartkiosk-client-0.1.13 lib/tasks/services.rb
smartkiosk-client-0.1.12 lib/tasks/services.rb
smartkiosk-client-0.1.11 lib/tasks/services.rb
smartkiosk-client-0.1.10 lib/tasks/services.rb
smartkiosk-client-0.1.9 lib/tasks/services.rb
smartkiosk-client-0.1.8 lib/tasks/services.rb
smartkiosk-client-0.1.7 lib/tasks/services.rb
smartkiosk-client-0.1.6 lib/tasks/services.rb
smartkiosk-client-0.1.5 lib/tasks/services.rb
smartkiosk-client-0.1.4 lib/tasks/services.rb
smartkiosk-client-0.1.3 lib/tasks/services.rb
smartkiosk-client-0.1.2 lib/tasks/services.rb