branch-name 3.10.8 → 3.10.10

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: 95027b4bbbb31eea466cfedffa37db4a851bd45869f03ce47d2c590872099166
4
- data.tar.gz: a7194893d66e0fa6c8d84251d716ca8f398dbef15487a474056055b6b4cb56a1
3
+ metadata.gz: fc33c59266b33662ba1c16ad802f93503902834cdf2e07baeb629be30af4d4f4
4
+ data.tar.gz: 9cba4ab1e0c75e7f914b350fcf5ea002607f554e6d83742e7a40d9aa1547b514
5
5
  SHA512:
6
- metadata.gz: 808071276fef7149442226c326da1fc4b8058d05b0e2301e34c0319252663c269c149a46c940f8a222670f736157010d3959928fb1e88720d1706d33d982fb06
7
- data.tar.gz: '096cbfbba2b5d5487a2843202d41c46f85efac20775fd7cb9ab59322fd900a206edb68ac09886db19f08bb4af1f0679e09adfc1bc7e499b4a45dd24ca8207056'
6
+ metadata.gz: 7dc958698dabaac1345a496e8a6c62aaf5f85c96a1e85f2791b920930db3407b367c980fa4a5badfa519435363d61c175467b0b23b8dfe3b8e07c9aec66517ee
7
+ data.tar.gz: '07964066ccdfcf52661dca8db6d87c341a939ea362ccf52c8419ce9d0e66b2f77cd49a30e57cd7531199d199c784e0cbe7f5447dc4aa005d8ecf5a31f8d4b20a'
data/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## ['3.10.10'] - 2024-01-16
2
+
3
+ Changes
4
+
5
+ - Update gems.
6
+
7
+ ## ['3.10.9'] - 2024-01-07
8
+
9
+ Changes
10
+
11
+ - Relax ruby version requirements Gem::Requirement.new('>= 3.0.1', '< 4.0')
12
+ - Update gems.
13
+
1
14
  ## ['3.10.8'] - 2023-12-27
2
15
 
3
16
  Changes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- branch-name (3.10.8)
4
+ branch-name (3.10.10)
5
5
  activesupport (>= 7.0.8, < 8.0.0)
6
6
  colorize (>= 1.1.0, < 2.0)
7
7
  os (>= 1.1, < 2.0)
@@ -11,9 +11,9 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activemodel (7.1.2)
15
- activesupport (= 7.1.2)
16
- activesupport (7.1.2)
14
+ activemodel (7.1.3)
15
+ activesupport (= 7.1.3)
16
+ activesupport (7.1.3)
17
17
  base64
18
18
  bigdecimal
19
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -29,20 +29,46 @@ GEM
29
29
  byebug (11.1.3)
30
30
  coderay (1.1.3)
31
31
  colorize (1.1.0)
32
- concurrent-ruby (1.2.2)
32
+ concurrent-ruby (1.2.3)
33
33
  connection_pool (2.4.1)
34
34
  diff-lcs (1.5.0)
35
35
  docile (1.4.0)
36
36
  dotenv (2.8.1)
37
37
  drb (2.2.0)
38
38
  ruby2_keywords
39
+ dry-configurable (1.1.0)
40
+ dry-core (~> 1.0, < 2)
41
+ zeitwerk (~> 2.6)
42
+ dry-core (1.0.1)
43
+ concurrent-ruby (~> 1.0)
44
+ zeitwerk (~> 2.6)
45
+ dry-inflector (1.0.0)
46
+ dry-initializer (3.1.1)
47
+ dry-logic (1.5.0)
48
+ concurrent-ruby (~> 1.0)
49
+ dry-core (~> 1.0, < 2)
50
+ zeitwerk (~> 2.6)
51
+ dry-schema (1.13.3)
52
+ concurrent-ruby (~> 1.0)
53
+ dry-configurable (~> 1.0, >= 1.0.1)
54
+ dry-core (~> 1.0, < 2)
55
+ dry-initializer (~> 3.0)
56
+ dry-logic (>= 1.4, < 2)
57
+ dry-types (>= 1.7, < 2)
58
+ zeitwerk (~> 2.6)
59
+ dry-types (1.7.2)
60
+ bigdecimal (~> 3.0)
61
+ concurrent-ruby (~> 1.0)
62
+ dry-core (~> 1.0)
63
+ dry-inflector (~> 1.0)
64
+ dry-logic (~> 1.4)
65
+ zeitwerk (~> 2.6)
39
66
  i18n (1.14.1)
40
67
  concurrent-ruby (~> 1.0)
41
68
  json (2.7.1)
42
- kwalify (0.7.2)
43
69
  language_server-protocol (3.17.0.3)
44
70
  method_source (1.0.0)
45
- minitest (5.20.0)
71
+ minitest (5.21.1)
46
72
  mutex_m (0.2.0)
47
73
  os (1.1.4)
48
74
  parallel (1.24.0)
@@ -58,11 +84,12 @@ GEM
58
84
  racc (1.7.3)
59
85
  rainbow (3.1.1)
60
86
  rake (13.1.0)
61
- reek (6.1.4)
62
- kwalify (~> 0.7.0)
87
+ reek (6.2.0)
88
+ dry-schema (~> 1.13.0)
63
89
  parser (~> 3.2.0)
64
90
  rainbow (>= 2.0, < 4.0)
65
- regexp_parser (2.8.3)
91
+ rexml (~> 3.1)
92
+ regexp_parser (2.9.0)
66
93
  rexml (3.2.6)
67
94
  rspec (3.12.0)
68
95
  rspec-core (~> 3.12.0)
@@ -94,14 +121,14 @@ GEM
94
121
  unicode-display_width (>= 2.4.0, < 3.0)
95
122
  rubocop-ast (1.30.0)
96
123
  parser (>= 3.2.1.0)
97
- rubocop-capybara (2.19.0)
124
+ rubocop-capybara (2.20.0)
125
+ rubocop (~> 1.41)
126
+ rubocop-factory_bot (2.25.1)
98
127
  rubocop (~> 1.41)
99
- rubocop-factory_bot (2.24.0)
100
- rubocop (~> 1.33)
101
- rubocop-performance (1.20.1)
128
+ rubocop-performance (1.20.2)
102
129
  rubocop (>= 1.48.1, < 2.0)
103
130
  rubocop-ast (>= 1.30.0, < 2.0)
104
- rubocop-rspec (2.25.0)
131
+ rubocop-rspec (2.26.1)
105
132
  rubocop (~> 1.40)
106
133
  rubocop-capybara (~> 2.17)
107
134
  rubocop-factory_bot (~> 2.22)
@@ -116,10 +143,11 @@ GEM
116
143
  simplecov-html (0.12.3)
117
144
  simplecov_json_formatter (0.1.4)
118
145
  thor (1.3.0)
119
- thor_nested_subcommand (1.0.5)
146
+ thor_nested_subcommand (1.0.6)
120
147
  tzinfo (2.0.6)
121
148
  concurrent-ruby (~> 1.0)
122
149
  unicode-display_width (2.5.0)
150
+ zeitwerk (2.6.12)
123
151
 
124
152
  PLATFORMS
125
153
  x86_64-darwin-19
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # `branch-name`
2
2
 
3
3
  [![Ruby](https://github.com/gangelo/branch-name/actions/workflows/ruby.yml/badge.svg?refresh=1)](https://github.com/gangelo/branch-name/actions/workflows/ruby.yml)
4
- [![GitHub version](http://badge.fury.io/gh/gangelo%2Fbranch-name.svg?refresh=1)](https://badge.fury.io/gh/gangelo%2Fbranch-name)
5
- [![Gem Version](https://badge.fury.io/rb/branch-name.svg?refresh=1)](https://badge.fury.io/rb/branch-name)
4
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2Fbranch-name.svg?refresh=3)](https://badge.fury.io/gh/gangelo%2Fbranch-name)
5
+ [![Gem Version](https://badge.fury.io/rb/branch-name.svg?refresh=3)](https://badge.fury.io/rb/branch-name)
6
6
  [![](http://ruby-gem-downloads-badge.herokuapp.com/branch-name?type=total)](http://www.rubydoc.info/gems/branch-name/)
7
7
  [![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://www.rubydoc.info/gems/branch-name/)
8
8
  [![Report Issues](https://img.shields.io/badge/report-issues-red.svg)](https://github.com/gangelo/branch-name/issues)
@@ -3,6 +3,6 @@
3
3
  module Branch
4
4
  module Name
5
5
  # branch-name version
6
- VERSION = '3.10.8'
6
+ VERSION = '3.10.10'
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.8
4
+ version: 3.10.10
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-12-28 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -165,15 +165,47 @@ metadata:
165
165
  source_code_uri: https://github.com/gangelo/branch-name
166
166
  changelog_uri: https://github.com/gangelo/branch-name/blob/main/CHANGELOG.md
167
167
  rubygems_mfa_required: 'true'
168
- post_install_message:
168
+ post_install_message: |
169
+ Thank you for installing branch-name!
170
+
171
+ Run `branch-name` from your command line to get started.
172
+
173
+ View the dsu README.md here: https://github.com/gangelo/branch-name
174
+ View the dsu CHANGELOG.md: https://github.com/gangelo/branch-name/blob/main/CHANGELOG.md
175
+
176
+ *
177
+ ***
178
+ *******
179
+ *********
180
+ ***********************
181
+ *****************
182
+ *************
183
+ ******* *******
184
+ ***** *****
185
+ *** ***
186
+ ** **
187
+
188
+ Using branch-name? branch-name is made available free of charge. Please consider giving branch-name a STAR on GitHub as well as sharing branch-name with your fellow developers on social media.
189
+
190
+ Knowing that branch-name is being used and appreciated is a great motivator to continue developing and improving branch-name.
191
+
192
+ >>> Star it on github: https://github.com/gangelo/branch-name
193
+ >>> Share on social media: https://rubygems.org/gems/branch-name
194
+
195
+ Thank you!
196
+
197
+ <3 Gene
169
198
  rdoc_options: []
170
199
  require_paths:
171
200
  - lib
172
201
  required_ruby_version: !ruby/object:Gem::Requirement
173
202
  requirements:
174
- - - "~>"
203
+ - - ">="
204
+ - !ruby/object:Gem::Version
205
+ version: 3.0.1
206
+ - - "<"
175
207
  - !ruby/object:Gem::Version
176
- version: '3.0'
208
+ version: '4.0'
177
209
  required_rubygems_version: !ruby/object:Gem::Requirement
178
210
  requirements:
179
211
  - - ">="