console-blackjack 1.1.2 → 1.1.3

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
  SHA256:
3
- metadata.gz: 8781f1af6d69e2392f58e37933d197ce9097e9ff96ed9982a07ce17b57faefd7
4
- data.tar.gz: fa1d6c2d7dcfadf3606b938567d3d582b65a3cef941a3bf146aa4acd19d9715e
3
+ metadata.gz: afe559012781237762c59c0d59197c5771df140894892343bef7ffebe4e74107
4
+ data.tar.gz: 2f3d7036018fa36f382a228bac715386810bc6344418f4088ac5ab2cbe969599
5
5
  SHA512:
6
- metadata.gz: 3c95571ebeffc86fb789d8a379d3444e0a276c7932cbb84bb5b6942089213f52e4edd0d4fb04a365544dc653e88266a7223ecae22734a1c55ed9bbac9bd10b48
7
- data.tar.gz: 9a10243734d00fcea80056e328a37cb3dea02c8b3adb853d94c5fe88282093574178c6a4131540ee0af4343e2e2dc1c3b819dd14a41fdd2d40644497562e151c
6
+ metadata.gz: 80262b3f810250f2ecbdf9f67e94fedbcb64d19ab8f57cdb0c1e9d5423a0a28329cf8a50b5f289dc91cbb7a137df9c19bf8287b547f712c7c13b988f975c2585
7
+ data.tar.gz: 85c14530a0c59c4f94b583bd20ac5408c5f6f91c1ee917733878c5ee9f0216882ed5e6f9ce98dcfba5d77593d443ca01c1fb32a586b3b675bb9126c67e2aac23
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (7.0.4.2)
4
+ activesupport (7.0.4.3)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.2)
6
6
  i18n (>= 1.6, < 2)
7
7
  minitest (>= 5.1)
@@ -32,11 +32,11 @@ GEM
32
32
  rspec-expectations (3.12.2)
33
33
  diff-lcs (>= 1.2.0, < 2.0)
34
34
  rspec-support (~> 3.12.0)
35
- rspec-mocks (3.12.3)
35
+ rspec-mocks (3.12.4)
36
36
  diff-lcs (>= 1.2.0, < 2.0)
37
37
  rspec-support (~> 3.12.0)
38
38
  rspec-support (3.12.0)
39
- rubocop (1.48.0)
39
+ rubocop (1.48.1)
40
40
  json (~> 2.3)
41
41
  parallel (~> 1.10)
42
42
  parser (>= 3.2.0.0)
data/bj.txt CHANGED
@@ -1 +1 @@
1
- 1|1|1|10000|500
1
+ 1|1|1|11000|500
Binary file
@@ -5,7 +5,7 @@ require 'rake'
5
5
  Gem::Specification.new do |spec|
6
6
  spec.required_ruby_version = '>= 3.2'
7
7
  spec.name = 'console-blackjack'
8
- spec.version = '1.1.2'
8
+ spec.version = '1.1.3'
9
9
  spec.summary = 'Console Blackjack'
10
10
  spec.description = 'Blackjack for your console, full version.'
11
11
  spec.author = 'Greg Donald'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: console-blackjack
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Donald
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-11 00:00:00.000000000 Z
11
+ date: 2023-03-21 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Blackjack for your console, full version.
14
14
  email: gdonald@gmail.com
@@ -26,6 +26,7 @@ files:
26
26
  - bj.txt
27
27
  - console-blackjack-1.1.0.gem
28
28
  - console-blackjack-1.1.1.gem
29
+ - console-blackjack-1.1.2.gem
29
30
  - console-blackjack.gemspec
30
31
  - lib/blackjack.rb
31
32
  - lib/blackjack/card.rb