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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6eaed500daa20d405b3477e6f7e92d4679e1bb5ef74856cc8a54573c87a2402e
4
- data.tar.gz: 3c89f44ad1200ef1a6b2634e948945ede4fed217cbaa9db8bb042b2096f18951
3
+ metadata.gz: 56409142d8fa65b0183e6a028e934e5720c7311c788aa094d2086814c90a4e67
4
+ data.tar.gz: 2c78baa4fc70fbc3b270e677fd5d95b3813f1f125b6c35a6e4e7bf5b20a53d5e
5
5
  SHA512:
6
- metadata.gz: f17af8d65847c3227c5621a7aacfb5d8dad14dcbab8c37250e6ae05acffa0412a7e11f54e9bb36c9188a8b87467e13119dbd83aa4ad922d12e1eaf9143c82dcf
7
- data.tar.gz: be382f40cc8d05b2cb7d0cc3d52c9dfc8ceba304c3545fa42ec133d849f09c9e421e4344146ef95d5531906226b7cff9c9667f195b851887a3ac497403714c89
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.83
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-28 00:00:00.000000000 Z
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.83
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.83
26
+ version: 0.95.84
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement