dependabot-git_submodules 0.240.0 → 0.241.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: caa0dc019018482cf1872515d40ddf2f64807a07acc8107f90a67a35fb443527
|
|
4
|
+
data.tar.gz: f96e0d74a48af442447900622bdf63e5b4453b692384c5bf43a2117e74d922f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54352dd7538e5641f0c06d84029d7d7fed05850415972e09667d5f174001846060ada05dc9e6cf5e2f73e544e1fed4279d4ad60c6cde2dad97a7666cd764a360
|
|
7
|
+
data.tar.gz: 8275cbdce585ab1eb78a820e0db97f17e931cbf285db13e07e7ebd48e2a72f0c79ee5a06bcfc5d5de94f0f517c0c1711f832109eb3db7368f6a7932cebe85dce
|
|
@@ -44,8 +44,8 @@ module Dependabot
|
|
|
44
44
|
# which we want to expand out into a full URL if present.
|
|
45
45
|
return url unless url.start_with?("../", "./")
|
|
46
46
|
|
|
47
|
-
path = Pathname.new(File.join(source
|
|
48
|
-
"https://#{source
|
|
47
|
+
path = Pathname.new(File.join(source&.repo, url))
|
|
48
|
+
"https://#{source&.hostname}/#{path.cleanpath}"
|
|
49
49
|
end
|
|
50
50
|
|
|
51
51
|
def submodule_sha(path)
|
|
@@ -10,8 +10,8 @@ module Dependabot
|
|
|
10
10
|
private
|
|
11
11
|
|
|
12
12
|
def look_up_source
|
|
13
|
-
url = dependency.requirements.first
|
|
14
|
-
dependency.requirements.first
|
|
13
|
+
url = dependency.requirements.first&.fetch(:source)&.fetch(:url) ||
|
|
14
|
+
dependency.requirements.first&.fetch(:source)&.fetch("url")
|
|
15
15
|
|
|
16
16
|
Source.from_url(url)
|
|
17
17
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-git_submodules
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.241.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dependabot-common
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.241.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
26
|
+
version: 0.241.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: parseconfig
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -261,7 +261,7 @@ licenses:
|
|
|
261
261
|
- Nonstandard
|
|
262
262
|
metadata:
|
|
263
263
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
|
264
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.
|
|
264
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.241.0
|
|
265
265
|
post_install_message:
|
|
266
266
|
rdoc_options: []
|
|
267
267
|
require_paths:
|