branch-name 3.10.9 → 4.0.0

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: 5db1ee8287b8f3d88dd5dd180717a66a98699572c7b31a6bd781fcaad559dbb9
4
- data.tar.gz: bc5f87149f489fbf8b4b2ec592355bf59861fbb287bc4e1040e782bcc918df24
3
+ metadata.gz: c35d514b84c1fa3d3ce2745cf3e43a680de132a4a4ad5a3e266c5b8b65236be4
4
+ data.tar.gz: c609b783df96626c857ed31c9e807ac0319b9bcd35c0a0f5690d9d75d5d80aba
5
5
  SHA512:
6
- metadata.gz: 7f44537b8731a7e905430eeef4bcfda836424067e8a8729a1d61c9980bc4b87360fc4c7592cd66361832770a0d1ae5b8e44d2356e131d9b8630a79cd4049e5e7
7
- data.tar.gz: e4a935096ea734fae03d1aa4a989230f7a529234415b4edfae45100960d9ef5aa34f40edf96d6fde75181c071919c4bd1bc22bf276e485ecb1deca95ec218abc
6
+ metadata.gz: 1926e345b8bdc4116b2a9c884a92a52de1d280328e04cfe57294d353087fe690a9dd61f0782e92594a7863479272bae353cb75ce8eaf6bd95e45bdd1aed919c1
7
+ data.tar.gz: c6f6d960252c32a4bbd23fc90ff007ed03b326a6ffaf31325b1cc43088271ef75b53abd91d907b7b8315d8aa48593dcb70368ec7661e038b767e2d7431557138
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.1
1
+ 3.0.6
data/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## ['4.0.0'] - 2024-01-16
2
+
3
+ Changes
4
+
5
+ - Update min ruby version to 3.0.6.
6
+ - Update gems.
7
+
8
+ ## ['3.10.10'] - 2024-01-16
9
+
10
+ Changes
11
+
12
+ - Update gems.
13
+
1
14
  ## ['3.10.9'] - 2024-01-07
2
15
 
3
16
  Changes
data/Gemfile CHANGED
@@ -15,5 +15,5 @@ gem 'rspec-activemodel-mocks', '>= 1.1', '< 2.0'
15
15
  gem 'rubocop', '>= 1.56.0', '< 2.0'
16
16
  gem 'rubocop-performance', '>= 1.19', '< 2.0'
17
17
  gem 'rubocop-rspec', '>= 2.23', '< 3.0'
18
- gem 'shoulda-matchers', '>= 5.3', '< 6.0'
18
+ gem 'shoulda-matchers', '>= 6.0', '< 7.0'
19
19
  gem 'simplecov', '>= 0.22.0', '< 1.0'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- branch-name (3.10.9)
4
+ branch-name (4.0.0)
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,7 +29,7 @@ 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)
@@ -68,7 +68,7 @@ GEM
68
68
  json (2.7.1)
69
69
  language_server-protocol (3.17.0.3)
70
70
  method_source (1.0.0)
71
- minitest (5.20.0)
71
+ minitest (5.21.1)
72
72
  mutex_m (0.2.0)
73
73
  os (1.1.4)
74
74
  parallel (1.24.0)
@@ -89,7 +89,7 @@ GEM
89
89
  parser (~> 3.2.0)
90
90
  rainbow (>= 2.0, < 4.0)
91
91
  rexml (~> 3.1)
92
- regexp_parser (2.8.3)
92
+ regexp_parser (2.9.0)
93
93
  rexml (3.2.6)
94
94
  rspec (3.12.0)
95
95
  rspec-core (~> 3.12.0)
@@ -123,9 +123,9 @@ GEM
123
123
  parser (>= 3.2.1.0)
124
124
  rubocop-capybara (2.20.0)
125
125
  rubocop (~> 1.41)
126
- rubocop-factory_bot (2.25.0)
127
- rubocop (~> 1.33)
128
- rubocop-performance (1.20.1)
126
+ rubocop-factory_bot (2.25.1)
127
+ rubocop (~> 1.41)
128
+ rubocop-performance (1.20.2)
129
129
  rubocop (>= 1.48.1, < 2.0)
130
130
  rubocop-ast (>= 1.30.0, < 2.0)
131
131
  rubocop-rspec (2.26.1)
@@ -134,7 +134,7 @@ GEM
134
134
  rubocop-factory_bot (~> 2.22)
135
135
  ruby-progressbar (1.13.0)
136
136
  ruby2_keywords (0.0.5)
137
- shoulda-matchers (5.3.0)
137
+ shoulda-matchers (6.0.0)
138
138
  activesupport (>= 5.2.0)
139
139
  simplecov (0.22.0)
140
140
  docile (~> 1.1)
@@ -143,7 +143,7 @@ GEM
143
143
  simplecov-html (0.12.3)
144
144
  simplecov_json_formatter (0.1.4)
145
145
  thor (1.3.0)
146
- thor_nested_subcommand (1.0.5)
146
+ thor_nested_subcommand (1.0.6)
147
147
  tzinfo (2.0.6)
148
148
  concurrent-ruby (~> 1.0)
149
149
  unicode-display_width (2.5.0)
@@ -166,8 +166,8 @@ DEPENDENCIES
166
166
  rubocop (>= 1.56.0, < 2.0)
167
167
  rubocop-performance (>= 1.19, < 2.0)
168
168
  rubocop-rspec (>= 2.23, < 3.0)
169
- shoulda-matchers (>= 5.3, < 6.0)
169
+ shoulda-matchers (>= 6.0, < 7.0)
170
170
  simplecov (>= 0.22.0, < 1.0)
171
171
 
172
172
  BUNDLED WITH
173
- 2.5.3
173
+ 2.5.4
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=2)](https://badge.fury.io/gh/gangelo%2Fbranch-name)
5
- [![Gem Version](https://badge.fury.io/rb/branch-name.svg?refresh=2)](https://badge.fury.io/rb/branch-name)
4
+ [![GitHub version](http://badge.fury.io/gh/gangelo%2Fbranch-name.svg?refresh=4)](https://badge.fury.io/gh/gangelo%2Fbranch-name)
5
+ [![Gem Version](https://badge.fury.io/rb/branch-name.svg?refresh=4)](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.9'
6
+ VERSION = '4.0.0'
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.9
4
+ version: 4.0.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: 2024-01-07 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,7 +165,36 @@ 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
@@ -173,7 +202,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
173
202
  requirements:
174
203
  - - ">="
175
204
  - !ruby/object:Gem::Version
176
- version: 3.0.1
205
+ version: 3.0.6
177
206
  - - "<"
178
207
  - !ruby/object:Gem::Version
179
208
  version: '4.0'
@@ -183,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
212
  - !ruby/object:Gem::Version
184
213
  version: '0'
185
214
  requirements: []
186
- rubygems_version: 3.2.15
215
+ rubygems_version: 3.2.33
187
216
  signing_key:
188
217
  specification_version: 4
189
218
  summary: Generates a branch name based on a JIRA ticket/ticket number.