smartkiosk-client 0.1.4 → 0.1.5
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.
- data/app/models/terminal.rb +11 -1
- data/lib/smartkiosk/client/version.rb +1 -1
- metadata +4 -4
data/app/models/terminal.rb
CHANGED
|
@@ -143,7 +143,7 @@ class Terminal
|
|
|
143
143
|
:printer => {
|
|
144
144
|
:error => Smartware.printer.error,
|
|
145
145
|
:model => Smartware.printer.model,
|
|
146
|
-
|
|
146
|
+
:version => Smartware.printer.version
|
|
147
147
|
},
|
|
148
148
|
:modem => {
|
|
149
149
|
:error => Smartware.modem.error,
|
|
@@ -152,6 +152,16 @@ class Terminal
|
|
|
152
152
|
:model => Smartware.modem.model,
|
|
153
153
|
:version => Smartware.modem.version
|
|
154
154
|
},
|
|
155
|
+
:wachdog => {
|
|
156
|
+
:error => Smartware.watchdog.error,
|
|
157
|
+
:model => Smartware.watchdog.model,
|
|
158
|
+
:version => Smartware.watchdog.version
|
|
159
|
+
},
|
|
160
|
+
:card_reader => {
|
|
161
|
+
:error => Smartware.card_reader.error,
|
|
162
|
+
:model => Smartware.card_reader.model,
|
|
163
|
+
:version => Smartware.card_reader.version
|
|
164
|
+
},
|
|
155
165
|
:version => Terminal.version
|
|
156
166
|
}
|
|
157
167
|
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.
|
|
4
|
+
version: 0.1.5
|
|
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:
|
|
613
|
+
hash: -3663384158445231926
|
|
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:
|
|
622
|
+
hash: -3663384158445231926
|
|
623
623
|
requirements: []
|
|
624
624
|
rubyforge_project:
|
|
625
|
-
rubygems_version: 1.8.
|
|
625
|
+
rubygems_version: 1.8.24
|
|
626
626
|
signing_key:
|
|
627
627
|
specification_version: 3
|
|
628
628
|
summary: Smartkiosk client application
|