branch-name 3.8.0 → 3.10.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 +8 -0
- data/Gemfile.lock +20 -20
- data/lib/branch/name/version.rb +1 -1
- metadata +2 -3
- data/branch-name.gemspec +0 -49
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20ea2f8e186b75f4dec52bb68587f1934c7e571cb988f3b3da8786f1a9adde14
|
4
|
+
data.tar.gz: e503710750a16d3e1ae78a360e025c4e9c151528dddd9ae077456558797195c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b400b56b4173f143fcca34e990ad3ba3f864fed743a645b5cf0244ae011a678811bd77e2b6f3d1718665e44575a2733e8e2d9380506f4d05ee643052595d7785
|
7
|
+
data.tar.gz: 7c3bad7f021f6f00f4f4216d047e790e5175e8ef931846873f910cc517435fefa784c99210ca51b872c5394321e30714b57a2faba6aef1e3e2768ed49e8cef7e
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
branch-name (3.
|
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)
|
@@ -11,7 +11,7 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (7.0.4)
|
14
|
+
activesupport (7.0.4.2)
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
16
|
i18n (>= 1.6, < 2)
|
17
17
|
minitest (>= 5.1)
|
@@ -20,7 +20,7 @@ GEM
|
|
20
20
|
byebug (11.1.3)
|
21
21
|
coderay (1.1.3)
|
22
22
|
colorize (0.8.1)
|
23
|
-
concurrent-ruby (1.
|
23
|
+
concurrent-ruby (1.2.0)
|
24
24
|
diff-lcs (1.5.0)
|
25
25
|
docile (1.4.0)
|
26
26
|
i18n (1.12.0)
|
@@ -28,12 +28,12 @@ GEM
|
|
28
28
|
jaro_winkler (1.5.4)
|
29
29
|
kwalify (0.7.2)
|
30
30
|
method_source (1.0.0)
|
31
|
-
minitest (5.
|
31
|
+
minitest (5.17.0)
|
32
32
|
os (1.1.4)
|
33
33
|
parallel (1.22.1)
|
34
|
-
parser (3.
|
34
|
+
parser (3.2.1.0)
|
35
35
|
ast (~> 2.4.1)
|
36
|
-
pry (0.14.
|
36
|
+
pry (0.14.2)
|
37
37
|
coderay (~> 1.1)
|
38
38
|
method_source (~> 1.0)
|
39
39
|
pry-byebug (3.10.1)
|
@@ -41,24 +41,24 @@ GEM
|
|
41
41
|
pry (>= 0.13, < 0.15)
|
42
42
|
rainbow (3.1.1)
|
43
43
|
rake (13.0.6)
|
44
|
-
reek (6.1.
|
44
|
+
reek (6.1.4)
|
45
45
|
kwalify (~> 0.7.0)
|
46
|
-
parser (~> 3.
|
46
|
+
parser (~> 3.2.0)
|
47
47
|
rainbow (>= 2.0, < 4.0)
|
48
48
|
rexml (3.2.5)
|
49
|
-
rspec (3.
|
50
|
-
rspec-core (~> 3.
|
51
|
-
rspec-expectations (~> 3.
|
52
|
-
rspec-mocks (~> 3.
|
53
|
-
rspec-core (3.
|
54
|
-
rspec-support (~> 3.
|
55
|
-
rspec-expectations (3.
|
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.1)
|
54
|
+
rspec-support (~> 3.12.0)
|
55
|
+
rspec-expectations (3.12.2)
|
56
56
|
diff-lcs (>= 1.2.0, < 2.0)
|
57
|
-
rspec-support (~> 3.
|
58
|
-
rspec-mocks (3.
|
57
|
+
rspec-support (~> 3.12.0)
|
58
|
+
rspec-mocks (3.12.3)
|
59
59
|
diff-lcs (>= 1.2.0, < 2.0)
|
60
|
-
rspec-support (~> 3.
|
61
|
-
rspec-support (3.
|
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)
|
@@ -76,7 +76,7 @@ GEM
|
|
76
76
|
simplecov_json_formatter (0.1.4)
|
77
77
|
thor (1.2.1)
|
78
78
|
thor_nested_subcommand (1.0.0)
|
79
|
-
tzinfo (2.0.
|
79
|
+
tzinfo (2.0.6)
|
80
80
|
concurrent-ruby (~> 1.0)
|
81
81
|
unicode-display_width (1.8.0)
|
82
82
|
|
data/lib/branch/name/version.rb
CHANGED
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: 3.
|
4
|
+
version: 3.10.0
|
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:
|
11
|
+
date: 2023-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -123,7 +123,6 @@ files:
|
|
123
123
|
- Rakefile
|
124
124
|
- bin/console
|
125
125
|
- bin/setup
|
126
|
-
- branch-name.gemspec
|
127
126
|
- exe/branch-name
|
128
127
|
- lib/branch/name.rb
|
129
128
|
- lib/branch/name/cli.rb
|
data/branch-name.gemspec
DELETED
@@ -1,49 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require_relative 'lib/branch/name/version'
|
4
|
-
|
5
|
-
Gem::Specification.new do |spec|
|
6
|
-
spec.name = 'branch-name'
|
7
|
-
spec.version = Branch::Name::VERSION
|
8
|
-
spec.authors = ['Gene M. Angelo, Jr.']
|
9
|
-
spec.email = ['public.gma@gmail.com']
|
10
|
-
|
11
|
-
spec.summary = 'Generates a branch name based on a JIRA ticket/ticket number.'
|
12
|
-
spec.description = <<-EOF
|
13
|
-
branch-name is a gem that provides a command-line interface that allows you to accomplish several tasks, tasks I personally find myself having to carry out every time I work on a feature branch. I created this gem for myself; however, you are free to use it yourself, if any of these tasks fits into your personal routine:
|
14
|
-
|
15
|
-
1. Formulate a git feature branch name, given a jira ticket and jira ticket description. Why? Because I am constantly having to create git feature branch names that are based on jira ticket and jira ticket descriptions.
|
16
|
-
2. Optionally create a "project" based on the branch name (formulated in step 1 above). Why? Because I'm constantly having to create folders to manage files associated with the feature branches I am working on.
|
17
|
-
3. Optionally use and manage default options that determine the git feature branch name formulated, project greated, and default files associated with the project.Why? Because I routinely have to create files to support the feature I am working on and associate them with the feature I am working on. For example: scratch.rb to hold scratch code, snippets.rb to hold code to execute to perform redundant tasks, and readme.txt files to document things I need to remember.
|
18
|
-
EOF
|
19
|
-
spec.homepage = 'https://github.com/gangelo/branch-name'
|
20
|
-
spec.license = 'MIT'
|
21
|
-
|
22
|
-
spec.required_ruby_version = Gem::Requirement.new("~> 3.0")
|
23
|
-
|
24
|
-
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
|
25
|
-
|
26
|
-
spec.metadata['homepage_uri'] = spec.homepage
|
27
|
-
spec.metadata['source_code_uri'] = 'https://github.com/gangelo/branch-name'
|
28
|
-
spec.metadata['changelog_uri'] = 'https://github.com/gangelo/branch-name/blob/main/CHANGELOG.md'
|
29
|
-
|
30
|
-
# Specify which files should be added to the gem when it is released.
|
31
|
-
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
32
|
-
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
33
|
-
`git ls-files -z`.split("\x0").reject do |f|
|
34
|
-
(f == __FILE__) || f.match(%r{\A(?:(?:test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
|
35
|
-
end
|
36
|
-
end
|
37
|
-
spec.bindir = 'exe'
|
38
|
-
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
39
|
-
spec.require_paths = ['lib']
|
40
|
-
|
41
|
-
spec.add_dependency 'activesupport', '~> 7.0', '>= 7.0.4'
|
42
|
-
spec.add_dependency 'colorize', '~> 0.8.1'
|
43
|
-
spec.add_dependency 'os', '~> 1.1', '>= 1.1.4'
|
44
|
-
spec.add_dependency 'thor', '~> 1.2', '>= 1.2.1'
|
45
|
-
spec.add_dependency 'thor_nested_subcommand', '~> 1.0'
|
46
|
-
|
47
|
-
# Remove this for now.
|
48
|
-
spec.metadata['rubygems_mfa_required'] = 'true'
|
49
|
-
end
|