dragnet 5.4.0 → 5.4.1

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: 4df0fbccf76726a3b65c405229d6541c84f573a3fec8dd594a5f5d2172f66780
4
- data.tar.gz: b899ff88a213d131b96272bd2efdfaa5d8bb2f771e09da4a61f6ea8843e52f39
3
+ metadata.gz: e401f3864f8d30d24e60a21ad9d8751e6be22cf0b82e8defecd49e3b019bd9f3
4
+ data.tar.gz: ad197e8038918748dd9deee612a89acdfe99f12776e56bf6bdb9f105139659c5
5
5
  SHA512:
6
- metadata.gz: 3496fe180d01f95f673663a1b7f27ccf2388092599d8cd30ce86b59020d0304b90263d4dac540462703a6836703971dcce7c240e2f1c303cdb7f1026f18bfbc7
7
- data.tar.gz: ff355f0109ceb2f33c0b0d13ae9257fceaaad398ad65281ae02572aee2404688aaea98e062a6dfe9afc69ba34f146c76fe07d187c011db392c6f1b64818a6d21
6
+ metadata.gz: 93c72bfe1da3aaf68bc674953ff8201a99a6f1fbc5677e401ca215c0d005641b782634fdb5b9225b321601fae6642802275094b781d2549b695d096b2f896999
7
+ data.tar.gz: 2243730c112f9319941b95939b424f83b1be678b51d3fe90276c6a577d6a156c270583818dc9971fde2cda98984694c0751d4b04383e5e11b074cc63f38dd653
data/CHANGELOG.md CHANGED
@@ -8,6 +8,12 @@ Please mark backwards incompatible changes with an exclamation mark at the start
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## [5.4.1] - 2025-04-23
12
+
13
+ ### Fixed
14
+ - A bug that caused Dragnet to crash during a multi-repo mode verification in
15
+ which all the repositories listed in the MTR passed the verification.
16
+
11
17
  ## [5.4.0] - 2025-04-07
12
18
 
13
19
  ### Added
@@ -34,6 +34,8 @@ module Dragnet
34
34
 
35
35
  return verification_result if verification_result
36
36
  end
37
+
38
+ nil
37
39
  rescue Dragnet::Errors::NotARepositoryError => e
38
40
  Dragnet::VerificationResult.new(status: :failed, reason: e.message)
39
41
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dragnet
4
- VERSION = '5.4.0'
4
+ VERSION = '5.4.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dragnet
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.4.0
4
+ version: 5.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ESR Labs GmbH
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-07 00:00:00.000000000 Z
11
+ date: 2025-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport