each_in_thread 0.1.9 → 0.1.11

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: b9e986708e94943f1861337ae6103ffc6cc3b750575dfdb6ee7d38352ba596db
4
- data.tar.gz: cbb461dcc8681dbdf1361ab73a65b02f9342a4b8895341702e40ddafb30aad9b
3
+ metadata.gz: abf48a53a5101009bfe461d3054521a846db6be108780fada39cda590351ae05
4
+ data.tar.gz: 1efbecec24fa2dc6ad8a5ea53cbbf4709ba9b521bfa6c2a498802cb641c5da0b
5
5
  SHA512:
6
- metadata.gz: 9be44b31b9894c1451b4c10ab51c59079731c8bb160f175a626854b35a99222fc0044b4481d88df0ff0cbc1f6d65969dd73db733068e2cd878bbbb3cebdee79b
7
- data.tar.gz: 88cb0e40667463033f0cb06282bb9c9c4343eff3294f0d9388eb211b5ca8250bc07a6fc97865c44e7ed1ca3aaf78338638118ba8646af504ffac9dfecbbaa33a
6
+ metadata.gz: d592f7467dab283fccddca8c532263cf762b40d0a2481623a4b671c6cbf2f0fc725e0ac7043a42b7cddc82dd8c8d8e782ee2a61ea3fc1d650150a798b898c43f
7
+ data.tar.gz: 6df4f3db7ce8a32c5812a61cb3a1cb6c87713b38d291557859c4f7651c47161b1a8c1d0000e6d121a0be4deb0dc8e4625f872d6e097259abcdcdd1f04c36c9d8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- each_in_thread (0.1.8)
4
+ each_in_thread (0.1.11)
5
5
  thread (= 0.1.0)
6
6
 
7
7
  GEM
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/your-github-username/each_in_thread. This
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
 
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "A Ruby gem for running tasks on enumerables in separate threads"
12
12
  spec.description = "EachInThread extends Ruby's Enumerable module to provide a simple, efficient way to run tasks in parallel by creating separate threads for each item in an enumerable."
13
- spec.homepage = "https://github.com/your-github-username/each_in_thread"
13
+ spec.homepage = "https://github.com/Galaxy83/each_in_thread"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.6.0"
16
16
 
17
17
  spec.metadata["allowed_push_host"] = "https://rubygems.org"
18
18
 
19
19
  spec.metadata["homepage_uri"] = spec.homepage
20
- spec.metadata["source_code_uri"] = "https://github.com/your-github-username/each_in_thread"
21
- spec.metadata["changelog_uri"] = "https://github.com/your-github-username/each_in_thread/blob/main/CHANGELOG.md"
20
+ spec.metadata["source_code_uri"] = "https://github.com/Galaxy83/each_in_thread"
21
+ spec.metadata["changelog_uri"] = "https://github.com/Galaxy83/each_in_thread/blob/main/CHANGELOG.md"
22
22
 
23
23
  spec.files = Dir.chdir(__dir__) do
24
24
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:\.gitignore|\.git|\.circleci|appveyor|bin|test|spec|features)/}) }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EachInThread
4
- VERSION = "0.1.9"
4
+ VERSION = "0.1.11"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: each_in_thread
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Novikov
@@ -46,14 +46,14 @@ files:
46
46
  - lib/each_in_thread.rb
47
47
  - lib/each_in_thread/version.rb
48
48
  - sig/each_in_thread.rbs
49
- homepage: https://github.com/your-github-username/each_in_thread
49
+ homepage: https://github.com/Galaxy83/each_in_thread
50
50
  licenses:
51
51
  - MIT
52
52
  metadata:
53
53
  allowed_push_host: https://rubygems.org
54
- homepage_uri: https://github.com/your-github-username/each_in_thread
55
- source_code_uri: https://github.com/your-github-username/each_in_thread
56
- changelog_uri: https://github.com/your-github-username/each_in_thread/blob/main/CHANGELOG.md
54
+ homepage_uri: https://github.com/Galaxy83/each_in_thread
55
+ source_code_uri: https://github.com/Galaxy83/each_in_thread
56
+ changelog_uri: https://github.com/Galaxy83/each_in_thread/blob/main/CHANGELOG.md
57
57
  post_install_message:
58
58
  rdoc_options: []
59
59
  require_paths: