billing 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e664434295b24d1ec45bbd0a2dd32ac927dc4a9a
4
- data.tar.gz: e9d6ff5a01bbfcff71609324ec591a0d9029121c
3
+ metadata.gz: aeab2c3ad07d27197ae4d133a33f955d9637bb4c
4
+ data.tar.gz: ddcc7dfd7e4aa3ae52d4c9a867fbeb3b450cecb0
5
5
  SHA512:
6
- metadata.gz: e5f4dce88c89267aab668549fb91e179bfc0020e5a8f7687390d8d655d7a49f6a0f91f00eeed9894bb64621f6d62a1339f62df7f5236e181f5b6a5d3b8f98dd9
7
- data.tar.gz: 05a47a21c0e83f235e2f6d5614d5838250742d88d9acefb6820dde7dde7b68d21202d7ae01d0f91888f8da5217c47e546af1776ca0686c8a45c1e7bf7b04980b
6
+ metadata.gz: 1f2fdf3c6239829733af6fdc3db6e6cc38b6a48c6bd68f86575fb46b910f4b8a04785e1f9ebe328a319eada341bbe9642087064341eaf1241f10239b0210df82
7
+ data.tar.gz: ca7c51634ea1386329ebe7e6fe760b528dac73a3d49c94ba7647fb0b58ccc56d21053c34c5ceb165a201f1963940a8d377a15ced35cf24c93fa98a973613ff2b
@@ -66,7 +66,7 @@ module Billing
66
66
  s.try :beep if bill.origin.receipt_config.try(:sound_signal)
67
67
  s.try :pulse if bill.origin.receipt_config.try(:open_cash_drawer)
68
68
  if bill.origin.receipt_config.try(:custom_commands) && cmd = s.push bill.origin.receipt_config.try(:custom_commands_text)
69
- s.push(cmd.b.gsub(/../) { |pair| pair.hex.chr })
69
+ s.push(cmd.b.gsub(/../){ |pair| pair.hex.chr })
70
70
  end
71
71
  s.notify "Print Doc End"
72
72
  end
@@ -1,3 +1,3 @@
1
1
  module Billing
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Vangelov