branch-name 3.10.0 → 3.10.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: 20ea2f8e186b75f4dec52bb68587f1934c7e571cb988f3b3da8786f1a9adde14
4
- data.tar.gz: e503710750a16d3e1ae78a360e025c4e9c151528dddd9ae077456558797195c7
3
+ metadata.gz: c60a895aec9cd58b16877a4d8997c3165a17c99bd353c05f9034448d2bf8ae92
4
+ data.tar.gz: d268c31604c46ec6ffe6c1312484acf74e5f933b045c434227b76d12155a23b5
5
5
  SHA512:
6
- metadata.gz: b400b56b4173f143fcca34e990ad3ba3f864fed743a645b5cf0244ae011a678811bd77e2b6f3d1718665e44575a2733e8e2d9380506f4d05ee643052595d7785
7
- data.tar.gz: 7c3bad7f021f6f00f4f4216d047e790e5175e8ef931846873f910cc517435fefa784c99210ca51b872c5394321e30714b57a2faba6aef1e3e2768ed49e8cef7e
6
+ metadata.gz: d3e942702075ebb43a15411993b746aa8656d1e01f87595f230ac3e2b0b30240967edf24494ca194637193b88551ee5142a89d7fd7bcb30d05bbe82f23fe67c5
7
+ data.tar.gz: 196a9e4834d47c8094b9fcafd6dcdcaa14631137ad1a7b304c1f090dda57f7180cc3e00450946581ff982b89740d7e5836a18f26a14bde496e740b9058dd8a88
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## ['3.10.1'] - 2023-03-22
2
+ * Changes
3
+ * Update gems. Remedy an activesupport dependabot alert.
4
+
1
5
  ## ['3.10.0'] - 2023-02-16
2
6
  * Changes
3
7
  * Update gems.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- branch-name (3.9.0)
4
+ branch-name (3.10.1)
5
5
  activesupport (~> 7.0, >= 7.0.4)
6
6
  colorize (~> 0.8.1)
7
7
  os (~> 1.1, >= 1.1.4)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.4.2)
14
+ activesupport (7.0.4.3)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
@@ -20,7 +20,7 @@ GEM
20
20
  byebug (11.1.3)
21
21
  coderay (1.1.3)
22
22
  colorize (0.8.1)
23
- concurrent-ruby (1.2.0)
23
+ concurrent-ruby (1.2.2)
24
24
  diff-lcs (1.5.0)
25
25
  docile (1.4.0)
26
26
  i18n (1.12.0)
@@ -28,10 +28,10 @@ GEM
28
28
  jaro_winkler (1.5.4)
29
29
  kwalify (0.7.2)
30
30
  method_source (1.0.0)
31
- minitest (5.17.0)
31
+ minitest (5.18.0)
32
32
  os (1.1.4)
33
33
  parallel (1.22.1)
34
- parser (3.2.1.0)
34
+ parser (3.2.1.1)
35
35
  ast (~> 2.4.1)
36
36
  pry (0.14.2)
37
37
  coderay (~> 1.1)
@@ -55,7 +55,7 @@ GEM
55
55
  rspec-expectations (3.12.2)
56
56
  diff-lcs (>= 1.2.0, < 2.0)
57
57
  rspec-support (~> 3.12.0)
58
- rspec-mocks (3.12.3)
58
+ rspec-mocks (3.12.4)
59
59
  diff-lcs (>= 1.2.0, < 2.0)
60
60
  rspec-support (~> 3.12.0)
61
61
  rspec-support (3.12.0)
@@ -67,7 +67,7 @@ GEM
67
67
  rexml
68
68
  ruby-progressbar (~> 1.7)
69
69
  unicode-display_width (>= 1.4.0, < 2.0)
70
- ruby-progressbar (1.11.0)
70
+ ruby-progressbar (1.13.0)
71
71
  simplecov (0.21.2)
72
72
  docile (~> 1.1)
73
73
  simplecov-html (~> 0.11)
@@ -3,6 +3,6 @@
3
3
  module Branch
4
4
  module Name
5
5
  # branch-name version
6
- VERSION = '3.10.0'
6
+ VERSION = '3.10.1'
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: 3.10.0
4
+ version: 3.10.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: 2023-02-16 00:00:00.000000000 Z
11
+ date: 2023-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport