acpc_poker_types 7.8.0 → 7.8.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: bb9195e91a0eab277871fd488bfabf53ca12209f
4
- data.tar.gz: 6deeed0a81977dc0e4da3cbe0cf3f957eba0215f
3
+ metadata.gz: 99124f9ca2e14465f34ed7631c27136d17141c6c
4
+ data.tar.gz: f689b4fa16348fd07f3f9ad849080c35f01bd330
5
5
  SHA512:
6
- metadata.gz: c2a3a26c6167e142e29d7254fc8546058f52af048b81b91bc3eb4e5964fb5a7d9b12c46ae81b408696a913437231ddba4e2899fc8c2082564411e128d74cb314
7
- data.tar.gz: a881d2dffd8b6abd89a6f8eeba07e0d2c30ffa5e8b26e7a7e097d2d239597c0ca2dec1e3678a3513c0068a553117e661135e760deea3913ea14ecd1f4b67b5c1
6
+ metadata.gz: 4db8799d9ea45ecd5bf51841ad0b5bc6aa91b6b89830832ceb0d0995be3a17d257efba675fb87c9f47e71b5a72c8b3e32f0d9bbe57425006f162f8464e9ce024
7
+ data.tar.gz: 1e3b3e5643a9ce18de01c33baa441bc64cbb922bbd9badba1169e6fe196194e502cc6a10a7ff29ace9a8e678dafc629ffb4246eee0b259295cdf7af4cb72aa00
@@ -446,7 +446,7 @@ class MatchState < DelegateClass(String)
446
446
  end
447
447
 
448
448
  def init_new_round!(game_def, current_round)
449
- @min_wager_by = game_def.min_wagers[current_round]
449
+ @min_wager_by = game_def.min_wagers[current_round] || 0
450
450
  @next_to_act = @players.position_of_first_active_player(
451
451
  game_def.first_player_positions[current_round]
452
452
  )
@@ -1,3 +1,3 @@
1
1
  module AcpcPokerTypes
2
- VERSION = '7.8.0'
2
+ VERSION = '7.8.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: 7.8.0
4
+ version: 7.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Morrill