acpc_poker_basic_proxy 0.0.1 → 0.0.2
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.
|
@@ -67,7 +67,7 @@ class AcpcDealerCommunicator
|
|
|
67
67
|
begin
|
|
68
68
|
bytes_written = send_string_to_dealer string
|
|
69
69
|
rescue
|
|
70
|
-
handle_error
|
|
70
|
+
handle_error GetFromAcpcDealerError, "Unable to send the string, \"#{string}\", to the dealer: #{$?}."
|
|
71
71
|
end
|
|
72
72
|
bytes_written
|
|
73
73
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: acpc_poker_basic_proxy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-07-14 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: acpc_poker_types
|
|
@@ -231,7 +231,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
231
231
|
version: '0'
|
|
232
232
|
segments:
|
|
233
233
|
- 0
|
|
234
|
-
hash:
|
|
234
|
+
hash: 1788320015898480186
|
|
235
235
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
236
236
|
none: false
|
|
237
237
|
requirements:
|
|
@@ -240,7 +240,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
240
240
|
version: '0'
|
|
241
241
|
segments:
|
|
242
242
|
- 0
|
|
243
|
-
hash:
|
|
243
|
+
hash: 1788320015898480186
|
|
244
244
|
requirements: []
|
|
245
245
|
rubyforge_project: acpc_poker_basic_proxy
|
|
246
246
|
rubygems_version: 1.8.24
|