branch-name 3.10.0 → 3.10.2

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: 20ea2f8e186b75f4dec52bb68587f1934c7e571cb988f3b3da8786f1a9adde14
4
- data.tar.gz: e503710750a16d3e1ae78a360e025c4e9c151528dddd9ae077456558797195c7
3
+ metadata.gz: e6755eafad2f3cdbb8306f1dd8b05d4e1b2c7b464a0c5fc6f904ae8b52077757
4
+ data.tar.gz: fec50285f0ed0906e20a043713c22bf8ce5be55e8d6d47f8aa175986e80e9e3b
5
5
  SHA512:
6
- metadata.gz: b400b56b4173f143fcca34e990ad3ba3f864fed743a645b5cf0244ae011a678811bd77e2b6f3d1718665e44575a2733e8e2d9380506f4d05ee643052595d7785
7
- data.tar.gz: 7c3bad7f021f6f00f4f4216d047e790e5175e8ef931846873f910cc517435fefa784c99210ca51b872c5394321e30714b57a2faba6aef1e3e2768ed49e8cef7e
6
+ metadata.gz: d2db88f7a2b2e353e24cd08c83c4fabf303280a3c7f3ac1378af719dc67a84804644f33f17bd10b36979024aaf770d65fb3bd61d7a52ca2e45c68f66af6630f9
7
+ data.tar.gz: 17888dbb655be0cca5fcafdb5d006d3c54152d3bf3062d7b5626fbf5e259a22f2c32f330830c969984d2cb18303813f4d897256485fee31ae9578ceb0d978367
data/.rubocop.yml CHANGED
@@ -11,6 +11,7 @@ AllCops:
11
11
  - 'init/*'
12
12
  - 'Rakefile'
13
13
  - 'vendor/**/*'
14
+ - 'spec/**/*'
14
15
  - 'scratch*.rb'
15
16
 
16
17
  # Align the elements of a hash literal if they span more than one line.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## ['3.10.2'] - 2023-08-17
2
+ * Changes
3
+ * Update gems.
4
+
5
+ ## ['3.10.1'] - 2023-03-22
6
+ * Changes
7
+ * Update gems. Remedy an activesupport dependabot alert.
8
+
1
9
  ## ['3.10.0'] - 2023-02-16
2
10
  * Changes
3
11
  * Update gems.
data/Gemfile CHANGED
@@ -7,11 +7,11 @@ gemspec
7
7
 
8
8
  gem 'rake', '~> 13.0'
9
9
  gem 'rspec', '~> 3.0'
10
- gem 'rubocop', '~> 0.81.0'
10
+ gem 'rubocop', '~> 1.56.0'
11
11
 
12
12
  gem 'pry-byebug', '~> 3.9'
13
13
  gem 'reek', '~> 6.1', '>= 6.1.1'
14
14
  # spec.add_development_dependency 'rubocop', '~> 1.35'
15
15
  # spec.add_development_dependency 'rubocop-performance', '~> 1.14', '>= 1.14.3'
16
16
  # spec.add_development_dependency 'rubocop-rspec', '~> 2.12', '>= 2.12.1'
17
- gem 'simplecov', '~> 0.21.2'
17
+ gem 'simplecov', '~> 0.22.0'
data/Gemfile.lock CHANGED
@@ -1,87 +1,99 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- branch-name (3.9.0)
4
+ branch-name (3.10.2)
5
5
  activesupport (~> 7.0, >= 7.0.4)
6
- colorize (~> 0.8.1)
6
+ colorize (>= 0.8.1, < 1.2.0)
7
7
  os (~> 1.1, >= 1.1.4)
8
- thor (~> 1.2, >= 1.2.1)
9
- thor_nested_subcommand (~> 1.0)
8
+ thor (~> 1.2, >= 1.2.2)
9
+ thor_nested_subcommand (~> 1.0, >= 1.0.1)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.4.2)
14
+ activesupport (7.0.7)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
18
18
  tzinfo (~> 2.0)
19
19
  ast (2.4.2)
20
+ base64 (0.1.1)
20
21
  byebug (11.1.3)
21
22
  coderay (1.1.3)
22
- colorize (0.8.1)
23
- concurrent-ruby (1.2.0)
23
+ colorize (1.1.0)
24
+ concurrent-ruby (1.2.2)
24
25
  diff-lcs (1.5.0)
25
26
  docile (1.4.0)
26
- i18n (1.12.0)
27
+ i18n (1.14.1)
27
28
  concurrent-ruby (~> 1.0)
28
- jaro_winkler (1.5.4)
29
+ json (2.6.3)
29
30
  kwalify (0.7.2)
31
+ language_server-protocol (3.17.0.3)
30
32
  method_source (1.0.0)
31
- minitest (5.17.0)
33
+ minitest (5.19.0)
32
34
  os (1.1.4)
33
- parallel (1.22.1)
34
- parser (3.2.1.0)
35
+ parallel (1.23.0)
36
+ parser (3.2.2.3)
35
37
  ast (~> 2.4.1)
38
+ racc
36
39
  pry (0.14.2)
37
40
  coderay (~> 1.1)
38
41
  method_source (~> 1.0)
39
42
  pry-byebug (3.10.1)
40
43
  byebug (~> 11.0)
41
44
  pry (>= 0.13, < 0.15)
45
+ racc (1.7.1)
42
46
  rainbow (3.1.1)
43
47
  rake (13.0.6)
44
48
  reek (6.1.4)
45
49
  kwalify (~> 0.7.0)
46
50
  parser (~> 3.2.0)
47
51
  rainbow (>= 2.0, < 4.0)
48
- rexml (3.2.5)
52
+ regexp_parser (2.8.1)
53
+ rexml (3.2.6)
49
54
  rspec (3.12.0)
50
55
  rspec-core (~> 3.12.0)
51
56
  rspec-expectations (~> 3.12.0)
52
57
  rspec-mocks (~> 3.12.0)
53
- rspec-core (3.12.1)
58
+ rspec-core (3.12.2)
54
59
  rspec-support (~> 3.12.0)
55
- rspec-expectations (3.12.2)
60
+ rspec-expectations (3.12.3)
56
61
  diff-lcs (>= 1.2.0, < 2.0)
57
62
  rspec-support (~> 3.12.0)
58
- rspec-mocks (3.12.3)
63
+ rspec-mocks (3.12.6)
59
64
  diff-lcs (>= 1.2.0, < 2.0)
60
65
  rspec-support (~> 3.12.0)
61
- rspec-support (3.12.0)
62
- rubocop (0.81.0)
63
- jaro_winkler (~> 1.5.1)
66
+ rspec-support (3.12.1)
67
+ rubocop (1.56.0)
68
+ base64 (~> 0.1.1)
69
+ json (~> 2.3)
70
+ language_server-protocol (>= 3.17.0)
64
71
  parallel (~> 1.10)
65
- parser (>= 2.7.0.1)
72
+ parser (>= 3.2.2.3)
66
73
  rainbow (>= 2.2.2, < 4.0)
67
- rexml
74
+ regexp_parser (>= 1.8, < 3.0)
75
+ rexml (>= 3.2.5, < 4.0)
76
+ rubocop-ast (>= 1.28.1, < 2.0)
68
77
  ruby-progressbar (~> 1.7)
69
- unicode-display_width (>= 1.4.0, < 2.0)
70
- ruby-progressbar (1.11.0)
71
- simplecov (0.21.2)
78
+ unicode-display_width (>= 2.4.0, < 3.0)
79
+ rubocop-ast (1.29.0)
80
+ parser (>= 3.2.1.0)
81
+ ruby-progressbar (1.13.0)
82
+ simplecov (0.22.0)
72
83
  docile (~> 1.1)
73
84
  simplecov-html (~> 0.11)
74
85
  simplecov_json_formatter (~> 0.1)
75
86
  simplecov-html (0.12.3)
76
87
  simplecov_json_formatter (0.1.4)
77
- thor (1.2.1)
78
- thor_nested_subcommand (1.0.0)
88
+ thor (1.2.2)
89
+ thor_nested_subcommand (1.0.1)
79
90
  tzinfo (2.0.6)
80
91
  concurrent-ruby (~> 1.0)
81
- unicode-display_width (1.8.0)
92
+ unicode-display_width (2.4.2)
82
93
 
83
94
  PLATFORMS
84
95
  x86_64-darwin-19
96
+ x86_64-linux
85
97
 
86
98
  DEPENDENCIES
87
99
  branch-name!
@@ -89,8 +101,8 @@ DEPENDENCIES
89
101
  rake (~> 13.0)
90
102
  reek (~> 6.1, >= 6.1.1)
91
103
  rspec (~> 3.0)
92
- rubocop (~> 0.81.0)
93
- simplecov (~> 0.21.2)
104
+ rubocop (~> 1.56.0)
105
+ simplecov (~> 0.22.0)
94
106
 
95
107
  BUNDLED WITH
96
108
  2.3.22
@@ -3,6 +3,6 @@
3
3
  module Branch
4
4
  module Name
5
5
  # branch-name version
6
- VERSION = '3.10.0'
6
+ VERSION = '3.10.2'
7
7
  end
8
8
  end
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.10.0
4
+ version: 3.10.2
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: 2023-02-16 00:00:00.000000000 Z
11
+ date: 2023-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -34,16 +34,22 @@ dependencies:
34
34
  name: colorize
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
37
+ - - ">="
38
38
  - !ruby/object:Gem::Version
39
39
  version: 0.8.1
40
+ - - "<"
41
+ - !ruby/object:Gem::Version
42
+ version: 1.2.0
40
43
  type: :runtime
41
44
  prerelease: false
42
45
  version_requirements: !ruby/object:Gem::Requirement
43
46
  requirements:
44
- - - "~>"
47
+ - - ">="
45
48
  - !ruby/object:Gem::Version
46
49
  version: 0.8.1
50
+ - - "<"
51
+ - !ruby/object:Gem::Version
52
+ version: 1.2.0
47
53
  - !ruby/object:Gem::Dependency
48
54
  name: os
49
55
  requirement: !ruby/object:Gem::Requirement
@@ -73,7 +79,7 @@ dependencies:
73
79
  version: '1.2'
74
80
  - - ">="
75
81
  - !ruby/object:Gem::Version
76
- version: 1.2.1
82
+ version: 1.2.2
77
83
  type: :runtime
78
84
  prerelease: false
79
85
  version_requirements: !ruby/object:Gem::Requirement
@@ -83,7 +89,7 @@ dependencies:
83
89
  version: '1.2'
84
90
  - - ">="
85
91
  - !ruby/object:Gem::Version
86
- version: 1.2.1
92
+ version: 1.2.2
87
93
  - !ruby/object:Gem::Dependency
88
94
  name: thor_nested_subcommand
89
95
  requirement: !ruby/object:Gem::Requirement
@@ -91,6 +97,9 @@ dependencies:
91
97
  - - "~>"
92
98
  - !ruby/object:Gem::Version
93
99
  version: '1.0'
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: 1.0.1
94
103
  type: :runtime
95
104
  prerelease: false
96
105
  version_requirements: !ruby/object:Gem::Requirement
@@ -98,6 +107,9 @@ dependencies:
98
107
  - - "~>"
99
108
  - !ruby/object:Gem::Version
100
109
  version: '1.0'
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ version: 1.0.1
101
113
  description: |2
102
114
  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:
103
115