acpc_poker_types 7.1.1 → 7.1.2

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: 20982f70477d43521167958bfe44cc988401afa2
4
- data.tar.gz: 52b05645a50893837e35e824f5174d3ad4af95b1
3
+ metadata.gz: b29ae8a146806abea72e166dff372f0c74fa8481
4
+ data.tar.gz: 5a896cd2a51e5996e75b0f6ecdb532145ac8ca08
5
5
  SHA512:
6
- metadata.gz: 3025113f3a271e1902c1f66305398d4a811facef398bdd536f3c9de058cd1444dca4997f1f8bb022510b1b73f784e8b677f4ee6ae03acfe63ebcb511e653edd7
7
- data.tar.gz: babd57cea83388149f40e369aa1d941a3c7e44f4e0f711401243c4dc5819a9b07e1d5abf88a263124dbcc6bf2f4a2453d27038a1f6efe817ef4aeca997eecdaa
6
+ metadata.gz: 53af4445ff8510842495192be65e1545d5bea31a687eadd85efa5a38d4ca8d5b084deab7a65e8eb1a826bd72f2b4cc1b5bbdb823d846ba7b665a72b689eee17f
7
+ data.tar.gz: 66573a6b69b25646bd4502c002469313da0296cb6d26582193881e40b606a1806c3a94608de496437ed092b140eb84e29015feb31047ef3ff5982b6cc4172699
@@ -72,7 +72,7 @@ class HandPlayer
72
72
  return l_actions if inactive?
73
73
 
74
74
  if amount_to_call.to_r > 0
75
- l_actions << PokerAction.new(PokerAction::CALL) << PokerAction.new(PokerAction::FOLD)
75
+ l_actions << PokerAction.new(PokerAction::CALL, cost: amount_to_call) << PokerAction.new(PokerAction::FOLD)
76
76
  else
77
77
  l_actions << PokerAction.new(PokerAction::CHECK)
78
78
  end
@@ -1,3 +1,3 @@
1
1
  module AcpcPokerTypes
2
- VERSION = '7.1.1'
2
+ VERSION = '7.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acpc_poker_types
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.1
4
+ version: 7.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Morrill
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-08 00:00:00.000000000 Z
11
+ date: 2013-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: process_runner