dependabot-python 0.113.16 → 0.113.17
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/python/version.rb +0 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62b2fda13206193f18cf18db991a182fba798b226a8c8a1ee1f9018805b15509
|
|
4
|
+
data.tar.gz: aed43eb1fe6c0254c1e3397c2d26a0aad5765b54fc8f75e963dbc11fc77901fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00cad8a265a0525bf175e4a294f412e3bb86c32cc5b084a45daa86078473062e69214b3d5d12b37ee847415ad924ed46b298ac578f63731ba0fd85cf01e75672
|
|
7
|
+
data.tar.gz: dc73b63cecac299d037450048284f985ad46d5a65054d3b9822997763778c8bb8a7ca5ef45ae9dd8828e6e4db8817f38ed82f313450b15056007f1d11e63b046
|
|
@@ -120,7 +120,6 @@ module Dependabot
|
|
|
120
120
|
# rubocop:disable Metrics/LineLength
|
|
121
121
|
# rubocop:disable Style/ParallelAssignment
|
|
122
122
|
# rubocop:disable Style/RedundantReturn
|
|
123
|
-
# rubocop:disable Style/IfUnlessModifier
|
|
124
123
|
def old_comp(other)
|
|
125
124
|
return unless Gem::Version === other
|
|
126
125
|
return 0 if @version == other._version || canonical_segments == other.canonical_segments
|
|
@@ -153,7 +152,6 @@ module Dependabot
|
|
|
153
152
|
# rubocop:enable Metrics/LineLength
|
|
154
153
|
# rubocop:enable Style/ParallelAssignment
|
|
155
154
|
# rubocop:enable Style/RedundantReturn
|
|
156
|
-
# rubocop:enable Style/IfUnlessModifier
|
|
157
155
|
end
|
|
158
156
|
end
|
|
159
157
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dependabot-python
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.113.
|
|
4
|
+
version: 0.113.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-10-
|
|
11
|
+
date: 2019-10-30 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.113.
|
|
19
|
+
version: 0.113.17
|
|
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.113.
|
|
26
|
+
version: 0.113.17
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -114,14 +114,14 @@ dependencies:
|
|
|
114
114
|
requirements:
|
|
115
115
|
- - "~>"
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 0.
|
|
117
|
+
version: 0.76.0
|
|
118
118
|
type: :development
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 0.
|
|
124
|
+
version: 0.76.0
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: vcr
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|