dsu 3.0.1 → 3.0.2

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: 273c30c25a45fb40ba38e2c9627d4a95ec466bc62674dd5622f44da30da31d2a
4
- data.tar.gz: 640e9a1fdcb0aa36698292b8fa4ac23e178de80479e516ff97b11ea61c166faa
3
+ metadata.gz: 35464809c5e821424202e2849d1a4fd43d31a5a3983a96e6177d8abd69980503
4
+ data.tar.gz: e64af18269d7ebf19cf9aac1fe21c005b6d05c7af5e2b325438a6feb88f42b00
5
5
  SHA512:
6
- metadata.gz: 0d84cf150f1b872dd36b1f1e3f6a51249d3646c32891db89140b14497f395060f02bba1e71d346d305338ec6d295a3f3eccce5d1ebdea27d2468f33e7511483e
7
- data.tar.gz: deb5fee47343fef53a03996217d76582d0995b1c494af085f108b626c827d16fd5653bd179f241ab4f4d87393598058767350e5ec963945f696f9f31ec7e26a0
6
+ metadata.gz: 481276284539b85413bd4e6531cf535ba6dfef436ab7aecf25548a84b039672872fb589dde71ea8a7f521b2ae47e3248faab545319be095ad8ad26eadd8428bc
7
+ data.tar.gz: '093572942c6a5e4238a1f6d9b342188ddcc9670807ffb8d86e41642ce44245bbbd952500da071047d744fee0824c80dbdca437feb49e3ba5d8d99efb73255be7'
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.1
1
+ 3.0.7
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [3.0.2] - 2024-05-18
6
+
7
+ ### Changes
8
+ [x] Update ruby gems.
9
+ [x] Update GitHub Actions to include testing against ruby versions '3.0.7', '3.1', '3.2' and '3.3' on ubuntu-latest, macos-latest and windows-latest.
10
+
5
11
  ## [3.0.1] - 2024-02-19
6
12
 
7
13
  ### Changes
data/Gemfile.lock CHANGED
@@ -1,20 +1,21 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dsu (3.0.1)
4
+ dsu (3.0.2)
5
5
  activemodel (>= 7.0.8, < 8.0)
6
6
  activesupport (>= 7.0.8, < 8.0)
7
7
  colorize (>= 1.1, < 2.0)
8
8
  os (>= 1.1, < 2.0)
9
9
  thor (>= 1.2, < 2.0)
10
10
  thor_nested_subcommand (>= 1.0, < 2.0)
11
+ tzinfo-data (~> 1.2024, >= 1.2024.1)
11
12
 
12
13
  GEM
13
14
  remote: https://rubygems.org/
14
15
  specs:
15
- activemodel (7.1.3)
16
- activesupport (= 7.1.3)
17
- activesupport (7.1.3)
16
+ activemodel (7.1.3.3)
17
+ activesupport (= 7.1.3.3)
18
+ activesupport (7.1.3.3)
18
19
  base64
19
20
  bigdecimal
20
21
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -26,7 +27,7 @@ GEM
26
27
  tzinfo (~> 2.0)
27
28
  ast (2.4.2)
28
29
  base64 (0.2.0)
29
- bigdecimal (3.1.6)
30
+ bigdecimal (3.1.8)
30
31
  byebug (11.1.3)
31
32
  coderay (1.1.3)
32
33
  colorize (1.1.0)
@@ -35,8 +36,7 @@ GEM
35
36
  diff-lcs (1.5.1)
36
37
  docile (1.4.0)
37
38
  dotenv (2.8.1)
38
- drb (2.2.0)
39
- ruby2_keywords
39
+ drb (2.2.1)
40
40
  dry-configurable (1.1.0)
41
41
  dry-core (~> 1.0, < 2)
42
42
  zeitwerk (~> 2.6)
@@ -67,16 +67,16 @@ GEM
67
67
  factory_bot (6.4.6)
68
68
  activesupport (>= 5.0.0)
69
69
  ffaker (2.23.0)
70
- i18n (1.14.1)
70
+ i18n (1.14.5)
71
71
  concurrent-ruby (~> 1.0)
72
- json (2.7.1)
72
+ json (2.7.2)
73
73
  language_server-protocol (3.17.0.3)
74
- method_source (1.0.0)
75
- minitest (5.22.2)
74
+ method_source (1.1.0)
75
+ minitest (5.23.0)
76
76
  mutex_m (0.2.0)
77
77
  os (1.1.4)
78
78
  parallel (1.24.0)
79
- parser (3.3.0.5)
79
+ parser (3.3.1.0)
80
80
  ast (~> 2.4.1)
81
81
  racc
82
82
  pry (0.14.2)
@@ -85,16 +85,17 @@ GEM
85
85
  pry-byebug (3.10.1)
86
86
  byebug (~> 11.0)
87
87
  pry (>= 0.13, < 0.15)
88
- racc (1.7.3)
88
+ racc (1.8.0)
89
89
  rainbow (3.1.1)
90
- rake (13.1.0)
90
+ rake (13.2.1)
91
91
  reek (6.3.0)
92
92
  dry-schema (~> 1.13.0)
93
93
  parser (~> 3.3.0)
94
94
  rainbow (>= 2.0, < 4.0)
95
95
  rexml (~> 3.1)
96
- regexp_parser (2.9.0)
97
- rexml (3.2.6)
96
+ regexp_parser (2.9.2)
97
+ rexml (3.2.8)
98
+ strscan (>= 3.0.9)
98
99
  rspec (3.13.0)
99
100
  rspec-core (~> 3.13.0)
100
101
  rspec-expectations (~> 3.13.0)
@@ -104,11 +105,11 @@ GEM
104
105
  rspec-expectations (3.13.0)
105
106
  diff-lcs (>= 1.2.0, < 2.0)
106
107
  rspec-support (~> 3.13.0)
107
- rspec-mocks (3.13.0)
108
+ rspec-mocks (3.13.1)
108
109
  diff-lcs (>= 1.2.0, < 2.0)
109
110
  rspec-support (~> 3.13.0)
110
- rspec-support (3.13.0)
111
- rubocop (1.60.2)
111
+ rspec-support (3.13.1)
112
+ rubocop (1.63.5)
112
113
  json (~> 2.3)
113
114
  language_server-protocol (>= 3.17.0)
114
115
  parallel (~> 1.10)
@@ -116,40 +117,48 @@ GEM
116
117
  rainbow (>= 2.2.2, < 4.0)
117
118
  regexp_parser (>= 1.8, < 3.0)
118
119
  rexml (>= 3.2.5, < 4.0)
119
- rubocop-ast (>= 1.30.0, < 2.0)
120
+ rubocop-ast (>= 1.31.1, < 2.0)
120
121
  ruby-progressbar (~> 1.7)
121
122
  unicode-display_width (>= 2.4.0, < 3.0)
122
- rubocop-ast (1.30.0)
123
- parser (>= 3.2.1.0)
123
+ rubocop-ast (1.31.3)
124
+ parser (>= 3.3.1.0)
124
125
  rubocop-capybara (2.20.0)
125
126
  rubocop (~> 1.41)
126
127
  rubocop-factory_bot (2.25.1)
127
128
  rubocop (~> 1.41)
128
- rubocop-performance (1.20.2)
129
+ rubocop-performance (1.21.0)
129
130
  rubocop (>= 1.48.1, < 2.0)
130
- rubocop-ast (>= 1.30.0, < 2.0)
131
+ rubocop-ast (>= 1.31.1, < 2.0)
131
132
  rubocop-rake (0.6.0)
132
133
  rubocop (~> 1.0)
133
- rubocop-rspec (2.26.1)
134
+ rubocop-rspec (2.29.2)
134
135
  rubocop (~> 1.40)
135
136
  rubocop-capybara (~> 2.17)
136
137
  rubocop-factory_bot (~> 2.22)
138
+ rubocop-rspec_rails (~> 2.28)
139
+ rubocop-rspec_rails (2.28.3)
140
+ rubocop (~> 1.40)
137
141
  ruby-progressbar (1.13.0)
138
- ruby2_keywords (0.0.5)
139
142
  simplecov (0.22.0)
140
143
  docile (~> 1.1)
141
144
  simplecov-html (~> 0.11)
142
145
  simplecov_json_formatter (~> 0.1)
143
146
  simplecov-html (0.12.3)
144
147
  simplecov_json_formatter (0.1.4)
145
- thor (1.3.0)
148
+ strscan (3.1.0)
149
+ thor (1.3.1)
146
150
  thor_nested_subcommand (1.0.8)
147
151
  tzinfo (2.0.6)
148
152
  concurrent-ruby (~> 1.0)
153
+ tzinfo-data (1.2024.1)
154
+ tzinfo (>= 1.0.0)
149
155
  unicode-display_width (2.5.0)
150
- zeitwerk (2.6.13)
156
+ zeitwerk (2.6.14)
151
157
 
152
158
  PLATFORMS
159
+ arm64-darwin-22
160
+ x64-mingw-ucrt
161
+ x64-mingw32
153
162
  x86_64-darwin-19
154
163
  x86_64-darwin-21
155
164
  x86_64-linux
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # `dsu`
2
2
 
3
3
  [![Ruby](https://github.com/gangelo/dsu/actions/workflows/ruby.yml/badge.svg)](https://github.com/gangelo/dsu/actions/workflows/ruby.yml)
4
- [![GitHub version](http://badge.fury.io/gh/gangelo%2Fdsu.svg?refresh=13)](https://badge.fury.io/gh/gangelo%2Fdsu)
5
- [![Gem Version](https://badge.fury.io/rb/dsu.svg?refresh=13)](https://badge.fury.io/rb/dsu)
4
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2Fdsu.svg?refresh=14)](https://badge.fury.io/gh/gangelo%2Fdsu)
5
+ [![Gem Version](https://badge.fury.io/rb/dsu.svg?refresh=14)](https://badge.fury.io/rb/dsu)
6
6
  [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/dsu/)
7
7
  [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/dsu/issues)
8
8
  [![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license)
@@ -29,10 +29,10 @@ The [dsu wiki](https://github.com/gangelo/dsu/wiki) is currently the gold standa
29
29
  * Visit the [How I use dsu daily as an Agile developer](https://github.com/gangelo/dsu/wiki/How-I-use-dsu-daily-as-an-Agile-developer) wiki for examples of how _I_ use `dsu` on a daily basis.
30
30
 
31
31
  # Supported ruby versions
32
- `dsu` _should_ work with any ruby version `['>= 3.0.1', '< 4.0']`; however, `dsu` is currently tested against the following ruby versions:
33
- - 3.0.1
34
- - 3.0.6
35
- - 3.1.4
36
- - 3.2.2
32
+ `dsu` _should_ work with any ruby version `['>= 3.0.7', '< 4.0']`; however, `dsu` is currently tested against the ubuntu-latest, macos-latest and windows-latest platforms, using the following ruby versions:
33
+ - 3.0.7
34
+ - 3.1
35
+ - 3.2
36
+ - 3.3
37
37
 
38
38
  Copyright (c) 2023-2024 Gene Angelo. See [LICENSE](https://github.com/gangelo/dsu/blob/main/LICENSE.txt) for details.
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|beta|rc)\.\d+)?\z/
5
- VERSION = '3.0.1'
5
+ VERSION = '3.0.2'
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: 3.0.1
4
+ version: 3.0.2
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: 2024-02-19 00:00:00.000000000 Z
11
+ date: 2024-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -130,6 +130,26 @@ dependencies:
130
130
  - - "<"
131
131
  - !ruby/object:Gem::Version
132
132
  version: '2.0'
133
+ - !ruby/object:Gem::Dependency
134
+ name: tzinfo-data
135
+ requirement: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - "~>"
138
+ - !ruby/object:Gem::Version
139
+ version: '1.2024'
140
+ - - ">="
141
+ - !ruby/object:Gem::Version
142
+ version: 1.2024.1
143
+ type: :runtime
144
+ prerelease: false
145
+ version_requirements: !ruby/object:Gem::Requirement
146
+ requirements:
147
+ - - "~>"
148
+ - !ruby/object:Gem::Version
149
+ version: '1.2024'
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: 1.2024.1
133
153
  description: |2
134
154
  dsu is ruby gem that enables anyone practicing Agile methodology to record, keep track of, and manage their daily standup (DSU) activities.
135
155
 
@@ -370,7 +390,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
370
390
  requirements:
371
391
  - - ">="
372
392
  - !ruby/object:Gem::Version
373
- version: 3.0.1
393
+ version: 3.0.7
374
394
  - - "<"
375
395
  - !ruby/object:Gem::Version
376
396
  version: '4.0'
@@ -380,7 +400,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
380
400
  - !ruby/object:Gem::Version
381
401
  version: '0'
382
402
  requirements: []
383
- rubygems_version: 3.2.15
403
+ rubygems_version: 3.2.33
384
404
  signing_key:
385
405
  specification_version: 4
386
406
  summary: dsu (Agile Daily Stand Up/DSU) mini-manager.