each_in_thread 0.1.10 → 0.1.11
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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/each_in_thread/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abf48a53a5101009bfe461d3054521a846db6be108780fada39cda590351ae05
|
|
4
|
+
data.tar.gz: 1efbecec24fa2dc6ad8a5ea53cbbf4709ba9b521bfa6c2a498802cb641c5da0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d592f7467dab283fccddca8c532263cf762b40d0a2481623a4b671c6cbf2f0fc725e0ac7043a42b7cddc82dd8c8d8e782ee2a61ea3fc1d650150a798b898c43f
|
|
7
|
+
data.tar.gz: 6df4f3db7ce8a32c5812a61cb3a1cb6c87713b38d291557859c4f7651c47161b1a8c1d0000e6d121a0be4deb0dc8e4625f872d6e097259abcdcdd1f04c36c9d8
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -43,7 +43,7 @@ The each_in_thread method takes an options hash, where you can specify the follo
|
|
|
43
43
|
|
|
44
44
|
## Contributing
|
|
45
45
|
|
|
46
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
46
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/Galaxy83/each_in_thread. This
|
|
47
47
|
project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code
|
|
48
48
|
of conduct.
|
|
49
49
|
|