branch-name 3.10.5 → 3.10.6

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: a7a0395786139641cf06c3d89663980e7b9d1e04add54f5140101255a7fce6f9
4
- data.tar.gz: 1a6ab663fea24b03573c152247ca0c1b6a681c5de64ac64223edcf2f90e03f67
3
+ metadata.gz: '0578a4f2c431daabe0d6de987fc512f6fd08484bfb1bc3c69be72b48bdc9d610'
4
+ data.tar.gz: 7888b0ff8f0db646740779e3813ed29b8f27203b0ebdfa0255155cbd442a88eb
5
5
  SHA512:
6
- metadata.gz: 8e5869f8ab9afb59269db6a5453cbee596a5a61c6822c30f8aa8441634822e4d9c23182f8dde495f583b072da903d5139f9c755670122a3ae1d80744c3b23d3e
7
- data.tar.gz: a3eda29aedcbf7a574c6c622905b62c7166c02508d7e0796ee041e47841e10f36dfff4f406c99b2bfa85b2bf72cda98aa77957a93019c893c062218dd9bcd85b
6
+ metadata.gz: 2946f11df45515c6a49d6dafa1a35d162735dc2ffedadc9a52d282ce08c6a8890bbccaea02ef0c8f795f7dacf346f9f3f9c7a2f916d67d7601258a48e81e9e1d
7
+ data.tar.gz: 28e378e1513c22d839b49387c44fd5cc5329bd7cfe2148ec55703a23591f66e4df52e57159d361e3a4294037d9bc7be70a3222949851028abf17ddb11843c6c0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## ['3.10.6'] - 2023-12-02
2
+
3
+ Changes
4
+
5
+ - Update gems.
6
+
1
7
  ## ['3.10.5'] - 2023-11-03
2
8
 
3
9
  Changes
data/Gemfile.lock CHANGED
@@ -1,39 +1,49 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- branch-name (3.10.5)
5
- activesupport (~> 7.0.8)
6
- colorize (>= 0.8.1, < 1.2.0)
7
- os (~> 1.1, >= 1.1.4)
8
- thor (~> 1.2, >= 1.2.2)
9
- thor_nested_subcommand (~> 1.0, >= 1.0.1)
4
+ branch-name (3.10.6)
5
+ activesupport (>= 7.0.8, < 8.0.0)
6
+ colorize (>= 1.1.0, < 2.0)
7
+ os (>= 1.1, < 2.0)
8
+ thor (>= 1.2, < 2.0)
9
+ thor_nested_subcommand (>= 1.0, < 2.0)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (7.0.8)
15
- activesupport (= 7.0.8)
16
- activesupport (7.0.8)
14
+ activemodel (7.1.2)
15
+ activesupport (= 7.1.2)
16
+ activesupport (7.1.2)
17
+ base64
18
+ bigdecimal
17
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
20
+ connection_pool (>= 2.2.5)
21
+ drb
18
22
  i18n (>= 1.6, < 2)
19
23
  minitest (>= 5.1)
24
+ mutex_m
20
25
  tzinfo (~> 2.0)
21
26
  ast (2.4.2)
22
27
  base64 (0.1.1)
28
+ bigdecimal (3.1.4)
23
29
  byebug (11.1.3)
24
30
  coderay (1.1.3)
25
31
  colorize (1.1.0)
26
32
  concurrent-ruby (1.2.2)
33
+ connection_pool (2.4.1)
27
34
  diff-lcs (1.5.0)
28
35
  docile (1.4.0)
29
36
  dotenv (2.8.1)
37
+ drb (2.2.0)
38
+ ruby2_keywords
30
39
  i18n (1.14.1)
31
40
  concurrent-ruby (~> 1.0)
32
- json (2.6.3)
41
+ json (2.7.0)
33
42
  kwalify (0.7.2)
34
43
  language_server-protocol (3.17.0.3)
35
44
  method_source (1.0.0)
36
45
  minitest (5.20.0)
46
+ mutex_m (0.2.0)
37
47
  os (1.1.4)
38
48
  parallel (1.23.0)
39
49
  parser (3.2.2.4)
@@ -45,7 +55,7 @@ GEM
45
55
  pry-byebug (3.10.1)
46
56
  byebug (~> 11.0)
47
57
  pry (>= 0.13, < 0.15)
48
- racc (1.7.2)
58
+ racc (1.7.3)
49
59
  rainbow (3.1.1)
50
60
  rake (13.1.0)
51
61
  reek (6.1.4)
@@ -97,6 +107,7 @@ GEM
97
107
  rubocop-capybara (~> 2.17)
98
108
  rubocop-factory_bot (~> 2.22)
99
109
  ruby-progressbar (1.13.0)
110
+ ruby2_keywords (0.0.5)
100
111
  shoulda-matchers (5.3.0)
101
112
  activesupport (>= 5.2.0)
102
113
  simplecov (0.22.0)
@@ -106,7 +117,7 @@ GEM
106
117
  simplecov-html (0.12.3)
107
118
  simplecov_json_formatter (0.1.4)
108
119
  thor (1.3.0)
109
- thor_nested_subcommand (1.0.2)
120
+ thor_nested_subcommand (1.0.4)
110
121
  tzinfo (2.0.6)
111
122
  concurrent-ruby (~> 1.0)
112
123
  unicode-display_width (2.5.0)
@@ -19,7 +19,7 @@ module Branch
19
19
  @ticket = ticket
20
20
  @options = options
21
21
 
22
- super description: description, ticket: ticket
22
+ super(description: description, ticket: ticket)
23
23
  end
24
24
 
25
25
  def branch_name
@@ -3,6 +3,6 @@
3
3
  module Branch
4
4
  module Name
5
5
  # branch-name version
6
- VERSION = '3.10.5'
6
+ VERSION = '3.10.6'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,109 +1,115 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: branch-name
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.5
4
+ version: 3.10.6
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-11-03 00:00:00.000000000 Z
11
+ date: 2023-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 7.0.8
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 8.0.0
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: 7.0.8
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 8.0.0
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: colorize
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - ">="
32
38
  - !ruby/object:Gem::Version
33
- version: 0.8.1
39
+ version: 1.1.0
34
40
  - - "<"
35
41
  - !ruby/object:Gem::Version
36
- version: 1.2.0
42
+ version: '2.0'
37
43
  type: :runtime
38
44
  prerelease: false
39
45
  version_requirements: !ruby/object:Gem::Requirement
40
46
  requirements:
41
47
  - - ">="
42
48
  - !ruby/object:Gem::Version
43
- version: 0.8.1
49
+ version: 1.1.0
44
50
  - - "<"
45
51
  - !ruby/object:Gem::Version
46
- version: 1.2.0
52
+ version: '2.0'
47
53
  - !ruby/object:Gem::Dependency
48
54
  name: os
49
55
  requirement: !ruby/object:Gem::Requirement
50
56
  requirements:
51
- - - "~>"
57
+ - - ">="
52
58
  - !ruby/object:Gem::Version
53
59
  version: '1.1'
54
- - - ">="
60
+ - - "<"
55
61
  - !ruby/object:Gem::Version
56
- version: 1.1.4
62
+ version: '2.0'
57
63
  type: :runtime
58
64
  prerelease: false
59
65
  version_requirements: !ruby/object:Gem::Requirement
60
66
  requirements:
61
- - - "~>"
67
+ - - ">="
62
68
  - !ruby/object:Gem::Version
63
69
  version: '1.1'
64
- - - ">="
70
+ - - "<"
65
71
  - !ruby/object:Gem::Version
66
- version: 1.1.4
72
+ version: '2.0'
67
73
  - !ruby/object:Gem::Dependency
68
74
  name: thor
69
75
  requirement: !ruby/object:Gem::Requirement
70
76
  requirements:
71
- - - "~>"
77
+ - - ">="
72
78
  - !ruby/object:Gem::Version
73
79
  version: '1.2'
74
- - - ">="
80
+ - - "<"
75
81
  - !ruby/object:Gem::Version
76
- version: 1.2.2
82
+ version: '2.0'
77
83
  type: :runtime
78
84
  prerelease: false
79
85
  version_requirements: !ruby/object:Gem::Requirement
80
86
  requirements:
81
- - - "~>"
87
+ - - ">="
82
88
  - !ruby/object:Gem::Version
83
89
  version: '1.2'
84
- - - ">="
90
+ - - "<"
85
91
  - !ruby/object:Gem::Version
86
- version: 1.2.2
92
+ version: '2.0'
87
93
  - !ruby/object:Gem::Dependency
88
94
  name: thor_nested_subcommand
89
95
  requirement: !ruby/object:Gem::Requirement
90
96
  requirements:
91
- - - "~>"
97
+ - - ">="
92
98
  - !ruby/object:Gem::Version
93
99
  version: '1.0'
94
- - - ">="
100
+ - - "<"
95
101
  - !ruby/object:Gem::Version
96
- version: 1.0.1
102
+ version: '2.0'
97
103
  type: :runtime
98
104
  prerelease: false
99
105
  version_requirements: !ruby/object:Gem::Requirement
100
106
  requirements:
101
- - - "~>"
107
+ - - ">="
102
108
  - !ruby/object:Gem::Version
103
109
  version: '1.0'
104
- - - ">="
110
+ - - "<"
105
111
  - !ruby/object:Gem::Version
106
- version: 1.0.1
112
+ version: '2.0'
107
113
  description: |2
108
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:
109
115