dependabot-hex 0.98.31 → 0.98.32
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: 824e5b3b912e02987ac2194277b9b489ed821286dba8b9e1d83b4d462145da19
|
|
4
|
+
data.tar.gz: 9b55b6267ef261d381f842c1db2a8fc337abf55274dcce0f63eddaf1adddffa4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6fbb094e2e3017f84bfb4cf216ca6f9defaa07ad92598fb9d17f11e456da0d496f2e6c58938b6ed7f3fe7dab1e34ced9469db6bee84b441e6151cf364f34ef25
|
|
7
|
+
data.tar.gz: b67e5972292c6ca710ab7f17dd27b62395527ce7cf5b483077adb5e1c30381788f761d0c039725e6f09f7d44a460db9fcbf940ac42cdbac6cd243b580d811bf3
|
|
@@ -132,6 +132,8 @@ 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
|
|
135
137
|
def organization_credentials
|
|
136
138
|
credentials.select { |cred| cred["type"] == "hex_organization" }.
|
|
137
139
|
flat_map { |cred| [cred["organization"], cred["token"]] }
|
|
@@ -159,6 +159,8 @@ 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
|
|
162
164
|
def organization_credentials
|
|
163
165
|
credentials.
|
|
164
166
|
select { |cred| cred["type"] == "hex_organization" }.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.32
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-03-
|
|
11
|
+
date: 2019-03-25 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.98.
|
|
19
|
+
version: 0.98.32
|
|
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.32
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|