branch-name 3.7.0 → 3.9.0

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: 4b75833e2db0f7f5eeb6c662e83a46abac3740b6de855f41b120b4e48c5882a9
4
- data.tar.gz: e291f3c4b834c1fa2e6c11b7225b1f2aa2c1f827306ae8cb9b7cbeda3225e460
3
+ metadata.gz: 8a5295be4c712f6679c19fa3c283cf78d20013467f33cc3c25d8b29d498fe441
4
+ data.tar.gz: 8481071196eb97b2444072c987108cc4b4d23673f122ea096e1c1f16c7c64e03
5
5
  SHA512:
6
- metadata.gz: 52ce1452b89586e01d82d1ad78c337cbe83a15ca48ddab80dee52f62a0a9330433bbd6845bc716234e1d656700389222fbcdab80f1337be07e7f282169aeb2db
7
- data.tar.gz: f5604c5537195e20c17478382c161d4ca7bf29998fe6818d1e1a9f68071491d270e5e67a79fdf7f428907b0e649f1b9397dec74c0dcdfef7f76791fb6ca70b45
6
+ metadata.gz: 7abe82b1015cf02918e064a670fd9206c20ea8a01b8ef6a2094c03339f292cf92b333ea86da2c108785fa2e3593bbe3632ed74fe7cb9513a9adc3abe9b9a5f93
7
+ data.tar.gz: a5758743da487f8eed0b7d27825e14edc6a742ac10939db345d414e9feb140515b2d1c4f5cab2c36bf7a27e6f51b32e2ab521e9c9733c004570019ccc543259a
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## ['3.9.0'] - 2022-11-04
2
+ * Changes
3
+ * Update gems.
4
+
5
+ ## ['3.8.0'] - 2022-11-04
6
+ * Changes
7
+ * Limit gem version to ~> 3.0 to avoid breaking changes.
8
+
1
9
  ## ['3.7.0'] - 2022-10-06
2
10
  * Changes
3
11
  * Use thor_nested_subcommand to fix Thor nested subcommand help bug.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- branch-name (3.7.0)
4
+ branch-name (3.9.0)
5
5
  activesupport (~> 7.0, >= 7.0.4)
6
6
  colorize (~> 0.8.1)
7
7
  os (~> 1.1, >= 1.1.4)
@@ -46,19 +46,19 @@ GEM
46
46
  parser (~> 3.1.0)
47
47
  rainbow (>= 2.0, < 4.0)
48
48
  rexml (3.2.5)
49
- rspec (3.11.0)
50
- rspec-core (~> 3.11.0)
51
- rspec-expectations (~> 3.11.0)
52
- rspec-mocks (~> 3.11.0)
53
- rspec-core (3.11.0)
54
- rspec-support (~> 3.11.0)
55
- rspec-expectations (3.11.1)
49
+ rspec (3.12.0)
50
+ rspec-core (~> 3.12.0)
51
+ rspec-expectations (~> 3.12.0)
52
+ rspec-mocks (~> 3.12.0)
53
+ rspec-core (3.12.0)
54
+ rspec-support (~> 3.12.0)
55
+ rspec-expectations (3.12.0)
56
56
  diff-lcs (>= 1.2.0, < 2.0)
57
- rspec-support (~> 3.11.0)
58
- rspec-mocks (3.11.1)
57
+ rspec-support (~> 3.12.0)
58
+ rspec-mocks (3.12.0)
59
59
  diff-lcs (>= 1.2.0, < 2.0)
60
- rspec-support (~> 3.11.0)
61
- rspec-support (3.11.1)
60
+ rspec-support (~> 3.12.0)
61
+ rspec-support (3.12.0)
62
62
  rubocop (0.81.0)
63
63
  jaro_winkler (~> 1.5.1)
64
64
  parallel (~> 1.10)
data/branch-name.gemspec CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
  spec.homepage = 'https://github.com/gangelo/branch-name'
20
20
  spec.license = 'MIT'
21
21
 
22
- spec.required_ruby_version = '>= 3.0.1'
22
+ spec.required_ruby_version = Gem::Requirement.new("~> 3.0")
23
23
 
24
24
  # spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
25
25
 
@@ -3,6 +3,6 @@
3
3
  module Branch
4
4
  module Name
5
5
  # branch-name version
6
- VERSION = '3.7.0'
6
+ VERSION = '3.9.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.7.0
4
+ version: 3.9.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: 2022-10-07 00:00:00.000000000 Z
11
+ date: 2022-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -157,9 +157,9 @@ require_paths:
157
157
  - lib
158
158
  required_ruby_version: !ruby/object:Gem::Requirement
159
159
  requirements:
160
- - - ">="
160
+ - - "~>"
161
161
  - !ruby/object:Gem::Version
162
- version: 3.0.1
162
+ version: '3.0'
163
163
  required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  requirements:
165
165
  - - ">="