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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/branch-name.gemspec +1 -1
- data/lib/branch/name/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c3591154bdf0c66a468e6d3d9d6fc06eab5a6a26f1d08abd193c0d9edbdec38c
|
|
4
|
+
data.tar.gz: b07809b34114ec1ac53a36934d1e2c81530e9ab3f8f7c08bdfb6c1353d99b86d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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.
|
data/lib/branch/name/version.rb
CHANGED
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
|
+
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: []
|