branch-name 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c35d514b84c1fa3d3ce2745cf3e43a680de132a4a4ad5a3e266c5b8b65236be4
4
- data.tar.gz: c609b783df96626c857ed31c9e807ac0319b9bcd35c0a0f5690d9d75d5d80aba
3
+ metadata.gz: 28f0580a385f31569b19993d8fb73d8ef7ad5762c3c89cdd1eadc62003cf1516
4
+ data.tar.gz: e15273bf7cfda4dfbd4fd9de06987b8f1150a9b027cee1673fcffb86534606e7
5
5
  SHA512:
6
- metadata.gz: 1926e345b8bdc4116b2a9c884a92a52de1d280328e04cfe57294d353087fe690a9dd61f0782e92594a7863479272bae353cb75ce8eaf6bd95e45bdd1aed919c1
7
- data.tar.gz: c6f6d960252c32a4bbd23fc90ff007ed03b326a6ffaf31325b1cc43088271ef75b53abd91d907b7b8315d8aa48593dcb70368ec7661e038b767e2d7431557138
6
+ metadata.gz: 32c360e307296a03d5fb0cc531b3913549f52183b7037fd21b19633c81b181299394bbb5b4a038e3571def665caf3ad84f787f99d198ae9d84a5d664e686eb5b
7
+ data.tar.gz: f17867937732b21afe0d07fe4f209b070944276f4a6b76204afe451b4f9271e1b6f41566563405fae04e2f911fd180e733ba3da7de3af9bcca17653afbdf5576
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## ['4.0.1'] - 2024-01-24
2
+
3
+ Changes
4
+
5
+ - Update gems.
6
+
1
7
  ## ['4.0.0'] - 2024-01-16
2
8
 
3
9
  Changes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- branch-name (4.0.0)
4
+ branch-name (4.0.1)
5
5
  activesupport (>= 7.0.8, < 8.0.0)
6
6
  colorize (>= 1.1.0, < 2.0)
7
7
  os (>= 1.1, < 2.0)
@@ -25,7 +25,7 @@ GEM
25
25
  tzinfo (~> 2.0)
26
26
  ast (2.4.2)
27
27
  base64 (0.2.0)
28
- bigdecimal (3.1.5)
28
+ bigdecimal (3.1.6)
29
29
  byebug (11.1.3)
30
30
  coderay (1.1.3)
31
31
  colorize (1.1.0)
@@ -68,7 +68,7 @@ GEM
68
68
  json (2.7.1)
69
69
  language_server-protocol (3.17.0.3)
70
70
  method_source (1.0.0)
71
- minitest (5.21.1)
71
+ minitest (5.21.2)
72
72
  mutex_m (0.2.0)
73
73
  os (1.1.4)
74
74
  parallel (1.24.0)
@@ -134,7 +134,7 @@ GEM
134
134
  rubocop-factory_bot (~> 2.22)
135
135
  ruby-progressbar (1.13.0)
136
136
  ruby2_keywords (0.0.5)
137
- shoulda-matchers (6.0.0)
137
+ shoulda-matchers (6.1.0)
138
138
  activesupport (>= 5.2.0)
139
139
  simplecov (0.22.0)
140
140
  docile (~> 1.1)
@@ -143,7 +143,7 @@ GEM
143
143
  simplecov-html (0.12.3)
144
144
  simplecov_json_formatter (0.1.4)
145
145
  thor (1.3.0)
146
- thor_nested_subcommand (1.0.6)
146
+ thor_nested_subcommand (1.0.7)
147
147
  tzinfo (2.0.6)
148
148
  concurrent-ruby (~> 1.0)
149
149
  unicode-display_width (2.5.0)
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=4)](https://badge.fury.io/gh/gangelo%2Fbranch-name)
5
- [![Gem Version](https://badge.fury.io/rb/branch-name.svg?refresh=4)](https://badge.fury.io/rb/branch-name)
4
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2Fbranch-name.svg?refresh=5)](https://badge.fury.io/gh/gangelo%2Fbranch-name)
5
+ [![Gem Version](https://badge.fury.io/rb/branch-name.svg?refresh=5)](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)
@@ -3,6 +3,6 @@
3
3
  module Branch
4
4
  module Name
5
5
  # branch-name version
6
- VERSION = '4.0.0'
6
+ VERSION = '4.0.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: 4.0.0
4
+ version: 4.0.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-16 00:00:00.000000000 Z
11
+ date: 2024-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport