in-parallel 1.0.0 → 1.0.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +4 -4
- data/lib/in-parallel/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e6a5a0525683fb244fb9bfcca580705f721eae4e8bd7331b1fa3f2483a26bbf
|
|
4
|
+
data.tar.gz: d78dce34586e1c391b4285cd075cecadf80d735eaee7a41d506894b9cc55031f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d38423aa6f80026a4dee623087b25679a385db5145ba4d0eebd5437fc66aa5551c698a0fe916a174bcbd85be599031443c374370cd086b92feed91b007a8c12
|
|
7
|
+
data.tar.gz: 5928eddd4c767222a2935ba4f35796e04d688893ee17d19fcc45b2a191965cbeea63ddbef5c540790fd876f8b2940d3105961ce7336b59a85e5f29c345d4b5d4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.1](https://github.com/puppetlabs/in-parallel/tree/1.0.1) (2023-08-24)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/puppetlabs/in-parallel/compare/1.0.0...1.0.1)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- Bump activesupport from 7.0.4.3 to 7.0.7.2 [\#23](https://github.com/puppetlabs/in-parallel/pull/23) ([dependabot[bot]](https://github.com/apps/dependabot))
|
|
10
|
+
|
|
3
11
|
## [1.0.0](https://github.com/puppetlabs/in-parallel/tree/1.0.0) (2023-03-15)
|
|
4
12
|
|
|
5
13
|
[Full Changelog](https://github.com/puppetlabs/in-parallel/compare/0.1.17...1.0.0)
|
data/Gemfile.lock
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
in-parallel (1.0.
|
|
4
|
+
in-parallel (1.0.1)
|
|
5
5
|
|
|
6
6
|
GEM
|
|
7
7
|
remote: https://rubygems.org/
|
|
8
8
|
specs:
|
|
9
|
-
activesupport (7.0.
|
|
9
|
+
activesupport (7.0.7.2)
|
|
10
10
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
11
11
|
i18n (>= 1.6, < 2)
|
|
12
12
|
minitest (>= 5.1)
|
|
@@ -14,7 +14,7 @@ GEM
|
|
|
14
14
|
concurrent-ruby (1.2.2)
|
|
15
15
|
diff-lcs (1.5.0)
|
|
16
16
|
docile (1.4.0)
|
|
17
|
-
i18n (1.
|
|
17
|
+
i18n (1.14.1)
|
|
18
18
|
concurrent-ruby (~> 1.0)
|
|
19
19
|
iniparser (1.0.1)
|
|
20
20
|
kramdown (2.4.0)
|
|
@@ -24,7 +24,7 @@ GEM
|
|
|
24
24
|
kramdown (>= 0.13.7)
|
|
25
25
|
props (>= 0.2.0)
|
|
26
26
|
textutils (>= 0.2.0)
|
|
27
|
-
minitest (5.
|
|
27
|
+
minitest (5.19.0)
|
|
28
28
|
props (1.2.0)
|
|
29
29
|
iniparser (>= 0.1.0)
|
|
30
30
|
rake (13.0.6)
|
data/lib/in-parallel/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: in-parallel
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- samwoods1
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Many other Ruby libraries that simplify parallel execution support one
|
|
14
14
|
primary use case - crunching through a large queue of small, similar tasks as quickly
|
|
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
57
57
|
- !ruby/object:Gem::Version
|
|
58
58
|
version: '0'
|
|
59
59
|
requirements: []
|
|
60
|
-
rubygems_version: 3.4.
|
|
60
|
+
rubygems_version: 3.4.10
|
|
61
61
|
signing_key:
|
|
62
62
|
specification_version: 4
|
|
63
63
|
summary: A lightweight library to execute a handful of tasks in parallel with simple
|