dsu 2.4.0 → 2.4.1

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: '049f61bd321689f9690d42ba2cb72e0901c63e78a1c6454ee8fe0126e8dc0396'
4
- data.tar.gz: e1687331fa05a352b29800f86b43de93b780a8efa50d74e1be13ce83fa331b23
3
+ metadata.gz: 0a3ef89000fde93f0c137804519e017a526207311eff3ae04d2bb2e2d3fe8ec4
4
+ data.tar.gz: '0997fc41677d33f324d43238b8a74ac7d5756c37134247156a7a155be924d756'
5
5
  SHA512:
6
- metadata.gz: 2d5547b1ce5e805ec2ea8399ed01b76a7c03180b3ddc14b1ad9225cbacec79dbc963b37b24224fac6397b0a88b51772741e0a2840db70064f37f179b2e1d7aa5
7
- data.tar.gz: a0146a22e7fe3404ee63de7f26d1ce66d945685ec21e41fd1b20eaed4b5cea037920552a5dc52be26c6394dfdf90ff9382d8702ffcfe3b9de571e9b1c0d59e6d
6
+ metadata.gz: 69035c63db6897ed6601d0b65cc834fa960d1274892fec6e039ec140c36818ba146803f43ff35b2067f9ec3ad7cd92fdd16fd88b8e6abf389f986d3ff8999d44
7
+ data.tar.gz: c513ffdfca121c7733b5e582b25dcff1ece6e413431c5317f0fc7db6c6be42ca0b2a7ceb6964eb6e89899dc991933423e2f2cd63663ad180c06cd4f94e52b72d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.4.1] 2024-01-05
2
+
3
+ Changes
4
+
5
+ - Move gem version to footer.
6
+ - Update ruby gems.
7
+
1
8
  ## [2.4.0] 2024-01-01
2
9
 
3
10
  Enhancements
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dsu (2.4.0)
4
+ dsu (2.4.1)
5
5
  activemodel (>= 7.0.8, < 8.0)
6
6
  activesupport (>= 7.0.8, < 8.0)
7
7
  colorize (>= 0.8.1, < 1.0)
@@ -57,7 +57,8 @@ GEM
57
57
  dry-logic (>= 1.4, < 2)
58
58
  dry-types (>= 1.7, < 2)
59
59
  zeitwerk (~> 2.6)
60
- dry-types (1.7.1)
60
+ dry-types (1.7.2)
61
+ bigdecimal (~> 3.0)
61
62
  concurrent-ruby (~> 1.0)
62
63
  dry-core (~> 1.0)
63
64
  dry-inflector (~> 1.0)
@@ -120,14 +121,14 @@ GEM
120
121
  unicode-display_width (>= 2.4.0, < 3.0)
121
122
  rubocop-ast (1.30.0)
122
123
  parser (>= 3.2.1.0)
123
- rubocop-capybara (2.19.0)
124
+ rubocop-capybara (2.20.0)
124
125
  rubocop (~> 1.41)
125
- rubocop-factory_bot (2.24.0)
126
+ rubocop-factory_bot (2.25.0)
126
127
  rubocop (~> 1.33)
127
128
  rubocop-performance (1.20.1)
128
129
  rubocop (>= 1.48.1, < 2.0)
129
130
  rubocop-ast (>= 1.30.0, < 2.0)
130
- rubocop-rspec (2.25.0)
131
+ rubocop-rspec (2.26.1)
131
132
  rubocop (~> 1.40)
132
133
  rubocop-capybara (~> 2.17)
133
134
  rubocop-factory_bot (~> 2.22)
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # `dsu`- Streamline Your Daily Stand-Up Meeting Participation!
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=4)](https://badge.fury.io/gh/gangelo%2Fdsu)
5
- [![Gem Version](https://badge.fury.io/rb/dsu.svg?refresh=4)](https://badge.fury.io/rb/dsu)
4
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2Fdsu.svg?refresh=6)](https://badge.fury.io/gh/gangelo%2Fdsu)
5
+ [![Gem Version](https://badge.fury.io/rb/dsu.svg?refresh=6)](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)
@@ -26,15 +26,13 @@ module Dsu
26
26
  end
27
27
 
28
28
  def display_dsu_header
29
- puts apply_theme("Dsu v#{Dsu::VERSION}", theme_color: color_theme.dsu_header)
30
- puts
31
29
  end
32
30
 
33
31
  def display_dsu_footer
34
32
  puts apply_theme('_' * 35, theme_color: color_theme.dsu_footer)
35
33
  # TODO: I18n.
36
- footer = apply_theme("Theme: #{color_theme.theme_name}", theme_color: color_theme.dsu_footer)
37
- puts footer
34
+ puts apply_theme("dsu | Version: #{Dsu::VERSION} | Theme: #{color_theme.theme_name}",
35
+ theme_color: color_theme.dsu_footer)
38
36
  end
39
37
 
40
38
  private
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|rc)\.\d+)?\z/
5
- VERSION = '2.4.0'
5
+ VERSION = '2.4.1'
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.4.0
4
+ version: 2.4.1
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-01-02 00:00:00.000000000 Z
11
+ date: 2024-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport