console-blackjack 1.0.6 → 1.0.7

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: 21ef65ab952d3ff715e04186e01f7b9d29688fdc3d20ba8fcbdb9491ebb73ee0
4
- data.tar.gz: a791a522a3c7ef8b0f402f8941d920d3df418cd421362289b1962714661e0a04
3
+ metadata.gz: a13818b9e5b9d157b766e6d85b71772de6e999f11a3d6f9887283234fc38e1ef
4
+ data.tar.gz: d323d6b39bc477bfa0d8649ba4589384256dacf614599b261b0eb19214fb6914
5
5
  SHA512:
6
- metadata.gz: c52c7873f5a01eb8c9131aaf54cb4d37b089c87ae8da98b4809fcbdcd73c2c995efc8469e1c216fce00ab04e602b92a7050d4c1a85ae6f35d37cbb1d1e48f765
7
- data.tar.gz: 15fbe9fa5e6221b904a6ac691f7dfccbc980e5090304e68b5987ec009aa95a10d0e3099707dcde42f91149beca572aa3f7559b101c19f724517616d7bfd1e46d
6
+ metadata.gz: 551f764d674ca224996464c49d5d1e12defe6578880798c9a6d8ae07fc4baf88ed72fff6ac500bf3516f895d76f3ec4aa185581c2a39914372ffad27a587b71b
7
+ data.tar.gz: ee9ba85aad2cf47fe4248b62110112934c229cdaa240cada8817cfb0905b2ce1aab6297f9330c1cbfda7a00107ba764a54fb2fe9094c36da848f7701b32d1282
data/Gemfile.lock CHANGED
@@ -1,97 +1,101 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (6.0.3.1)
4
+ activesupport (6.1.3.1)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.2)
6
- i18n (>= 0.7, < 2)
7
- minitest (~> 5.1)
8
- tzinfo (~> 1.1)
9
- zeitwerk (~> 2.2, >= 2.2.2)
10
- ast (2.4.0)
11
- coderay (1.1.2)
12
- concurrent-ruby (1.1.6)
6
+ i18n (>= 1.6, < 2)
7
+ minitest (>= 5.1)
8
+ tzinfo (~> 2.0)
9
+ zeitwerk (~> 2.3)
10
+ ast (2.4.2)
11
+ coderay (1.1.3)
12
+ concurrent-ruby (1.1.8)
13
13
  coveralls (0.7.1)
14
14
  multi_json (~> 1.3)
15
15
  rest-client
16
16
  simplecov (>= 0.7)
17
17
  term-ansicolor
18
18
  thor
19
- diff-lcs (1.3)
20
- docile (1.3.2)
19
+ diff-lcs (1.4.4)
20
+ docile (1.3.5)
21
21
  domain_name (0.5.20190701)
22
22
  unf (>= 0.0.5, < 1.0.0)
23
- factory_bot (5.2.0)
24
- activesupport (>= 4.2.0)
23
+ factory_bot (6.1.0)
24
+ activesupport (>= 5.0.0)
25
25
  http-accept (1.7.0)
26
26
  http-cookie (1.0.3)
27
27
  domain_name (~> 0.5)
28
- i18n (1.8.2)
28
+ i18n (1.8.10)
29
29
  concurrent-ruby (~> 1.0)
30
30
  method_source (1.0.0)
31
31
  mime-types (3.3.1)
32
32
  mime-types-data (~> 3.2015)
33
- mime-types-data (3.2020.0512)
34
- minitest (5.14.1)
35
- multi_json (1.14.1)
33
+ mime-types-data (3.2021.0225)
34
+ minitest (5.14.4)
35
+ multi_json (1.15.0)
36
36
  netrc (0.11.0)
37
- parallel (1.19.1)
38
- parser (2.7.1.3)
39
- ast (~> 2.4.0)
40
- pry (0.13.1)
37
+ parallel (1.20.1)
38
+ parser (3.0.1.1)
39
+ ast (~> 2.4.1)
40
+ pry (0.14.1)
41
41
  coderay (~> 1.1)
42
42
  method_source (~> 1.0)
43
43
  rainbow (3.0.0)
44
- rake (13.0.1)
44
+ rake (13.0.3)
45
+ regexp_parser (2.1.1)
45
46
  rest-client (2.1.0)
46
47
  http-accept (>= 1.7.0, < 2.0)
47
48
  http-cookie (>= 1.0.2, < 2.0)
48
49
  mime-types (>= 1.16, < 4.0)
49
50
  netrc (~> 0.8)
50
- rexml (3.2.4)
51
- rspec (3.9.0)
52
- rspec-core (~> 3.9.0)
53
- rspec-expectations (~> 3.9.0)
54
- rspec-mocks (~> 3.9.0)
55
- rspec-core (3.9.2)
56
- rspec-support (~> 3.9.3)
57
- rspec-expectations (3.9.2)
51
+ rexml (3.2.5)
52
+ rspec (3.10.0)
53
+ rspec-core (~> 3.10.0)
54
+ rspec-expectations (~> 3.10.0)
55
+ rspec-mocks (~> 3.10.0)
56
+ rspec-core (3.10.1)
57
+ rspec-support (~> 3.10.0)
58
+ rspec-expectations (3.10.1)
58
59
  diff-lcs (>= 1.2.0, < 2.0)
59
- rspec-support (~> 3.9.0)
60
- rspec-mocks (3.9.1)
60
+ rspec-support (~> 3.10.0)
61
+ rspec-mocks (3.10.2)
61
62
  diff-lcs (>= 1.2.0, < 2.0)
62
- rspec-support (~> 3.9.0)
63
- rspec-support (3.9.3)
64
- rubocop (0.84.0)
63
+ rspec-support (~> 3.10.0)
64
+ rspec-support (3.10.2)
65
+ rubocop (1.13.0)
65
66
  parallel (~> 1.10)
66
- parser (>= 2.7.0.1)
67
+ parser (>= 3.0.0.0)
67
68
  rainbow (>= 2.2.2, < 4.0)
69
+ regexp_parser (>= 1.8, < 3.0)
68
70
  rexml
69
- rubocop-ast (>= 0.0.3)
71
+ rubocop-ast (>= 1.2.0, < 2.0)
70
72
  ruby-progressbar (~> 1.7)
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)
75
- rubocop (>= 0.68.1)
76
- ruby-progressbar (1.10.1)
77
- simplecov (0.18.5)
73
+ unicode-display_width (>= 1.4.0, < 3.0)
74
+ rubocop-ast (1.5.0)
75
+ parser (>= 3.0.1.1)
76
+ rubocop-rspec (2.3.0)
77
+ rubocop (~> 1.0)
78
+ rubocop-ast (>= 1.1.0)
79
+ ruby-progressbar (1.11.0)
80
+ simplecov (0.21.2)
78
81
  docile (~> 1.1)
79
82
  simplecov-html (~> 0.11)
80
- simplecov-html (0.12.2)
83
+ simplecov_json_formatter (~> 0.1)
84
+ simplecov-html (0.12.3)
85
+ simplecov_json_formatter (0.1.2)
81
86
  sync (0.5.0)
82
87
  term-ansicolor (1.7.1)
83
88
  tins (~> 1.0)
84
- thor (1.0.1)
85
- thread_safe (0.3.6)
86
- tins (1.25.0)
89
+ thor (1.1.0)
90
+ tins (1.28.0)
87
91
  sync
88
- tzinfo (1.2.7)
89
- thread_safe (~> 0.1)
92
+ tzinfo (2.0.4)
93
+ concurrent-ruby (~> 1.0)
90
94
  unf (0.1.4)
91
95
  unf_ext
92
96
  unf_ext (0.0.7.7)
93
- unicode-display_width (1.7.0)
94
- zeitwerk (2.3.0)
97
+ unicode-display_width (2.0.0)
98
+ zeitwerk (2.4.2)
95
99
 
96
100
  PLATFORMS
97
101
  ruby
data/README.md CHANGED
@@ -14,7 +14,7 @@ Run:
14
14
 
15
15
  ## Status
16
16
 
17
- [![Build Status](https://travis-ci.org/gdonald/console-blackjack-ruby.svg?branch=master)](https://travis-ci.org/gdonald/console-blackjack-ruby)
17
+ [![Ruby](https://github.com/gdonald/console-blackjack-ruby/workflows/Ruby/badge.svg)](https://github.com/gdonald/console-blackjack-ruby/actions)
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
19
  [![Downloads](https://ruby-gem-downloads-badge.herokuapp.com/console-blackjack?color=blue&type=total&total_label=)](https://rubygems.org/gems/console-blackjack)
20
20
 
data/bj.txt CHANGED
@@ -1 +1 @@
1
- 1|10000|500
1
+ 1|11000|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.6'
8
- spec.date = '2020-05-26'
7
+ spec.version = '1.0.7'
8
+ spec.date = '2021-05-02'
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.6
4
+ version: 1.0.7
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: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2021-05-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Blackjack for your console, full version.
14
14
  email: gdonald@gmail.com
@@ -25,7 +25,6 @@ files:
25
25
  - bin/console-blackjack
26
26
  - bj.png
27
27
  - bj.txt
28
- - console-blackjack-1.0.5.gem
29
28
  - console-blackjack.gemspec
30
29
  - lib/blackjack.rb
31
30
  - lib/blackjack/card.rb
@@ -76,8 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
75
  - !ruby/object:Gem::Version
77
76
  version: '0'
78
77
  requirements: []
79
- rubygems_version: 3.0.3
80
- signing_key:
78
+ rubygems_version: 3.1.6
79
+ signing_key:
81
80
  specification_version: 4
82
81
  summary: Console Blackjack
83
82
  test_files: []
Binary file