dependabot-terraform 0.95.83 → 0.95.84
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/lib/dependabot/terraform/file_parser.rb +2 -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: 56409142d8fa65b0183e6a028e934e5720c7311c788aa094d2086814c90a4e67
|
|
4
|
+
data.tar.gz: 2c78baa4fc70fbc3b270e677fd5d95b3813f1f125b6c35a6e4e7bf5b20a53d5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 459fa2d36969662fcc3bd7e6935d2ff985c9c7ea850a1a7f84361caba1ba352a11eeaa6f9f2539b0ae004de3944b93f8922b46df85a8d832a668ba8c594a3ebd
|
|
7
|
+
data.tar.gz: 6aebe078f4987189bd336ea106fcc8cc60c66479ff4c8cb09906c9fc4f9aa5a2275fc525b0457e8145afedc60baae9aeb489db02bc519988d8de2defd7285775
|
|
@@ -194,7 +194,8 @@ module Dependabot
|
|
|
194
194
|
# rubocop:disable Metrics/PerceivedComplexity
|
|
195
195
|
def source_type(source_string)
|
|
196
196
|
return :path if source_string.start_with?(".")
|
|
197
|
-
return :github if source_string.start_with?("github.com/"
|
|
197
|
+
return :github if source_string.start_with?("github.com/",
|
|
198
|
+
"git@github.com:")
|
|
198
199
|
return :bitbucket if source_string.start_with?("bitbucket.org/")
|
|
199
200
|
return :git if source_string.start_with?("git::")
|
|
200
201
|
return :mercurial if source_string.start_with?("hg::")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-terraform
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.95.
|
|
4
|
+
version: 0.95.84
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-02
|
|
11
|
+
date: 2019-03-02 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.95.
|
|
19
|
+
version: 0.95.84
|
|
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.95.
|
|
26
|
+
version: 0.95.84
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|