dependabot-common 0.201.1 → 0.202.0

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: bde3857302263bc56d86ec920eda97a94615d706bba5d4ca8122ba1d8396677d
4
- data.tar.gz: efbe0b854ce892250f828ddef14d791159f63062e9e200fe9433b5006a0a8b82
3
+ metadata.gz: a262dc609945c988c2d92b9893b0f675be686f48c2901afe73e510bcf0754142
4
+ data.tar.gz: e4fb01e3ef2ec76c70e49cc4a04968251ab088363e8a80905a4d85803b3d3f83
5
5
  SHA512:
6
- metadata.gz: 2103cdd993d1b2d5ea0962105eb226a01c725561d98b839780df086ae4c7c814ae7a6ad8d3f681d162a282c821e7bdb5c4af08189e42c24307e5fb44bca3da38
7
- data.tar.gz: 378d623def334e092f4c7dd88b3f541ca864b0486f90b24d421d9590fae2fd209dd05a82cd4bdd1d37ed01c923db7cc403a0734058d3ac333f1e2e0d9da3227c
6
+ metadata.gz: f4854f914e19e1d457f651036611c606fe3aaf5206e3767c3a92daa9e9581feadd20093aa8a09f428a9440514187b494b3ae2a57ff1d032d034c30105b2fa797
7
+ data.tar.gz: b57b92d0d42a6223c3b64d4293234cee862c83b60133e27faba3991677f0d2831065859b3f9ed6dd6d45d85e2dfd8c68ccf64b78564432adcb4d34742c19047a
@@ -21,8 +21,8 @@ module Dependabot
21
21
  GITLAB_SOURCE = %r{
22
22
  (?<provider>gitlab)
23
23
  (?:\.com)[/:]
24
- (?<repo>[\w.-]+/(?:(?!\.git|\.\s)[\w.-])+)
25
- (?:(?:/tree|/blob)/(?<branch>[^/]+)/(?<directory>.*)[\#|/])?
24
+ (?<repo>(?!\.git|/tree|/blob)[\w./-]+?)(?:\.git)?
25
+ (?:(?:/tree|/blob)/(?<branch>[^/]+)/(?<directory>.*)[\#|/].*)?$
26
26
  }x.freeze
27
27
 
28
28
  BITBUCKET_SOURCE = %r{
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.201.1"
4
+ VERSION = "0.202.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.201.1
4
+ version: 0.202.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-25 00:00:00.000000000 Z
11
+ date: 2022-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport