parallel 1.25.1 → 1.26.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/parallel/version.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fbe5c533cb72ebc99c0faab4e37294569296d4f194f4f46867b028d89694fab9
4
- data.tar.gz: a0d78777b5c05ea9e3d85e56f4cbabb4424b0572ec1effb46c80015e54f83a31
3
+ metadata.gz: 07e82b1b9dcebf36e66fe30d3aa8fd0624f7782cce1ea60e3e1c5cf906daf19b
4
+ data.tar.gz: da6d2113751edf198465410d4500a718b915f1fb6a303ce8c0e81c0facf44058
5
5
  SHA512:
6
- metadata.gz: 7bf346461d68ad2c82db5be3830821e1ed55aabd4bd01eec0be8c58dcdb3c68be6e58840850925a9aef41097d5bb7209d276e5421d6acb047013d2201e4a25e9
7
- data.tar.gz: 1f88723705a9d9e46486b50f69c9c64422cad9c32239303c353c6a1aa8003a920a48af11ffa2943b71910aa56cfffd6df5f997ef5c8d576d337500e309d25892
6
+ metadata.gz: 49f746cc65c27b7aa5811a5b6eb539caabacaec8bd0d8899b12ca50a6e147d09fbe8cb8e49c8452d4dd415e595b32c47f13f149f4344b11fef1314a601a4b768
7
+ data.tar.gz: d76accec70cea0388ec640652d012a18afa659da706763008290a09e1fa9f763e445cfd9686a9f19fc20443d2d445cfe5bf0ac9dfd4df171f379f5f5f1b155d5
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Parallel
3
- VERSION = Version = '1.25.1' # rubocop:disable Naming/ConstantName
3
+ VERSION = Version = '1.26.1' # rubocop:disable Naming/ConstantName
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parallel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.1
4
+ version: 1.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-08 00:00:00.000000000 Z
11
+ date: 2024-08-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: michael@grosser.it
@@ -24,8 +24,8 @@ licenses:
24
24
  - MIT
25
25
  metadata:
26
26
  bug_tracker_uri: https://github.com/grosser/parallel/issues
27
- documentation_uri: https://github.com/grosser/parallel/blob/v1.25.1/Readme.md
28
- source_code_uri: https://github.com/grosser/parallel/tree/v1.25.1
27
+ documentation_uri: https://github.com/grosser/parallel/blob/v1.26.1/Readme.md
28
+ source_code_uri: https://github.com/grosser/parallel/tree/v1.26.1
29
29
  wiki_uri: https://github.com/grosser/parallel/wiki
30
30
  post_install_message:
31
31
  rdoc_options: []