branch-name 3.8.0 → 3.9.0

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: f0f6834e26e510890b7a75d89d1fb207336dd294279445fce5d70774cb7dd0a1
4
- data.tar.gz: 673a85bf65513bfaf0a9314ec37e05e933b57b10aa4931e3e554532d6b8f3f20
3
+ metadata.gz: 8a5295be4c712f6679c19fa3c283cf78d20013467f33cc3c25d8b29d498fe441
4
+ data.tar.gz: 8481071196eb97b2444072c987108cc4b4d23673f122ea096e1c1f16c7c64e03
5
5
  SHA512:
6
- metadata.gz: d8e64e7a33757d04d55a63b505666274e589b156de9f358385995b9ca83df5d093dfaa27f9baca0c22dd82270fc24ec46e353d01da6a4a5c00ac39ca58f01aae
7
- data.tar.gz: 212b79d137ecc670450fa1b17f58c77a34991d186aeaa90d1db2ade14d3823d155bcb8b883a3fdfdd50ccee04f95e4a135c66c98ab7859f16a3f0e2e0364aa77
6
+ metadata.gz: 7abe82b1015cf02918e064a670fd9206c20ea8a01b8ef6a2094c03339f292cf92b333ea86da2c108785fa2e3593bbe3632ed74fe7cb9513a9adc3abe9b9a5f93
7
+ data.tar.gz: a5758743da487f8eed0b7d27825e14edc6a742ac10939db345d414e9feb140515b2d1c4f5cab2c36bf7a27e6f51b32e2ab521e9c9733c004570019ccc543259a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## ['3.9.0'] - 2022-11-04
2
+ * Changes
3
+ * Update gems.
4
+
1
5
  ## ['3.8.0'] - 2022-11-04
2
6
  * Changes
3
7
  * Limit gem version to ~> 3.0 to avoid breaking changes.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- branch-name (3.8.0)
4
+ branch-name (3.9.0)
5
5
  activesupport (~> 7.0, >= 7.0.4)
6
6
  colorize (~> 0.8.1)
7
7
  os (~> 1.1, >= 1.1.4)
@@ -46,19 +46,19 @@ GEM
46
46
  parser (~> 3.1.0)
47
47
  rainbow (>= 2.0, < 4.0)
48
48
  rexml (3.2.5)
49
- rspec (3.11.0)
50
- rspec-core (~> 3.11.0)
51
- rspec-expectations (~> 3.11.0)
52
- rspec-mocks (~> 3.11.0)
53
- rspec-core (3.11.0)
54
- rspec-support (~> 3.11.0)
55
- rspec-expectations (3.11.1)
49
+ rspec (3.12.0)
50
+ rspec-core (~> 3.12.0)
51
+ rspec-expectations (~> 3.12.0)
52
+ rspec-mocks (~> 3.12.0)
53
+ rspec-core (3.12.0)
54
+ rspec-support (~> 3.12.0)
55
+ rspec-expectations (3.12.0)
56
56
  diff-lcs (>= 1.2.0, < 2.0)
57
- rspec-support (~> 3.11.0)
58
- rspec-mocks (3.11.1)
57
+ rspec-support (~> 3.12.0)
58
+ rspec-mocks (3.12.0)
59
59
  diff-lcs (>= 1.2.0, < 2.0)
60
- rspec-support (~> 3.11.0)
61
- rspec-support (3.11.1)
60
+ rspec-support (~> 3.12.0)
61
+ rspec-support (3.12.0)
62
62
  rubocop (0.81.0)
63
63
  jaro_winkler (~> 1.5.1)
64
64
  parallel (~> 1.10)
@@ -3,6 +3,6 @@
3
3
  module Branch
4
4
  module Name
5
5
  # branch-name version
6
- VERSION = '3.8.0'
6
+ VERSION = '3.9.0'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: branch-name
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0
4
+ version: 3.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gene M. Angelo, Jr.