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 +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +12 -12
- data/branch-name.gemspec +1 -1
- data/lib/branch/name/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a5295be4c712f6679c19fa3c283cf78d20013467f33cc3c25d8b29d498fe441
|
4
|
+
data.tar.gz: 8481071196eb97b2444072c987108cc4b4d23673f122ea096e1c1f16c7c64e03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
50
|
-
rspec-core (~> 3.
|
51
|
-
rspec-expectations (~> 3.
|
52
|
-
rspec-mocks (~> 3.
|
53
|
-
rspec-core (3.
|
54
|
-
rspec-support (~> 3.
|
55
|
-
rspec-expectations (3.
|
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.
|
58
|
-
rspec-mocks (3.
|
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.
|
61
|
-
rspec-support (3.
|
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 =
|
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
|
|
data/lib/branch/name/version.rb
CHANGED
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.
|
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-
|
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
|
162
|
+
version: '3.0'
|
163
163
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
164
164
|
requirements:
|
165
165
|
- - ">="
|