console-blackjack 1.0.8 → 1.0.9
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 +2 -0
- data/Gemfile.lock +24 -24
- data/bj.txt +1 -1
- data/console-blackjack-1.0.8.gem +0 -0
- data/console-blackjack.gemspec +2 -3
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a3369825b0d070363a8da6637b068793e21b2faef84732507dad91edcefeb4a
|
4
|
+
data.tar.gz: e8c8ab2105f823bb1971bce15d1a6d3cf4943441e45307152cc8444ca0b5dbc2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 057dd5b492a59aeb487ba9e3d2969654f5ca99c5474f3ca204494b197ccc73a8394ca12b74fe94105995557407cf58f1416ac51074319feff3849a7d77e2a34a
|
7
|
+
data.tar.gz: 58bee05314cb656e6fb5135aaa7c460797d9a309ab01843570b4c424e7848a81cb28f7a57eaeb76b2a8f4475f45eb08dcac56da75202cebe136de0c6c9057efc
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,12 +1,11 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activesupport (
|
4
|
+
activesupport (7.0.1)
|
5
5
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
6
6
|
i18n (>= 1.6, < 2)
|
7
7
|
minitest (>= 5.1)
|
8
8
|
tzinfo (~> 2.0)
|
9
|
-
zeitwerk (~> 2.3)
|
10
9
|
ast (2.4.2)
|
11
10
|
coderay (1.1.3)
|
12
11
|
concurrent-ruby (1.1.9)
|
@@ -16,7 +15,7 @@ GEM
|
|
16
15
|
simplecov (>= 0.7)
|
17
16
|
term-ansicolor
|
18
17
|
thor
|
19
|
-
diff-lcs (1.
|
18
|
+
diff-lcs (1.5.0)
|
20
19
|
docile (1.4.0)
|
21
20
|
domain_name (0.5.20190701)
|
22
21
|
unf (>= 0.0.5, < 1.0.0)
|
@@ -25,24 +24,24 @@ GEM
|
|
25
24
|
http-accept (1.7.0)
|
26
25
|
http-cookie (1.0.4)
|
27
26
|
domain_name (~> 0.5)
|
28
|
-
i18n (1.8.
|
27
|
+
i18n (1.8.11)
|
29
28
|
concurrent-ruby (~> 1.0)
|
30
29
|
method_source (1.0.0)
|
31
|
-
mime-types (3.
|
30
|
+
mime-types (3.4.1)
|
32
31
|
mime-types-data (~> 3.2015)
|
33
|
-
mime-types-data (3.
|
34
|
-
minitest (5.
|
32
|
+
mime-types-data (3.2022.0105)
|
33
|
+
minitest (5.15.0)
|
35
34
|
multi_json (1.15.0)
|
36
35
|
netrc (0.11.0)
|
37
|
-
parallel (1.
|
38
|
-
parser (3.0.
|
36
|
+
parallel (1.21.0)
|
37
|
+
parser (3.1.0.0)
|
39
38
|
ast (~> 2.4.1)
|
40
39
|
pry (0.14.1)
|
41
40
|
coderay (~> 1.1)
|
42
41
|
method_source (~> 1.0)
|
43
|
-
rainbow (3.
|
42
|
+
rainbow (3.1.1)
|
44
43
|
rake (13.0.6)
|
45
|
-
regexp_parser (2.
|
44
|
+
regexp_parser (2.2.0)
|
46
45
|
rest-client (2.1.0)
|
47
46
|
http-accept (>= 1.7.0, < 2.0)
|
48
47
|
http-cookie (>= 1.0.2, < 2.0)
|
@@ -55,29 +54,28 @@ GEM
|
|
55
54
|
rspec-mocks (~> 3.10.0)
|
56
55
|
rspec-core (3.10.1)
|
57
56
|
rspec-support (~> 3.10.0)
|
58
|
-
rspec-expectations (3.10.
|
57
|
+
rspec-expectations (3.10.2)
|
59
58
|
diff-lcs (>= 1.2.0, < 2.0)
|
60
59
|
rspec-support (~> 3.10.0)
|
61
60
|
rspec-mocks (3.10.2)
|
62
61
|
diff-lcs (>= 1.2.0, < 2.0)
|
63
62
|
rspec-support (~> 3.10.0)
|
64
|
-
rspec-support (3.10.
|
65
|
-
rubocop (1.
|
63
|
+
rspec-support (3.10.3)
|
64
|
+
rubocop (1.24.1)
|
66
65
|
parallel (~> 1.10)
|
67
66
|
parser (>= 3.0.0.0)
|
68
67
|
rainbow (>= 2.2.2, < 4.0)
|
69
68
|
regexp_parser (>= 1.8, < 3.0)
|
70
69
|
rexml
|
71
|
-
rubocop-ast (>= 1.
|
70
|
+
rubocop-ast (>= 1.15.1, < 2.0)
|
72
71
|
ruby-progressbar (~> 1.7)
|
73
72
|
unicode-display_width (>= 1.4.0, < 3.0)
|
74
|
-
rubocop-ast (1.
|
73
|
+
rubocop-ast (1.15.1)
|
75
74
|
parser (>= 3.0.1.1)
|
76
75
|
rubocop-rake (0.6.0)
|
77
76
|
rubocop (~> 1.0)
|
78
|
-
rubocop-rspec (2.
|
79
|
-
rubocop (~> 1.
|
80
|
-
rubocop-ast (>= 1.1.0)
|
77
|
+
rubocop-rspec (2.7.0)
|
78
|
+
rubocop (~> 1.19)
|
81
79
|
ruby-progressbar (1.11.0)
|
82
80
|
simplecov (0.21.2)
|
83
81
|
docile (~> 1.1)
|
@@ -88,16 +86,15 @@ GEM
|
|
88
86
|
sync (0.5.0)
|
89
87
|
term-ansicolor (1.7.1)
|
90
88
|
tins (~> 1.0)
|
91
|
-
thor (1.1
|
92
|
-
tins (1.
|
89
|
+
thor (1.2.1)
|
90
|
+
tins (1.31.0)
|
93
91
|
sync
|
94
92
|
tzinfo (2.0.4)
|
95
93
|
concurrent-ruby (~> 1.0)
|
96
94
|
unf (0.1.4)
|
97
95
|
unf_ext
|
98
|
-
unf_ext (0.0.
|
99
|
-
unicode-display_width (2.
|
100
|
-
zeitwerk (2.4.2)
|
96
|
+
unf_ext (0.0.8)
|
97
|
+
unicode-display_width (2.1.0)
|
101
98
|
|
102
99
|
PLATFORMS
|
103
100
|
ruby
|
@@ -114,5 +111,8 @@ DEPENDENCIES
|
|
114
111
|
rubocop-rspec
|
115
112
|
simplecov
|
116
113
|
|
114
|
+
RUBY VERSION
|
115
|
+
ruby 2.7.5p203
|
116
|
+
|
117
117
|
BUNDLED WITH
|
118
118
|
2.1.4
|
data/bj.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
1|11000|500
|
Binary file
|
data/console-blackjack.gemspec
CHANGED
@@ -3,10 +3,9 @@
|
|
3
3
|
require 'rake'
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
|
-
spec.required_ruby_version = '>= 2.7.
|
6
|
+
spec.required_ruby_version = '>= 2.7.5'
|
7
7
|
spec.name = 'console-blackjack'
|
8
|
-
spec.version = '1.0.
|
9
|
-
spec.date = '2021-07-17'
|
8
|
+
spec.version = '1.0.9'
|
10
9
|
spec.summary = 'Console Blackjack'
|
11
10
|
spec.description = 'Blackjack for your console, full version.'
|
12
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.0.
|
4
|
+
version: 1.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Greg Donald
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-15 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.png
|
27
27
|
- bj.txt
|
28
28
|
- console-blackjack-1.0.7.gem
|
29
|
+
- console-blackjack-1.0.8.gem
|
29
30
|
- console-blackjack.gemspec
|
30
31
|
- lib/blackjack.rb
|
31
32
|
- lib/blackjack/card.rb
|
@@ -69,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
69
70
|
requirements:
|
70
71
|
- - ">="
|
71
72
|
- !ruby/object:Gem::Version
|
72
|
-
version: 2.7.
|
73
|
+
version: 2.7.5
|
73
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
74
75
|
requirements:
|
75
76
|
- - ">="
|
@@ -77,8 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
78
|
version: '0'
|
78
79
|
requirements: []
|
79
80
|
rubygems_version: 3.1.6
|
80
|
-
signing_key:
|
81
|
+
signing_key:
|
81
82
|
specification_version: 4
|
82
83
|
summary: Console Blackjack
|
83
84
|
test_files: []
|
84
|
-
...
|