each_in_thread 0.1.8 → 0.1.9
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/lib/each_in_thread/version.rb +1 -1
- metadata +5 -6
- data/.idea/workspace.xml +0 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9e986708e94943f1861337ae6103ffc6cc3b750575dfdb6ee7d38352ba596db
|
|
4
|
+
data.tar.gz: cbb461dcc8681dbdf1361ab73a65b02f9342a4b8895341702e40ddafb30aad9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9be44b31b9894c1451b4c10ab51c59079731c8bb160f175a626854b35a99222fc0044b4481d88df0ff0cbc1f6d65969dd73db733068e2cd878bbbb3cebdee79b
|
|
7
|
+
data.tar.gz: 88cb0e40667463033f0cb06282bb9c9c4343eff3294f0d9388eb211b5ca8250bc07a6fc97865c44e7ed1ca3aaf78338638118ba8646af504ffac9dfecbbaa33a
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: each_in_thread
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Igor Novikov
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2023-06-29 00:00:00.000000000 Z
|
|
@@ -34,7 +34,6 @@ extra_rdoc_files: []
|
|
|
34
34
|
files:
|
|
35
35
|
- ".github/workflows/gem-push.yml"
|
|
36
36
|
- ".gitignore"
|
|
37
|
-
- ".idea/workspace.xml"
|
|
38
37
|
- ".rspec"
|
|
39
38
|
- ".rubocop.yml"
|
|
40
39
|
- CODE_OF_CONDUCT.md
|
|
@@ -55,7 +54,7 @@ metadata:
|
|
|
55
54
|
homepage_uri: https://github.com/your-github-username/each_in_thread
|
|
56
55
|
source_code_uri: https://github.com/your-github-username/each_in_thread
|
|
57
56
|
changelog_uri: https://github.com/your-github-username/each_in_thread/blob/main/CHANGELOG.md
|
|
58
|
-
post_install_message:
|
|
57
|
+
post_install_message:
|
|
59
58
|
rdoc_options: []
|
|
60
59
|
require_paths:
|
|
61
60
|
- lib
|
|
@@ -70,8 +69,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
70
69
|
- !ruby/object:Gem::Version
|
|
71
70
|
version: '0'
|
|
72
71
|
requirements: []
|
|
73
|
-
rubygems_version: 3.
|
|
74
|
-
signing_key:
|
|
72
|
+
rubygems_version: 3.0.3.1
|
|
73
|
+
signing_key:
|
|
75
74
|
specification_version: 4
|
|
76
75
|
summary: A Ruby gem for running tasks on enumerables in separate threads
|
|
77
76
|
test_files: []
|
data/.idea/workspace.xml
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectViewState">
|
|
4
|
-
<option name="autoscrollFromSource" value="true" />
|
|
5
|
-
<option name="hideEmptyMiddlePackages" value="true" />
|
|
6
|
-
<option name="showLibraryContents" value="true" />
|
|
7
|
-
</component>
|
|
8
|
-
<component name="PropertiesComponent">{
|
|
9
|
-
"keyToString": {
|
|
10
|
-
"settings.editor.selected.configurable": "preferences.pluginManager"
|
|
11
|
-
}
|
|
12
|
-
}</component>
|
|
13
|
-
</project>
|