acpc_poker_player_proxy 1.6.0 → 1.6.1
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 883835869a60227a7356d390ed0e3f85fc7443ec
|
4
|
+
data.tar.gz: ea876b8eba6deb44de74b5b04e1b9c1f199ad663
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 876ecccfc49fbd1e9af65cad2a4a059dd9a94fbfb9b44238f28693494c0855dc71fb14fe187f6539c88d91d5bfaf8cd1e9df4034e4bf9e81ddd9d7303e672c38
|
7
|
+
data.tar.gz: 4e96446515982f6cb0008c13b401d814061312abca701705bc996da3500f605a8c090263aaf5db7134fc081cf0c2d09b53bd5805937390c64c72086571cfb9c2
|
@@ -97,7 +97,7 @@ class PlayerProxy < DelegateClass(AcpcPokerTypes::PlayersAtTheTable)
|
|
97
97
|
|
98
98
|
def connected?
|
99
99
|
begin
|
100
|
-
@basic_proxy.send_comment '
|
100
|
+
@basic_proxy.send_comment 'KA'
|
101
101
|
rescue AcpcPokerBasicProxy::DealerStream::UnableToWriteToDealer
|
102
102
|
@match_has_ended = true
|
103
103
|
false
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acpc_poker_player_proxy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dustin Morrill
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: acpc_poker_basic_proxy
|