dsu 2.0.3 → 2.0.4

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: bfc2b3f64f5a5ef3a9a2fab5e9a96306fe58e78d78092650a97412de1d38e5e0
4
- data.tar.gz: 6b127bd35977bb1fd71c35a80886fe0959d621ec758120ca4754a86ad6f7dced
3
+ metadata.gz: 7f82152cb96f7cad8af4563e8270b7e5b900d7ec87f7daae1677ecd3dc5cf03c
4
+ data.tar.gz: 1a95cb056e64e6408acb0df18583f096d8cadfe837484b339ace9c1696da2f59
5
5
  SHA512:
6
- metadata.gz: da254ca76b4f5a676a09de4df1f35f042d01754868775ce5c4f40e9c8f865ba4d623013957afffd9c36da6f88d0f9e99502e73c27bd8adba7e10c60d7a6434a2
7
- data.tar.gz: 476754871bde6fde103a4a35295fe57549fe2842402d14331a3f6e986b566a18e936c8e06a4b663820c2d738bf60ebb3374e71aa3bf112736ebd06de8482040f
6
+ metadata.gz: 660db023ebbfa732c57c9d6ce6c2065b96e5b1f0ade314a1670ead63eebff5a4fda28ccb3aada9075bb0bfb680cd17feeb1818bb177c81c4cd9cb0940753d359
7
+ data.tar.gz: 413c6730e648b005e0e5f547f54fc68a7dd960e0ae8942b319777b8d3480a05841f45bf45affdcb51dfe4e0fcff700a163417adbebaa99baa232c13b354a6c00
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [2.0.4] 2023-08-28
2
+
3
+ - Update ruby gems.
4
+
1
5
  ## [2.0.3] 2023-08-17
2
6
 
3
7
  - 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,9 +12,9 @@ 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.7.2)
16
+ activesupport (= 7.0.7.2)
17
+ activesupport (7.0.7.2)
18
18
  concurrent-ruby (~> 1.0, >= 1.0.2)
19
19
  i18n (>= 1.6, < 2)
20
20
  minitest (>= 5.1)
@@ -30,7 +30,7 @@ GEM
30
30
  dotenv (2.8.1)
31
31
  factory_bot (6.2.1)
32
32
  activesupport (>= 5.0.0)
33
- ffaker (2.21.0)
33
+ ffaker (2.22.0)
34
34
  i18n (1.14.1)
35
35
  concurrent-ruby (~> 1.0)
36
36
  json (2.6.3)
@@ -71,7 +71,7 @@ GEM
71
71
  diff-lcs (>= 1.2.0, < 2.0)
72
72
  rspec-support (~> 3.12.0)
73
73
  rspec-support (3.12.1)
74
- rubocop (1.56.0)
74
+ rubocop (1.56.1)
75
75
  base64 (~> 0.1.1)
76
76
  json (~> 2.3)
77
77
  language_server-protocol (>= 3.17.0)
@@ -104,13 +104,14 @@ GEM
104
104
  simplecov-html (0.12.3)
105
105
  simplecov_json_formatter (0.1.4)
106
106
  thor (1.2.2)
107
- thor_nested_subcommand (1.0.0)
107
+ thor_nested_subcommand (1.0.1)
108
108
  tzinfo (2.0.6)
109
109
  concurrent-ruby (~> 1.0)
110
110
  unicode-display_width (2.4.2)
111
111
 
112
112
  PLATFORMS
113
113
  x86_64-darwin-19
114
+ x86_64-darwin-21
114
115
 
115
116
  DEPENDENCIES
116
117
  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.4'
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.4
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-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -279,7 +279,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
279
279
  - !ruby/object:Gem::Version
280
280
  version: '0'
281
281
  requirements: []
282
- rubygems_version: 3.3.22
282
+ rubygems_version: 3.2.15
283
283
  signing_key:
284
284
  specification_version: 4
285
285
  summary: dsu (Agile Daily Stand Up/DSU) mini-manager.