dsu 2.0.3 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfc2b3f64f5a5ef3a9a2fab5e9a96306fe58e78d78092650a97412de1d38e5e0
4
- data.tar.gz: 6b127bd35977bb1fd71c35a80886fe0959d621ec758120ca4754a86ad6f7dced
3
+ metadata.gz: 11d459caad340782bba737306afa2cb6d135c6f8843b2f22e94f9c4dfbb2f3ec
4
+ data.tar.gz: 8cd8ff259e8fd1ac99f4478511177dbdb90f589c76a1c8c865a7e93f98f1e79b
5
5
  SHA512:
6
- metadata.gz: da254ca76b4f5a676a09de4df1f35f042d01754868775ce5c4f40e9c8f865ba4d623013957afffd9c36da6f88d0f9e99502e73c27bd8adba7e10c60d7a6434a2
7
- data.tar.gz: 476754871bde6fde103a4a35295fe57549fe2842402d14331a3f6e986b566a18e936c8e06a4b663820c2d738bf60ebb3374e71aa3bf112736ebd06de8482040f
6
+ metadata.gz: f06c3c10739db48af83bb1da0a2837a2f05b46cad892092299514118b8207acf8c398b3e0d91684a102adf3405ce03db9e0462e7cf30805212b29f3746a00f16
7
+ data.tar.gz: 0b71be963225441dccbafbce66c5f7c1a76f42d31f7e60b66ecdb526b871ba92aa6d1089a2f5dad3ea2d2c53f141e32200b804d39aee5b69ad3e8cfc4215a298
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [2.0.5] 2023-10-30
2
+
3
+ - Update ruby gems.
4
+
5
+ ## [2.0.4] 2023-08-28
6
+
7
+ - Update ruby gems.
8
+
1
9
  ## [2.0.3] 2023-08-17
2
10
 
3
11
  - Bump activesupport from 7.0.5 to 7.0.7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dsu (2.0.3)
4
+ dsu (2.0.4)
5
5
  activemodel (~> 7.0, >= 7.0.4.3)
6
6
  activesupport (~> 7.0, >= 7.0.4)
7
7
  colorize (>= 0.8.1, < 1.2.0)
@@ -12,15 +12,14 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activemodel (7.0.7)
16
- activesupport (= 7.0.7)
17
- activesupport (7.0.7)
15
+ activemodel (7.0.8)
16
+ activesupport (= 7.0.8)
17
+ activesupport (7.0.8)
18
18
  concurrent-ruby (~> 1.0, >= 1.0.2)
19
19
  i18n (>= 1.6, < 2)
20
20
  minitest (>= 5.1)
21
21
  tzinfo (~> 2.0)
22
22
  ast (2.4.2)
23
- base64 (0.1.1)
24
23
  byebug (11.1.3)
25
24
  coderay (1.1.3)
26
25
  colorize (1.1.0)
@@ -28,19 +27,19 @@ GEM
28
27
  diff-lcs (1.5.0)
29
28
  docile (1.4.0)
30
29
  dotenv (2.8.1)
31
- factory_bot (6.2.1)
30
+ factory_bot (6.3.0)
32
31
  activesupport (>= 5.0.0)
33
- ffaker (2.21.0)
32
+ ffaker (2.23.0)
34
33
  i18n (1.14.1)
35
34
  concurrent-ruby (~> 1.0)
36
35
  json (2.6.3)
37
36
  kwalify (0.7.2)
38
37
  language_server-protocol (3.17.0.3)
39
38
  method_source (1.0.0)
40
- minitest (5.19.0)
39
+ minitest (5.20.0)
41
40
  os (1.1.4)
42
41
  parallel (1.23.0)
43
- parser (3.2.2.3)
42
+ parser (3.2.2.4)
44
43
  ast (~> 2.4.1)
45
44
  racc
46
45
  pry (0.14.2)
@@ -51,12 +50,12 @@ GEM
51
50
  pry (>= 0.13, < 0.15)
52
51
  racc (1.7.1)
53
52
  rainbow (3.1.1)
54
- rake (13.0.6)
53
+ rake (13.1.0)
55
54
  reek (6.1.4)
56
55
  kwalify (~> 0.7.0)
57
56
  parser (~> 3.2.0)
58
57
  rainbow (>= 2.0, < 4.0)
59
- regexp_parser (2.8.1)
58
+ regexp_parser (2.8.2)
60
59
  rexml (3.2.6)
61
60
  rspec (3.12.0)
62
61
  rspec-core (~> 3.12.0)
@@ -71,29 +70,28 @@ GEM
71
70
  diff-lcs (>= 1.2.0, < 2.0)
72
71
  rspec-support (~> 3.12.0)
73
72
  rspec-support (3.12.1)
74
- rubocop (1.56.0)
75
- base64 (~> 0.1.1)
73
+ rubocop (1.57.2)
76
74
  json (~> 2.3)
77
75
  language_server-protocol (>= 3.17.0)
78
76
  parallel (~> 1.10)
79
- parser (>= 3.2.2.3)
77
+ parser (>= 3.2.2.4)
80
78
  rainbow (>= 2.2.2, < 4.0)
81
79
  regexp_parser (>= 1.8, < 3.0)
82
80
  rexml (>= 3.2.5, < 4.0)
83
81
  rubocop-ast (>= 1.28.1, < 2.0)
84
82
  ruby-progressbar (~> 1.7)
85
83
  unicode-display_width (>= 2.4.0, < 3.0)
86
- rubocop-ast (1.29.0)
84
+ rubocop-ast (1.30.0)
87
85
  parser (>= 3.2.1.0)
88
- rubocop-capybara (2.18.0)
86
+ rubocop-capybara (2.19.0)
89
87
  rubocop (~> 1.41)
90
- rubocop-factory_bot (2.23.1)
88
+ rubocop-factory_bot (2.24.0)
91
89
  rubocop (~> 1.33)
92
- rubocop-performance (1.19.0)
90
+ rubocop-performance (1.19.1)
93
91
  rubocop (>= 1.7.0, < 2.0)
94
92
  rubocop-ast (>= 0.4.0)
95
- rubocop-rspec (2.23.2)
96
- rubocop (~> 1.33)
93
+ rubocop-rspec (2.25.0)
94
+ rubocop (~> 1.40)
97
95
  rubocop-capybara (~> 2.17)
98
96
  rubocop-factory_bot (~> 2.22)
99
97
  ruby-progressbar (1.13.0)
@@ -103,14 +101,15 @@ GEM
103
101
  simplecov_json_formatter (~> 0.1)
104
102
  simplecov-html (0.12.3)
105
103
  simplecov_json_formatter (0.1.4)
106
- thor (1.2.2)
107
- thor_nested_subcommand (1.0.0)
104
+ thor (1.3.0)
105
+ thor_nested_subcommand (1.0.1)
108
106
  tzinfo (2.0.6)
109
107
  concurrent-ruby (~> 1.0)
110
- unicode-display_width (2.4.2)
108
+ unicode-display_width (2.5.0)
111
109
 
112
110
  PLATFORMS
113
111
  x86_64-darwin-19
112
+ x86_64-darwin-21
114
113
 
115
114
  DEPENDENCIES
116
115
  dotenv (~> 2.8, >= 2.8.1)
@@ -33,8 +33,9 @@ module Dsu
33
33
  private
34
34
 
35
35
  def suspend_header?(args, _options)
36
- return unless args.count > 1
37
- return true if args[0] == 'theme' && %w[use delete].include?(args[1])
36
+ return false unless args.count > 1
37
+
38
+ true if args[0] == 'theme' && %w[use delete].include?(args[1])
38
39
  end
39
40
 
40
41
  def display_dsu_footer
data/lib/dsu/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Dsu
4
4
  VERSION_REGEX = /\A\d+\.\d+\.\d+(\.alpha\.\d+)?\z/
5
- VERSION = '2.0.3'
5
+ VERSION = '2.0.5'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dsu
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gene M. Angelo, Jr.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-17 00:00:00.000000000 Z
11
+ date: 2023-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,20 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '7.0'
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: 7.0.4
19
+ version: 7.0.8
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: '7.0'
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: 7.0.4
26
+ version: 7.0.8
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: activemodel
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -279,7 +273,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
279
273
  - !ruby/object:Gem::Version
280
274
  version: '0'
281
275
  requirements: []
282
- rubygems_version: 3.3.22
276
+ rubygems_version: 3.2.15
283
277
  signing_key:
284
278
  specification_version: 4
285
279
  summary: dsu (Agile Daily Stand Up/DSU) mini-manager.