in-parallel 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2dc8f03c43e170dbb67bef4ababe42609c769a03202ede4fbb6248a88be11fd6
4
- data.tar.gz: 13f4848ebf63e8615d5442d3ace5e17ba7c771a2f14e7a8ac6bb1a107a8999f6
3
+ metadata.gz: 9e6a5a0525683fb244fb9bfcca580705f721eae4e8bd7331b1fa3f2483a26bbf
4
+ data.tar.gz: d78dce34586e1c391b4285cd075cecadf80d735eaee7a41d506894b9cc55031f
5
5
  SHA512:
6
- metadata.gz: '0920d576695d90a654c77e3d59368783f1b03b8c7cdfd302779b4923ab5fed1f67c8e9dacef05bb39dfedfc13a0c18ec594975bbfcd91b276decd147afe94fd6'
7
- data.tar.gz: d56bf699d25ab60872463c6883ba774278de655d1996a1e75f661c52e1faf729bd47101e7316ab1dbbb3705a7c58ce412af630bbcb54a2d2c4c8f70c171ffaeb
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.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.4.3)
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.12.0)
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.18.0)
27
+ minitest (5.19.0)
28
28
  props (1.2.0)
29
29
  iniparser (>= 0.1.0)
30
30
  rake (13.0.6)
@@ -1,3 +1,3 @@
1
1
  module InParallel
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
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.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-03-15 00:00:00.000000000 Z
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.6
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