branch-name 3.10.3 → 3.10.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ab9f37a984715c52a3c0952d554f14c4c031f88b91c5dfb6fbfb7147f576633
4
- data.tar.gz: '09619b8e08559e13b2e9e8c236c2d849e620019fd44bc9868d2d1e564813d9ea'
3
+ metadata.gz: 8e4530135fd14912b126a23e3db17710d647c80b97b38b7320c3d93c385c16fb
4
+ data.tar.gz: d87d2863a7999bb093630e013c94959bfa2351947ac696be448e59d71853a5b0
5
5
  SHA512:
6
- metadata.gz: 25805fbe99145fd386f48c36979fbf4ec1cb3102ea927a819d7fb8cbaa33ccda80519a70babc0f36317b4bc733d70dce314733e70ef88c5d173e375c40186ec3
7
- data.tar.gz: 52107197383539295ff02f687db9adbc133be2b31332b3822b263a5568d36afadea8ff94d51c3628745aaf47cb8c1fd53a32127e18092f058e1627cb4933aee1
6
+ metadata.gz: 1641bc9f6cd8d9b98a0fd80d910af2c59f332dcd2df6d1bc87b8f2dbde98d9aedf810a4cdea0d53982789afd20a242c8ef5c7c7c7b3aa4911876f1872560cd4b
7
+ data.tar.gz: 858eb02458c7324a8c9020e7dd8dfe0236e6c865dee2c5577c35fdeb20feb5cde0c8ae4b70e09aa9368d7d6aa2e3581a92a29130d75a534f164e711cf69711e1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## ['3.10.4'] - 2023-11-01
2
+
3
+ Changes
4
+
5
+ - Update gems.
6
+
1
7
  ## ['3.10.3'] - 2023-08-18
2
8
 
3
9
  Changes
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- branch-name (3.10.3)
5
- activesupport (~> 7.0, >= 7.0.4)
4
+ branch-name (3.10.4)
5
+ activesupport (~> 7.0.8)
6
6
  colorize (>= 0.8.1, < 1.2.0)
7
7
  os (~> 1.1, >= 1.1.4)
8
8
  thor (~> 1.2, >= 1.2.2)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.7.2)
14
+ activesupport (7.0.8)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
@@ -30,10 +30,10 @@ GEM
30
30
  kwalify (0.7.2)
31
31
  language_server-protocol (3.17.0.3)
32
32
  method_source (1.0.0)
33
- minitest (5.19.0)
33
+ minitest (5.20.0)
34
34
  os (1.1.4)
35
35
  parallel (1.23.0)
36
- parser (3.2.2.3)
36
+ parser (3.2.2.4)
37
37
  ast (~> 2.4.1)
38
38
  racc
39
39
  pry (0.14.2)
@@ -42,14 +42,14 @@ GEM
42
42
  pry-byebug (3.10.1)
43
43
  byebug (~> 11.0)
44
44
  pry (>= 0.13, < 0.15)
45
- racc (1.7.1)
45
+ racc (1.7.2)
46
46
  rainbow (3.1.1)
47
- rake (13.0.6)
47
+ rake (13.1.0)
48
48
  reek (6.1.4)
49
49
  kwalify (~> 0.7.0)
50
50
  parser (~> 3.2.0)
51
51
  rainbow (>= 2.0, < 4.0)
52
- regexp_parser (2.8.1)
52
+ regexp_parser (2.8.2)
53
53
  rexml (3.2.6)
54
54
  rspec (3.12.0)
55
55
  rspec-core (~> 3.12.0)
@@ -64,7 +64,7 @@ GEM
64
64
  diff-lcs (>= 1.2.0, < 2.0)
65
65
  rspec-support (~> 3.12.0)
66
66
  rspec-support (3.12.1)
67
- rubocop (1.56.1)
67
+ rubocop (1.56.4)
68
68
  base64 (~> 0.1.1)
69
69
  json (~> 2.3)
70
70
  language_server-protocol (>= 3.17.0)
@@ -76,17 +76,17 @@ GEM
76
76
  rubocop-ast (>= 1.28.1, < 2.0)
77
77
  ruby-progressbar (~> 1.7)
78
78
  unicode-display_width (>= 2.4.0, < 3.0)
79
- rubocop-ast (1.29.0)
79
+ rubocop-ast (1.30.0)
80
80
  parser (>= 3.2.1.0)
81
- rubocop-capybara (2.18.0)
81
+ rubocop-capybara (2.19.0)
82
82
  rubocop (~> 1.41)
83
- rubocop-factory_bot (2.23.1)
83
+ rubocop-factory_bot (2.24.0)
84
84
  rubocop (~> 1.33)
85
- rubocop-performance (1.19.0)
85
+ rubocop-performance (1.19.1)
86
86
  rubocop (>= 1.7.0, < 2.0)
87
87
  rubocop-ast (>= 0.4.0)
88
- rubocop-rspec (2.23.2)
89
- rubocop (~> 1.33)
88
+ rubocop-rspec (2.25.0)
89
+ rubocop (~> 1.40)
90
90
  rubocop-capybara (~> 2.17)
91
91
  rubocop-factory_bot (~> 2.22)
92
92
  ruby-progressbar (1.13.0)
@@ -96,11 +96,11 @@ GEM
96
96
  simplecov_json_formatter (~> 0.1)
97
97
  simplecov-html (0.12.3)
98
98
  simplecov_json_formatter (0.1.4)
99
- thor (1.2.2)
100
- thor_nested_subcommand (1.0.1)
99
+ thor (1.3.0)
100
+ thor_nested_subcommand (1.0.2)
101
101
  tzinfo (2.0.6)
102
102
  concurrent-ruby (~> 1.0)
103
- unicode-display_width (2.4.2)
103
+ unicode-display_width (2.5.0)
104
104
 
105
105
  PLATFORMS
106
106
  x86_64-darwin-19
@@ -3,6 +3,6 @@
3
3
  module Branch
4
4
  module Name
5
5
  # branch-name version
6
- VERSION = '3.10.3'
6
+ VERSION = '3.10.4'
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.3
4
+ version: 3.10.4
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-08-28 00:00:00.000000000 Z
11
+ date: 2023-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,20 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '7.0'
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: 7.0.4
19
+ version: 7.0.8
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: '7.0'
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: 7.0.4
26
+ version: 7.0.8
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: colorize
35
29
  requirement: !ruby/object:Gem::Requirement