console-blackjack 1.1.4 → 1.1.5
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 +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +4 -2
- data/console-blackjack-1.1.4.gem +0 -0
- data/console-blackjack.gemspec +2 -2
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 980fc87d551f6423c15ec1c6f6396e23a0014130b925c74ba3218043f5e65842
|
4
|
+
data.tar.gz: 87452bf3571ee0468217cdd2d94e584ceb7318a0ee0ee10b9dd37e3fbab34948
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a36bcc5836b977fc57c6a1e3b6de846076f29f1cc83ddb74859df260baf3d9e24de65093371ba34f4006209d37e45f4c5cf42a09731d54625a4b765c2958e19b
|
7
|
+
data.tar.gz: 2719e57e76289aad38e891bd34dc3f34d17a106a212361d4cfaa8e8c36627f2dc8df4c5bb5acb2fcba748d604734f5e00f47bb0c061dd13bed195350ac6b2562
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -36,7 +36,8 @@ GEM
|
|
36
36
|
rainbow (3.1.1)
|
37
37
|
rake (13.1.0)
|
38
38
|
regexp_parser (2.8.3)
|
39
|
-
rexml (3.2.
|
39
|
+
rexml (3.2.8)
|
40
|
+
strscan (>= 3.0.9)
|
40
41
|
rspec (3.12.0)
|
41
42
|
rspec-core (~> 3.12.0)
|
42
43
|
rspec-expectations (~> 3.12.0)
|
@@ -81,6 +82,7 @@ GEM
|
|
81
82
|
simplecov_json_formatter (~> 0.1)
|
82
83
|
simplecov-html (0.12.3)
|
83
84
|
simplecov_json_formatter (0.1.4)
|
85
|
+
strscan (3.1.0)
|
84
86
|
tzinfo (2.0.6)
|
85
87
|
concurrent-ruby (~> 1.0)
|
86
88
|
unicode-display_width (2.5.0)
|
@@ -99,7 +101,7 @@ DEPENDENCIES
|
|
99
101
|
simplecov
|
100
102
|
|
101
103
|
RUBY VERSION
|
102
|
-
ruby 3.
|
104
|
+
ruby 3.3.1p55
|
103
105
|
|
104
106
|
BUNDLED WITH
|
105
107
|
2.4.22
|
Binary file
|
data/console-blackjack.gemspec
CHANGED
@@ -3,9 +3,9 @@
|
|
3
3
|
require 'rake'
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
|
-
spec.required_ruby_version = '>= 3.
|
6
|
+
spec.required_ruby_version = '>= 3.3'
|
7
7
|
spec.name = 'console-blackjack'
|
8
|
-
spec.version = '1.1.
|
8
|
+
spec.version = '1.1.5'
|
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.
|
4
|
+
version: 1.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Greg Donald
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Blackjack for your console, full version.
|
14
14
|
email: gdonald@gmail.com
|
@@ -25,6 +25,7 @@ files:
|
|
25
25
|
- bin/console-blackjack
|
26
26
|
- bj.txt
|
27
27
|
- console-blackjack-1.1.3.gem
|
28
|
+
- console-blackjack-1.1.4.gem
|
28
29
|
- console-blackjack.gemspec
|
29
30
|
- lib/blackjack.rb
|
30
31
|
- lib/blackjack/card.rb
|
@@ -71,14 +72,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
71
72
|
requirements:
|
72
73
|
- - ">="
|
73
74
|
- !ruby/object:Gem::Version
|
74
|
-
version: '3.
|
75
|
+
version: '3.3'
|
75
76
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
76
77
|
requirements:
|
77
78
|
- - ">="
|
78
79
|
- !ruby/object:Gem::Version
|
79
80
|
version: '0'
|
80
81
|
requirements: []
|
81
|
-
rubygems_version: 3.
|
82
|
+
rubygems_version: 3.5.10
|
82
83
|
signing_key:
|
83
84
|
specification_version: 4
|
84
85
|
summary: Console Blackjack
|