branch-name 1.0.0.pre.beta → 1.0.1.pre.beta

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: b7dad0772990843cd87dc265aa42d9ddd8fc91c0c50db1c8d0e7d48be3ca7129
4
- data.tar.gz: 6b64ae358a4105d1495f10a5d5d4e24997ee0c45fbdb9e10135e295d3ff686ae
3
+ metadata.gz: 3c290aa8d17822a13ff5b823698809fc01b89fcd808cad2511be071aabec66a8
4
+ data.tar.gz: b754fabb9d364eac11262abdeea4b7eed50e7f36f149c5cd39995975429801ee
5
5
  SHA512:
6
- metadata.gz: b90aa2baa2030cd11a7ded0189f3efc273d923e42dad82f6150b670570cf95375930948fb05aaa5a7348429e32a53f2de8a91fbc5f9dfdabf5315851c7078db4
7
- data.tar.gz: ca83be22b65d2174bfb88ab3cf971306008179856557f4c39870cd427b0cbcfcda921646cb78cd51110b8b0b3eee8e97d54868f61567848fe52cb8d964962668
6
+ metadata.gz: 89f5a079d761f9c8b34bcb9e6a34dca4b548c66e1b5fa7e53f536972641729e7f6dc6c3a2a23762561863ffdfa239fda8e7ff6447138eb85550b11e0fe65ff47
7
+ data.tar.gz: 69ec6c3037f7e2fb6c38ed85ba338b2bd686db433c9bce566a474bb8a05e8b753226aacc642e5d1ebab2d755b7e4b4345d228d890938333d397b25b3f385d222
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- branch-name (1.0.0.pre.beta)
4
+ branch-name (1.0.1.pre.beta)
5
5
  activesupport (~> 7.0, >= 7.0.4)
6
6
  colorize (~> 0.8.1)
7
7
  thor (~> 1.2, >= 1.2.1)
data/branch-name.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = 'Generates a branch name based on a JIRA card/ticket number.'
12
12
  spec.description = 'Generates a branch name based on a JIRA card/ticket number.'
13
- spec.homepage = 'https://github.com/gangelo/branch_name'
13
+ spec.homepage = 'https://github.com/gangelo/branch-name'
14
14
  spec.license = 'MIT'
15
15
 
16
16
  spec.required_ruby_version = '>= 3.0.1'
@@ -3,6 +3,6 @@
3
3
  module Branch
4
4
  module Name
5
5
  # branch-name version
6
- VERSION = '1.0.0-beta'
6
+ VERSION = '1.0.1-beta'
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: 1.0.0.pre.beta
4
+ version: 1.0.1.pre.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gene M. Angelo, Jr.
@@ -100,11 +100,11 @@ files:
100
100
  - lib/branch/name/subcommands/init.rb
101
101
  - lib/branch/name/version.rb
102
102
  - sig/branch/name.rbs
103
- homepage: https://github.com/gangelo/branch_name
103
+ homepage: https://github.com/gangelo/branch-name
104
104
  licenses:
105
105
  - MIT
106
106
  metadata:
107
- homepage_uri: https://github.com/gangelo/branch_name
107
+ homepage_uri: https://github.com/gangelo/branch-name
108
108
  source_code_uri: https://github.com/gangelo/branch-name
109
109
  changelog_uri: https://github.com/gangelo/branch-name/CHANGELOG.md
110
110
  rubygems_mfa_required: 'true'