branch-name 4.0.2 → 4.0.3

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: d0066807f7fd975d5bcb42758619b31af24e4d36366a4620a2ff273e61acf46d
4
- data.tar.gz: 820523161a15ab87d8a6b530a19cf40eece66418e9810978b0bf10525f750cb5
3
+ metadata.gz: 9205ddba0f152e06f4befa908482e176fa6ffdb3fefdf9ca8e8b714d2713484c
4
+ data.tar.gz: 2a52b9f69d7c0403d2c07a94b74c8a691fa4236e241127b98e3d02716920dd03
5
5
  SHA512:
6
- metadata.gz: fdc3491fcd5f289780e6379661f056217ccd7b78264f547f96178890853fbceec1f23b8c048014c09ba272ff0661421029e932863c6d1eec77dd439e803d0ea3
7
- data.tar.gz: f0c66ee32bff7436e738f833c37fb689b29bc003c7db9cc2b3adabcd7a415323e722b6cdc2f58348cae91f4ff1a6987b526a6c615d527da89eb8a101f06d9b49
6
+ metadata.gz: 2bc46a02f95297265078fba0f40e32d727eb74d9f18969bf56cf345417cbd261743ec6461d43f847d05a103146950c1875af26a8a1d3cb17f6aff2f1940de23c
7
+ data.tar.gz: '031464841a8069bc5d5d734b6a42f22718f9c7e4d699e398824a2cd1bcc6dc0af402e257b7d21229bff6e19aa2f4e72b3a0c647b3c2ec0a6f07c08eeda28714a'
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## ['4.0.3'] - 2024-08-03
2
+
3
+ Changes
4
+
5
+ - Update gems.
6
+ - Update rexml gem to patch CVE.
7
+
1
8
  ## ['4.0.2'] - 2024-02-19
2
9
 
3
10
  Changes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- branch-name (4.0.2)
4
+ branch-name (4.0.3)
5
5
  activesupport (>= 7.0.8, < 8.0.0)
6
6
  colorize (>= 1.1.0, < 2.0)
7
7
  os (>= 1.1, < 2.0)
@@ -11,9 +11,9 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (7.1.3)
15
- activesupport (= 7.1.3)
16
- activesupport (7.1.3)
14
+ activemodel (7.1.3.4)
15
+ activesupport (= 7.1.3.4)
16
+ activesupport (7.1.3.4)
17
17
  base64
18
18
  bigdecimal
19
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -25,30 +25,29 @@ GEM
25
25
  tzinfo (~> 2.0)
26
26
  ast (2.4.2)
27
27
  base64 (0.2.0)
28
- bigdecimal (3.1.6)
28
+ bigdecimal (3.1.8)
29
29
  byebug (11.1.3)
30
30
  coderay (1.1.3)
31
31
  colorize (1.1.0)
32
- concurrent-ruby (1.2.3)
32
+ concurrent-ruby (1.3.3)
33
33
  connection_pool (2.4.1)
34
34
  diff-lcs (1.5.1)
35
- docile (1.4.0)
36
- dotenv (3.0.2)
37
- drb (2.2.0)
38
- ruby2_keywords
39
- dry-configurable (1.1.0)
35
+ docile (1.4.1)
36
+ dotenv (3.1.2)
37
+ drb (2.2.1)
38
+ dry-configurable (1.2.0)
40
39
  dry-core (~> 1.0, < 2)
41
40
  zeitwerk (~> 2.6)
42
41
  dry-core (1.0.1)
43
42
  concurrent-ruby (~> 1.0)
44
43
  zeitwerk (~> 2.6)
45
- dry-inflector (1.0.0)
44
+ dry-inflector (1.1.0)
46
45
  dry-initializer (3.1.1)
47
46
  dry-logic (1.5.0)
48
47
  concurrent-ruby (~> 1.0)
49
48
  dry-core (~> 1.0, < 2)
50
49
  zeitwerk (~> 2.6)
51
- dry-schema (1.13.3)
50
+ dry-schema (1.13.4)
52
51
  concurrent-ruby (~> 1.0)
53
52
  dry-configurable (~> 1.0, >= 1.0.1)
54
53
  dry-core (~> 1.0, < 2)
@@ -63,16 +62,16 @@ GEM
63
62
  dry-inflector (~> 1.0)
64
63
  dry-logic (~> 1.4)
65
64
  zeitwerk (~> 2.6)
66
- i18n (1.14.1)
65
+ i18n (1.14.5)
67
66
  concurrent-ruby (~> 1.0)
68
- json (2.7.1)
67
+ json (2.7.2)
69
68
  language_server-protocol (3.17.0.3)
70
- method_source (1.0.0)
71
- minitest (5.22.2)
69
+ method_source (1.1.0)
70
+ minitest (5.24.1)
72
71
  mutex_m (0.2.0)
73
72
  os (1.1.4)
74
- parallel (1.24.0)
75
- parser (3.3.0.5)
73
+ parallel (1.25.1)
74
+ parser (3.3.4.0)
76
75
  ast (~> 2.4.1)
77
76
  racc
78
77
  pry (0.14.2)
@@ -81,16 +80,17 @@ GEM
81
80
  pry-byebug (3.10.1)
82
81
  byebug (~> 11.0)
83
82
  pry (>= 0.13, < 0.15)
84
- racc (1.7.3)
83
+ racc (1.8.1)
85
84
  rainbow (3.1.1)
86
- rake (13.1.0)
85
+ rake (13.2.1)
87
86
  reek (6.3.0)
88
87
  dry-schema (~> 1.13.0)
89
88
  parser (~> 3.3.0)
90
89
  rainbow (>= 2.0, < 4.0)
91
90
  rexml (~> 3.1)
92
- regexp_parser (2.9.0)
93
- rexml (3.2.6)
91
+ regexp_parser (2.9.2)
92
+ rexml (3.3.4)
93
+ strscan
94
94
  rspec (3.13.0)
95
95
  rspec-core (~> 3.13.0)
96
96
  rspec-expectations (~> 3.13.0)
@@ -101,40 +101,42 @@ GEM
101
101
  rspec-mocks (>= 2.99, < 4.0)
102
102
  rspec-core (3.13.0)
103
103
  rspec-support (~> 3.13.0)
104
- rspec-expectations (3.13.0)
104
+ rspec-expectations (3.13.1)
105
105
  diff-lcs (>= 1.2.0, < 2.0)
106
106
  rspec-support (~> 3.13.0)
107
- rspec-mocks (3.13.0)
107
+ rspec-mocks (3.13.1)
108
108
  diff-lcs (>= 1.2.0, < 2.0)
109
109
  rspec-support (~> 3.13.0)
110
- rspec-support (3.13.0)
111
- rubocop (1.60.2)
110
+ rspec-support (3.13.1)
111
+ rubocop (1.65.1)
112
112
  json (~> 2.3)
113
113
  language_server-protocol (>= 3.17.0)
114
114
  parallel (~> 1.10)
115
115
  parser (>= 3.3.0.2)
116
116
  rainbow (>= 2.2.2, < 4.0)
117
- regexp_parser (>= 1.8, < 3.0)
117
+ regexp_parser (>= 2.4, < 3.0)
118
118
  rexml (>= 3.2.5, < 4.0)
119
- rubocop-ast (>= 1.30.0, < 2.0)
119
+ rubocop-ast (>= 1.31.1, < 2.0)
120
120
  ruby-progressbar (~> 1.7)
121
121
  unicode-display_width (>= 2.4.0, < 3.0)
122
- rubocop-ast (1.30.0)
123
- parser (>= 3.2.1.0)
124
- rubocop-capybara (2.20.0)
122
+ rubocop-ast (1.31.3)
123
+ parser (>= 3.3.1.0)
124
+ rubocop-capybara (2.21.0)
125
125
  rubocop (~> 1.41)
126
- rubocop-factory_bot (2.25.1)
127
- rubocop (~> 1.41)
128
- rubocop-performance (1.20.2)
126
+ rubocop-factory_bot (2.26.1)
127
+ rubocop (~> 1.61)
128
+ rubocop-performance (1.21.1)
129
129
  rubocop (>= 1.48.1, < 2.0)
130
- rubocop-ast (>= 1.30.0, < 2.0)
131
- rubocop-rspec (2.26.1)
130
+ rubocop-ast (>= 1.31.1, < 2.0)
131
+ rubocop-rspec (2.31.0)
132
132
  rubocop (~> 1.40)
133
133
  rubocop-capybara (~> 2.17)
134
134
  rubocop-factory_bot (~> 2.22)
135
+ rubocop-rspec_rails (~> 2.28)
136
+ rubocop-rspec_rails (2.29.1)
137
+ rubocop (~> 1.61)
135
138
  ruby-progressbar (1.13.0)
136
- ruby2_keywords (0.0.5)
137
- shoulda-matchers (6.1.0)
139
+ shoulda-matchers (6.2.0)
138
140
  activesupport (>= 5.2.0)
139
141
  simplecov (0.22.0)
140
142
  docile (~> 1.1)
@@ -142,12 +144,13 @@ GEM
142
144
  simplecov_json_formatter (~> 0.1)
143
145
  simplecov-html (0.12.3)
144
146
  simplecov_json_formatter (0.1.4)
145
- thor (1.3.0)
146
- thor_nested_subcommand (1.0.8)
147
+ strscan (3.1.0)
148
+ thor (1.3.1)
149
+ thor_nested_subcommand (1.0.9)
147
150
  tzinfo (2.0.6)
148
151
  concurrent-ruby (~> 1.0)
149
152
  unicode-display_width (2.5.0)
150
- zeitwerk (2.6.13)
153
+ zeitwerk (2.6.17)
151
154
 
152
155
  PLATFORMS
153
156
  x86_64-darwin-19
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # `branch-name`
2
2
 
3
3
  [![Ruby](https://github.com/gangelo/branch-name/actions/workflows/ruby.yml/badge.svg?refresh=1)](https://github.com/gangelo/branch-name/actions/workflows/ruby.yml)
4
- [![GitHub version](http://badge.fury.io/gh/gangelo%2Fbranch-name.svg?refresh=6)](https://badge.fury.io/gh/gangelo%2Fbranch-name)
5
- [![Gem Version](https://badge.fury.io/rb/branch-name.svg?refresh=6)](https://badge.fury.io/rb/branch-name)
4
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2Fbranch-name.svg?refresh=7)](https://badge.fury.io/gh/gangelo%2Fbranch-name)
5
+ [![Gem Version](https://badge.fury.io/rb/branch-name.svg?refresh=7)](https://badge.fury.io/rb/branch-name)
6
6
  [![](http://ruby-gem-downloads-badge.herokuapp.com/branch-name?type=total)](http://www.rubydoc.info/gems/branch-name/)
7
7
  [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/branch-name/)
8
8
  [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/branch-name/issues)
@@ -138,7 +138,7 @@ $ branch-name create "<username>/UX-54321 Remove debug code"
138
138
  ...
139
139
  ```
140
140
 
141
- If you want a more **pernament solution**, you can [change the configuration `format_string` string](#creating-feature-branch-names-and-projects-examples) to include forward-slashes.
141
+ If you want a more **pernament solution**, you can [change the configuration `format_string` string](#creating-feature-branch-names-and-projects-examples) to include forward-slashes.
142
142
 
143
143
  Below is an example using forward-slashes and username using the `%u` format specifier (assuming it coincides with your current username): `format_string: "%u/%t %d"`
144
144
 
@@ -3,6 +3,6 @@
3
3
  module Branch
4
4
  module Name
5
5
  # branch-name version
6
- VERSION = '4.0.2'
6
+ VERSION = '4.0.3'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: branch-name
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
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-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport