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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e90686b3f0e1649fafadfaa9e8105650ad0f712e8d48925f169021907c53da9d
4
- data.tar.gz: 15ddf52ecbd483f4c5bd75a3a3229edaef0771c9bc34e1326b398527e2dfa4cf
3
+ metadata.gz: 1a3369825b0d070363a8da6637b068793e21b2faef84732507dad91edcefeb4a
4
+ data.tar.gz: e8c8ab2105f823bb1971bce15d1a6d3cf4943441e45307152cc8444ca0b5dbc2
5
5
  SHA512:
6
- metadata.gz: 6640ec7042a5b7de4ae6650f930dfc33371716df19e0676b4928f733e290cc5749405c263e617d71ef2daac412a221c67079408dd49eeaaecc544e769feee591
7
- data.tar.gz: 618cb991e67993b558db4ff507523f3f71a5708867349a60e377c3449609452cd2332bc71b9fb761d425c69d77b9c0eb608df4b015051b9af50364bef2bfc9f7
6
+ metadata.gz: 057dd5b492a59aeb487ba9e3d2969654f5ca99c5474f3ca204494b197ccc73a8394ca12b74fe94105995557407cf58f1416ac51074319feff3849a7d77e2a34a
7
+ data.tar.gz: 58bee05314cb656e6fb5135aaa7c460797d9a309ab01843570b4c424e7848a81cb28f7a57eaeb76b2a8f4475f45eb08dcac56da75202cebe136de0c6c9057efc
data/Gemfile CHANGED
@@ -1,5 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ ruby '2.7.5'
4
+
3
5
  source 'https://rubygems.org'
4
6
 
5
7
  gem 'coveralls', require: false
data/Gemfile.lock CHANGED
@@ -1,12 +1,11 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activesupport (6.1.4)
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.4.4)
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.10)
27
+ i18n (1.8.11)
29
28
  concurrent-ruby (~> 1.0)
30
29
  method_source (1.0.0)
31
- mime-types (3.3.1)
30
+ mime-types (3.4.1)
32
31
  mime-types-data (~> 3.2015)
33
- mime-types-data (3.2021.0704)
34
- minitest (5.14.4)
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.20.1)
38
- parser (3.0.2.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.0.0)
42
+ rainbow (3.1.1)
44
43
  rake (13.0.6)
45
- regexp_parser (2.1.1)
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.1)
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.2)
65
- rubocop (1.18.3)
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.7.0, < 2.0)
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.8.0)
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.4.0)
79
- rubocop (~> 1.0)
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.0)
92
- tins (1.29.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.7.7)
99
- unicode-display_width (2.0.0)
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
- 8|12500|1000
1
+ 1|11000|500
Binary file
@@ -3,10 +3,9 @@
3
3
  require 'rake'
4
4
 
5
5
  Gem::Specification.new do |spec|
6
- spec.required_ruby_version = '>= 2.7.4'
6
+ spec.required_ruby_version = '>= 2.7.5'
7
7
  spec.name = 'console-blackjack'
8
- spec.version = '1.0.8'
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.8
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: 2021-07-17 00:00:00.000000000 Z
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.4
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
- ...