acpc_table_manager 3.0.2 → 3.0.3

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: b69fbbf77431a0db6b63d4c2f14fb9db94f822bb
4
- data.tar.gz: ac28ee957adf29a2335567ef8f02ccf4bb8c3b53
3
+ metadata.gz: ae4c95c398a2a4e37af68c745df3a8cc01e497eb
4
+ data.tar.gz: 9d943fd5ce79caa6954adab48d457ecc342b3282
5
5
  SHA512:
6
- metadata.gz: ebae145630fb6db48083d40f8a071095659a76d3d29ca18e8c24bccdcc822737efcee9bc5f6a40f5f806fe6b0ff4948c15b997e03b0a768cb2c1e69a0ae03a2b
7
- data.tar.gz: 277f1b654fb73ba9b1965e80a9b6d97244cce9d3e051ccf3f1e5da3134598c0ae7a03165780324c2ac8f68e8b477b7b41154fd095627c731bd09f7c1169a88a6
6
+ metadata.gz: a0d92d83354645d1ad473773bd5e84a967bf57997ee680e73dc295f895df4ceb653c8d9ed47514b9e66f9f19dbd10786634c0223607a34b6897a67a90afd20bc
7
+ data.tar.gz: d76abf15aff63463c490c0d1d9b7b9c5437d61d63a2ea37520c983eb075e495d201573aa277b98130f83f9b97270e2b5cbe2bec51987bdb6f9c3a02429149a66
data/exe/acpc_proxy CHANGED
@@ -65,8 +65,11 @@ begin
65
65
  proxy.log(__method__, {data: data})
66
66
 
67
67
  action = data[AcpcTableManager.config.action_key]
68
- if action == AcpcTableManager.config.next_hand_request_code
69
- proxy.next_hand! if must_send_ready
68
+ if (
69
+ AcpcTableManager.config.next_hand_request_code &&
70
+ action == AcpcTableManager.config.next_hand_request_code
71
+ )
72
+ proxy.next_hand!
70
73
  else
71
74
  proxy.play! action
72
75
  end
@@ -1,3 +1,3 @@
1
1
  module AcpcTableManager
2
- VERSION = "3.0.2"
2
+ VERSION = "3.0.3"
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.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Morrill