acpc_table_manager 3.0.0 → 3.0.1

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: b7ccf8130e5686e105baea868fb25168df10a64b
4
- data.tar.gz: 48a25e5be4a4d5fc18b2c4e96044e7f40f5b30d6
3
+ metadata.gz: ad61ee7d49744b1ecb347d23f9e0c56d80df34d7
4
+ data.tar.gz: 95fe0a67c236728939a9af8cd0d2493f786fba64
5
5
  SHA512:
6
- metadata.gz: 6b26c482c1625469524e338fee40457b0efae1ea24521252f0fa45edf64b7e31bb44939d52b5347fca0812daf608e712bb4c29161d84742e5171b2fb943c9c0c
7
- data.tar.gz: c163fbf0a7717da2dc35e389e5892fbb8e7a1d27102b0b9733894ff16584ef181830bf733d9add44e68f0c20feff0d226b19707e5a2c1b7d4468a6b7564be3c7
6
+ metadata.gz: 680c7f09fef0ae0fb5d083d9cb0bc5956d2cdc284fbe35e95027a6e83c43b4e8c2b0cac42927fa32ae184cbe603f5c2b07512b2951bb693d48567e6a73b9004e
7
+ data.tar.gz: f0387ed3c75c311ca1017fded7958859e26aed5198d051506d9380caf16b1d4fe6302afcdc40aec8ab6f118671952c55465efe8e1c408c8306c26221f4bfda81
data/exe/acpc_proxy CHANGED
@@ -65,8 +65,8 @@ begin
65
65
  proxy.log(__method__, {data: data})
66
66
 
67
67
  action = data[AcpcTableManager.config.action_key]
68
- if must_send_ready && action == AcpcTableManager.config.next_hand_request_code
69
- proxy.next_hand!
68
+ if action == AcpcTableManager.config.next_hand_request_code
69
+ proxy.next_hand! if must_send_ready
70
70
  else
71
71
  proxy.play! action
72
72
  end
@@ -1,3 +1,3 @@
1
1
  module AcpcTableManager
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acpc_table_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Morrill