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: 5e1b933ed53041780f081ff8bf4524e6946a0f742790bf3a3165f413aec5c1fc
4
- data.tar.gz: 95c72f17430c4395e35fc024998b3884b0cf8092d628cb7520779944ebd40800
3
+ metadata.gz: 824e5b3b912e02987ac2194277b9b489ed821286dba8b9e1d83b4d462145da19
4
+ data.tar.gz: 9b55b6267ef261d381f842c1db2a8fc337abf55274dcce0f63eddaf1adddffa4
5
5
  SHA512:
6
- metadata.gz: ee77419eceb2f0852431e211016d0e649698d6b1cb2e611e21f85fec8acc0b8cb3d6b940147d6adcadd26acd0b73c2cd0e7bd28e1b8f4582a314c02e444bde67
7
- data.tar.gz: dbdf7365cbc2cf7ca7b7da9f9fb215154c2539ec736c14982e6bd60d79980ed1b9a0e4f334e1d15266e69d24e50052d619a48d76a76ced0f7695cf962d2d079c
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.31
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-22 00:00:00.000000000 Z
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.31
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.31
26
+ version: 0.98.32
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement