acpc_poker_types 6.0.0 → 6.0.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: 3381e33e9879dcca0d128817498cb80ef96155f7
4
- data.tar.gz: f1a3fd8a83746913f6a395d715fa5aaa1c085529
3
+ metadata.gz: 077e02fa72f0d3b9c45a81861f80ba211120ce02
4
+ data.tar.gz: 31d32c7e15e10b035bebfde39ad27048833061d1
5
5
  SHA512:
6
- metadata.gz: 8cd00ac46a327928b2bee5e2a92c87001ff01f3d0e8afe9c3ab6792d4f72cc1651322fcd0dc485b2691286858461c2135015dd743c9cd439e96410a0da6d11b1
7
- data.tar.gz: abee379aa7a779b73b344997bba3fb036852211493f3abcc72fb4fa528d2f2e1518bdd40cf2ce0cd81a16f6ac16e651dcc85c3488b7c4bd0a7b4e5d119defaaa
6
+ metadata.gz: cf260e05102c9fc287e082591b15807a8ccdb0390ba820566bb1b3784c1416785385d1c75bbb6d67ce4ae202a53dc3c8136fa96416f407accbae10f5a2f45c07
7
+ data.tar.gz: e40999ab650b6c063592e1af2f71e2fad9e1f530cbff19daac45e808507c62cfba77f32b0e13629431d89268b684f7dba3f4a5da593849fef4233033b2ecb6dc
@@ -90,9 +90,9 @@ class HandPlayer
90
90
  # defaults to +nil+.
91
91
  # @return [ChipStack] The largest wager by size this player has made.
92
92
  # Checks only in the specified +round+ or over the entire hand if round is +nil+.
93
- def largest_wager_by(round=nil)
93
+ # def largest_wager_by(round=nil)
94
94
  # @todo
95
- end
95
+ # end
96
96
 
97
97
  def append_action!(action, round = @actions.length - 1)
98
98
  raise Inactive if inactive?
@@ -1,3 +1,3 @@
1
1
  module AcpcPokerTypes
2
- VERSION = '6.0.0'
2
+ VERSION = '6.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acpc_poker_types
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Morrill