smartkiosk-client 0.1.3 → 0.1.4

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.
@@ -27,7 +27,8 @@ class Application
27
27
 
28
28
  post '/payments/open_card_reader' do
29
29
  Smartware.card_reader.open
30
- nil
30
+
31
+ json Smartware.card_reader.error.blank?
31
32
  end
32
33
 
33
34
  post '/payments/close_card_reader' do
@@ -2,6 +2,6 @@ require 'sinatra/base'
2
2
 
3
3
  module Smartkiosk
4
4
  class Client < Sinatra::Base
5
- VERSION = '0.1.3'
5
+ VERSION = '0.1.4'
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.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -610,7 +610,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
610
610
  version: '0'
611
611
  segments:
612
612
  - 0
613
- hash: 2149702848177027716
613
+ hash: 2938657403930195177
614
614
  required_rubygems_version: !ruby/object:Gem::Requirement
615
615
  none: false
616
616
  requirements:
@@ -619,10 +619,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
619
619
  version: '0'
620
620
  segments:
621
621
  - 0
622
- hash: 2149702848177027716
622
+ hash: 2938657403930195177
623
623
  requirements: []
624
624
  rubyforge_project:
625
- rubygems_version: 1.8.24
625
+ rubygems_version: 1.8.23
626
626
  signing_key:
627
627
  specification_version: 3
628
628
  summary: Smartkiosk client application