console-blackjack 1.0.4 → 1.0.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.lock +22 -21
- data/README.md +0 -1
- data/bj.txt +1 -1
- data/console-blackjack.gemspec +2 -2
- metadata +3 -5
- data/console-blackjack-1.0.1.gem +0 -0
- data/console-blackjack-1.0.2.gem +0 -0
- data/console-blackjack-1.0.3.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e53727e957fb5e163cc56ac04e0c1e79e027d58834691e6290059ac8d653ddf
|
4
|
+
data.tar.gz: 3cc3c0b725b9592d85d92735a3bc4ce1208170f7369ace802ea15b9b1e3ef86e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 109ceb08d745fc3c6848c8872e7e7e6d4f354dfbb21361d1daedd5211c308cbe3673acdbc54e212540d57560ee986ddc92c07a001d8712b81e771bebcc391957
|
7
|
+
data.tar.gz: 89d6b9c4d3fbb0dcc557868125f5591cc7cd551fb33ce9de568255223273e4f33784b12f33ba99c792398ab150504167a1352df854f77606dca00e27db145159
|
data/Gemfile.lock
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
GEM
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
|
-
activesupport (6.0.
|
4
|
+
activesupport (6.0.3.1)
|
5
5
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
6
6
|
i18n (>= 0.7, < 2)
|
7
7
|
minitest (~> 5.1)
|
8
8
|
tzinfo (~> 1.1)
|
9
|
-
zeitwerk (~> 2.2)
|
9
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
10
10
|
ast (2.4.0)
|
11
11
|
coderay (1.1.2)
|
12
12
|
concurrent-ruby (1.1.6)
|
@@ -20,25 +20,24 @@ GEM
|
|
20
20
|
docile (1.3.2)
|
21
21
|
domain_name (0.5.20190701)
|
22
22
|
unf (>= 0.0.5, < 1.0.0)
|
23
|
-
factory_bot (5.
|
23
|
+
factory_bot (5.2.0)
|
24
24
|
activesupport (>= 4.2.0)
|
25
25
|
http-accept (1.7.0)
|
26
26
|
http-cookie (1.0.3)
|
27
27
|
domain_name (~> 0.5)
|
28
28
|
i18n (1.8.2)
|
29
29
|
concurrent-ruby (~> 1.0)
|
30
|
-
jaro_winkler (1.5.4)
|
31
30
|
method_source (1.0.0)
|
32
31
|
mime-types (3.3.1)
|
33
32
|
mime-types-data (~> 3.2015)
|
34
|
-
mime-types-data (3.
|
35
|
-
minitest (5.14.
|
33
|
+
mime-types-data (3.2020.0512)
|
34
|
+
minitest (5.14.1)
|
36
35
|
multi_json (1.14.1)
|
37
36
|
netrc (0.11.0)
|
38
37
|
parallel (1.19.1)
|
39
|
-
parser (2.7.
|
38
|
+
parser (2.7.1.3)
|
40
39
|
ast (~> 2.4.0)
|
41
|
-
pry (0.13.
|
40
|
+
pry (0.13.1)
|
42
41
|
coderay (~> 1.1)
|
43
42
|
method_source (~> 1.0)
|
44
43
|
rainbow (3.0.0)
|
@@ -53,24 +52,26 @@ GEM
|
|
53
52
|
rspec-core (~> 3.9.0)
|
54
53
|
rspec-expectations (~> 3.9.0)
|
55
54
|
rspec-mocks (~> 3.9.0)
|
56
|
-
rspec-core (3.9.
|
57
|
-
rspec-support (~> 3.9.
|
58
|
-
rspec-expectations (3.9.
|
55
|
+
rspec-core (3.9.2)
|
56
|
+
rspec-support (~> 3.9.3)
|
57
|
+
rspec-expectations (3.9.2)
|
59
58
|
diff-lcs (>= 1.2.0, < 2.0)
|
60
59
|
rspec-support (~> 3.9.0)
|
61
60
|
rspec-mocks (3.9.1)
|
62
61
|
diff-lcs (>= 1.2.0, < 2.0)
|
63
62
|
rspec-support (~> 3.9.0)
|
64
|
-
rspec-support (3.9.
|
65
|
-
rubocop (0.
|
66
|
-
jaro_winkler (~> 1.5.1)
|
63
|
+
rspec-support (3.9.3)
|
64
|
+
rubocop (0.84.0)
|
67
65
|
parallel (~> 1.10)
|
68
66
|
parser (>= 2.7.0.1)
|
69
67
|
rainbow (>= 2.2.2, < 4.0)
|
70
68
|
rexml
|
69
|
+
rubocop-ast (>= 0.0.3)
|
71
70
|
ruby-progressbar (~> 1.7)
|
72
|
-
unicode-display_width (>= 1.4.0, <
|
73
|
-
rubocop-
|
71
|
+
unicode-display_width (>= 1.4.0, < 2.0)
|
72
|
+
rubocop-ast (0.0.3)
|
73
|
+
parser (>= 2.7.0.1)
|
74
|
+
rubocop-rspec (1.39.0)
|
74
75
|
rubocop (>= 0.68.1)
|
75
76
|
ruby-progressbar (1.10.1)
|
76
77
|
simplecov (0.18.5)
|
@@ -82,14 +83,14 @@ GEM
|
|
82
83
|
tins (~> 1.0)
|
83
84
|
thor (1.0.1)
|
84
85
|
thread_safe (0.3.6)
|
85
|
-
tins (1.
|
86
|
+
tins (1.25.0)
|
86
87
|
sync
|
87
|
-
tzinfo (1.2.
|
88
|
+
tzinfo (1.2.7)
|
88
89
|
thread_safe (~> 0.1)
|
89
90
|
unf (0.1.4)
|
90
91
|
unf_ext
|
91
|
-
unf_ext (0.0.7.
|
92
|
-
unicode-display_width (1.
|
92
|
+
unf_ext (0.0.7.7)
|
93
|
+
unicode-display_width (1.7.0)
|
93
94
|
zeitwerk (2.3.0)
|
94
95
|
|
95
96
|
PLATFORMS
|
@@ -107,4 +108,4 @@ DEPENDENCIES
|
|
107
108
|
simplecov
|
108
109
|
|
109
110
|
BUNDLED WITH
|
110
|
-
2.
|
111
|
+
2.1.4
|
data/README.md
CHANGED
@@ -16,7 +16,6 @@ Run:
|
|
16
16
|
|
17
17
|
[](https://travis-ci.org/gdonald/console-blackjack-ruby)
|
18
18
|
[](https://coveralls.io/github/gdonald/console-blackjack-ruby?branch=master)
|
19
|
-
[](https://codeclimate.com/github/gdonald/console-blackjack-ruby/maintainability)
|
20
19
|
[](https://rubygems.org/gems/console-blackjack)
|
21
20
|
|
22
21
|
## License
|
data/bj.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1|
|
1
|
+
1|10000|500
|
data/console-blackjack.gemspec
CHANGED
@@ -4,8 +4,8 @@ require 'rake'
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = 'console-blackjack'
|
7
|
-
spec.version = '1.0.
|
8
|
-
spec.date = '2020-
|
7
|
+
spec.version = '1.0.5'
|
8
|
+
spec.date = '2020-05-26'
|
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.0.
|
4
|
+
version: 1.0.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: 2020-
|
11
|
+
date: 2020-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Blackjack for your console, full version.
|
14
14
|
email: gdonald@gmail.com
|
@@ -25,9 +25,6 @@ files:
|
|
25
25
|
- bin/console-blackjack
|
26
26
|
- bj.png
|
27
27
|
- bj.txt
|
28
|
-
- console-blackjack-1.0.1.gem
|
29
|
-
- console-blackjack-1.0.2.gem
|
30
|
-
- console-blackjack-1.0.3.gem
|
31
28
|
- console-blackjack.gemspec
|
32
29
|
- lib/blackjack.rb
|
33
30
|
- lib/blackjack/card.rb
|
@@ -83,3 +80,4 @@ signing_key:
|
|
83
80
|
specification_version: 4
|
84
81
|
summary: Console Blackjack
|
85
82
|
test_files: []
|
83
|
+
...
|
data/console-blackjack-1.0.1.gem
DELETED
Binary file
|
data/console-blackjack-1.0.2.gem
DELETED
Binary file
|
data/console-blackjack-1.0.3.gem
DELETED
Binary file
|