dependabot-hex 0.291.0 → 0.292.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/dependabot/hex/language.rb +4 -1
- data/lib/dependabot/hex/package_manager.rb +4 -4
- 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: a327b833d57ab9dbb1c76f047d5546a0dd442513d5c7208a2a1bf49812c6bf9d
|
4
|
+
data.tar.gz: 23ad584f1fee3a5478a19450cd2da34b0ce4d91ff2382bf2c7fa33036cd08424
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4eceb958bb53b8e28b3633b0df5cd797cc459ad328b9865d6c7bca253a8f26fbea9ef4a9403d1a0d2bfe6f37c45ef7364188c71f5107c9c42786f64a59979cef
|
7
|
+
data.tar.gz: ddc53360a2eb036fab06652e015b32cb2456c3e1085294b5d8f383a51c655f4439d2936d997a2c53695c6a230d62c46eaf409676840f27dc4c675eb36e0cf4d1
|
@@ -20,10 +20,10 @@ module Dependabot
|
|
20
20
|
sig { params(raw_version: String).void }
|
21
21
|
def initialize(raw_version)
|
22
22
|
super(
|
23
|
-
PACKAGE_MANAGER,
|
24
|
-
Version.new(raw_version),
|
25
|
-
DEPRECATED_HEX_VERSIONS,
|
26
|
-
SUPPORTED_HEX_VERSIONS
|
23
|
+
name: PACKAGE_MANAGER,
|
24
|
+
version: Version.new(raw_version),
|
25
|
+
deprecated_versions: DEPRECATED_HEX_VERSIONS,
|
26
|
+
supported_versions: SUPPORTED_HEX_VERSIONS
|
27
27
|
)
|
28
28
|
end
|
29
29
|
|
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.
|
4
|
+
version: 0.292.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dependabot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-09 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.
|
19
|
+
version: 0.292.0
|
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.
|
26
|
+
version: 0.292.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: debug
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -274,7 +274,7 @@ licenses:
|
|
274
274
|
- MIT
|
275
275
|
metadata:
|
276
276
|
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
277
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.
|
277
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.292.0
|
278
278
|
post_install_message:
|
279
279
|
rdoc_options: []
|
280
280
|
require_paths:
|
@@ -290,7 +290,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
290
290
|
- !ruby/object:Gem::Version
|
291
291
|
version: 3.1.0
|
292
292
|
requirements: []
|
293
|
-
rubygems_version: 3.5.
|
293
|
+
rubygems_version: 3.5.22
|
294
294
|
signing_key:
|
295
295
|
specification_version: 4
|
296
296
|
summary: Provides Dependabot support for Elixir (hex)
|