smartkiosk-client 0.1.12 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,10 @@ class Application
5
5
  json (payment.check ? payment.as_json : false)
6
6
  end
7
7
 
8
+ get '/payments/test_printer' do
9
+ json Smartware.printer.error.blank?
10
+ end
11
+
8
12
  post '/payments/:id/open_cash_acceptor' do
9
13
  payment = Payment.find(params[:id])
10
14
  min = nil
@@ -2,6 +2,6 @@ require 'sinatra/base'
2
2
 
3
3
  module Smartkiosk
4
4
  class Client < Sinatra::Base
5
- VERSION = '0.1.12'
5
+ VERSION = '0.1.13'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartkiosk-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -626,7 +626,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
626
626
  version: '0'
627
627
  segments:
628
628
  - 0
629
- hash: -2081497646548334972
629
+ hash: 1640459019695357225
630
630
  required_rubygems_version: !ruby/object:Gem::Requirement
631
631
  none: false
632
632
  requirements:
@@ -635,10 +635,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
635
635
  version: '0'
636
636
  segments:
637
637
  - 0
638
- hash: -2081497646548334972
638
+ hash: 1640459019695357225
639
639
  requirements: []
640
640
  rubyforge_project:
641
- rubygems_version: 1.8.24
641
+ rubygems_version: 1.8.23
642
642
  signing_key:
643
643
  specification_version: 3
644
644
  summary: Smartkiosk client application