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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f10ef6e147a3e43bcfe3f48cc8e70023e84b1598af6b2d397af0658749ab1d15
4
- data.tar.gz: f7ad027963c90feb644529ddd4a7ebc75759679bc30a89cd8cf7ba985cbba997
3
+ metadata.gz: 0e53727e957fb5e163cc56ac04e0c1e79e027d58834691e6290059ac8d653ddf
4
+ data.tar.gz: 3cc3c0b725b9592d85d92735a3bc4ce1208170f7369ace802ea15b9b1e3ef86e
5
5
  SHA512:
6
- metadata.gz: 389d2c458c46d67919f8c5b2b5bd4f9a0f5c9166ee70d4e1232787ceb5f6dafaebba9c0b5e9682291b919c44c2c48e99bcc74098adb4d4bd95e239604b4fa879
7
- data.tar.gz: dd85adaec179f2c235ccc8189d67e0b622c12369db57959fa220482e33ab1b1e4e3f7e030cb9884b4372f4247ed5515117c9d08bf7ebdfd718722700d3a5bce7
6
+ metadata.gz: 109ceb08d745fc3c6848c8872e7e7e6d4f354dfbb21361d1daedd5211c308cbe3673acdbc54e212540d57560ee986ddc92c07a001d8712b81e771bebcc391957
7
+ data.tar.gz: 89d6b9c4d3fbb0dcc557868125f5591cc7cd551fb33ce9de568255223273e4f33784b12f33ba99c792398ab150504167a1352df854f77606dca00e27db145159
@@ -1,12 +1,12 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (6.0.2.2)
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.1.1)
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.2019.1009)
35
- minitest (5.14.0)
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.0.5)
38
+ parser (2.7.1.3)
40
39
  ast (~> 2.4.0)
41
- pry (0.13.0)
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.1)
57
- rspec-support (~> 3.9.1)
58
- rspec-expectations (3.9.1)
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.2)
65
- rubocop (0.80.1)
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, < 1.7)
73
- rubocop-rspec (1.38.1)
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.24.1)
86
+ tins (1.25.0)
86
87
  sync
87
- tzinfo (1.2.6)
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.6)
92
- unicode-display_width (1.6.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.0.2
111
+ 2.1.4
data/README.md CHANGED
@@ -16,7 +16,6 @@ Run:
16
16
 
17
17
  [![Build Status](https://travis-ci.org/gdonald/console-blackjack-ruby.svg?branch=master)](https://travis-ci.org/gdonald/console-blackjack-ruby)
18
18
  [![Coverage Status](https://coveralls.io/repos/github/gdonald/console-blackjack-ruby/badge.svg?branch=master)](https://coveralls.io/github/gdonald/console-blackjack-ruby?branch=master)
19
- [![Maintainability](https://api.codeclimate.com/v1/badges/ce4171c76179d7882a0b/maintainability)](https://codeclimate.com/github/gdonald/console-blackjack-ruby/maintainability)
20
19
  [![Downloads](https://ruby-gem-downloads-badge.herokuapp.com/console-blackjack?color=blue&type=total&total_label=)](https://rubygems.org/gems/console-blackjack)
21
20
 
22
21
  ## License
data/bj.txt CHANGED
@@ -1 +1 @@
1
- 1|9000|500
1
+ 1|10000|500
@@ -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.4'
8
- spec.date = '2020-04-19'
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
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-04-19 00:00:00.000000000 Z
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
+ ...
Binary file
Binary file
Binary file