dependabot-hex 0.98.68 → 0.98.69
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: 6b36ac353009ae3613cf0326932e3a7ec46934b9c0b64c40cedabd872bfa808b
|
|
4
|
+
data.tar.gz: 2b80cab08ced35a6583885b787c3b977e3f1e4a0d6384a40be0df99a025ce4de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e065f924ea832c170b2b9e5dc24c420046640630fefcb3a10307bb081449138413b3043137ca4e4841fd57519e4c7df119d7f61b95e06fa2d84baa476c8f982e
|
|
7
|
+
data.tar.gz: b8bc318dc1e51267f69e535cfe57aa8002e10f9e4f114a1c14fa09df464acbdba23c9baf169f73a3593c51b808471720a47605d051891e6a7f170b1ba710dfed
|
|
@@ -132,8 +132,6 @@ module Dependabot
|
|
|
132
132
|
@lockfile ||= dependency_files.find { |f| f.name == "mix.lock" }
|
|
133
133
|
end
|
|
134
134
|
|
|
135
|
-
# Has test that it works without username / password.
|
|
136
|
-
# TODO: Test with proxy
|
|
137
135
|
def organization_credentials
|
|
138
136
|
credentials.select { |cred| cred["type"] == "hex_organization" }.
|
|
139
137
|
flat_map { |cred| [cred["organization"], cred.fetch("token", "")] }
|
|
@@ -159,8 +159,6 @@ module Dependabot
|
|
|
159
159
|
File.join(NativeHelpers.hex_helpers_dir, "lib/check_update.exs")
|
|
160
160
|
end
|
|
161
161
|
|
|
162
|
-
# Has test that it works without username / password.
|
|
163
|
-
# TODO: Test with proxy
|
|
164
162
|
def organization_credentials
|
|
165
163
|
credentials.
|
|
166
164
|
select { |cred| cred["type"] == "hex_organization" }.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-hex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.98.
|
|
4
|
+
version: 0.98.69
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.98.
|
|
19
|
+
version: 0.98.69
|
|
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.98.
|
|
26
|
+
version: 0.98.69
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|