branch-name 3.4.0 → 3.5.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: b538070d81c24a53a841d1502a2e846fde4c9349df8f627be5ec21cc133f3446
4
- data.tar.gz: 26db98632c66f0d0a020219c4e0f34877d22a71ba741fcabbb42b63f2be5a131
3
+ metadata.gz: c3591154bdf0c66a468e6d3d9d6fc06eab5a6a26f1d08abd193c0d9edbdec38c
4
+ data.tar.gz: b07809b34114ec1ac53a36934d1e2c81530e9ab3f8f7c08bdfb6c1353d99b86d
5
5
  SHA512:
6
- metadata.gz: 9534c3a6f80ed67115a2e7c2c44651212d7c32e7b7b41d6319ab90da0e978f063faa8f22940d84c6da139237a3a01dcad176eca49a618ee2d9b2673295add1b2
7
- data.tar.gz: d8d9a7ac27d35525a0981e85b094c45841893f3c6a70f1fd2eccaabbac8345a50726e456b53e6942f0f45eee31392ffffb495813963f50b4530c690106831418
6
+ metadata.gz: 0d66fb0d787e92b8747bc8d3defbe1bba52930118e03a8eef7eeb910632239a046825876ef3a1bde27e65943767792b72925dab6281601c95208d99746619564
7
+ data.tar.gz: 0772f605b9f5995a442c970199011ebdbe73da4a92b6521e6d92b7d7b62fbe4f7861d868bdd8ab91c71870378373b1caa4759e2caf91ae6cdb37c459579f7e38
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## ['3.5.0'] - 2022-10-04
2
+ * Changes
3
+ * Fix broken link to CHANGELOG.md in .gemspec file.
4
+
1
5
  ## ['3.4.0'] - 2022-10-04
2
6
  * Changes
3
7
  * `branch-name create` when creating projects prompts to confirm creating of projects by clicking 'y'. This change was prompted because projects were being created when users were attempting to display help for `branch-name create`; for example, users were incorrectly attempting to display help using `branch-name create help`, when, infact, `branch-name help create` should have been entered. Incorrectly executing `branch-name create help` would create a project with the name "help". Prompting the user to verify project creation solves this problem.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- branch-name (3.4.0)
4
+ branch-name (3.5.0)
5
5
  activesupport (~> 7.0, >= 7.0.4)
6
6
  colorize (~> 0.8.1)
7
7
  os (~> 1.1, >= 1.1.4)
data/branch-name.gemspec CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
 
20
20
  spec.metadata['homepage_uri'] = spec.homepage
21
21
  spec.metadata['source_code_uri'] = 'https://github.com/gangelo/branch-name'
22
- spec.metadata['changelog_uri'] = 'https://github.com/gangelo/branch-name/CHANGELOG.md'
22
+ spec.metadata['changelog_uri'] = 'https://github.com/gangelo/branch-name/blob/main/CHANGELOG.md'
23
23
 
24
24
  # Specify which files should be added to the gem when it is released.
25
25
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -3,6 +3,6 @@
3
3
  module Branch
4
4
  module Name
5
5
  # branch-name version
6
- VERSION = '3.4.0'
6
+ VERSION = '3.5.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.4.0
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gene M. Angelo, Jr.
@@ -131,7 +131,7 @@ licenses:
131
131
  metadata:
132
132
  homepage_uri: https://github.com/gangelo/branch-name
133
133
  source_code_uri: https://github.com/gangelo/branch-name
134
- changelog_uri: https://github.com/gangelo/branch-name/CHANGELOG.md
134
+ changelog_uri: https://github.com/gangelo/branch-name/blob/main/CHANGELOG.md
135
135
  rubygems_mfa_required: 'true'
136
136
  post_install_message:
137
137
  rdoc_options: []