concurrent_worker 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f99d3718f404a7e77a8b8184db783b4dc94826480e67ff32411e07fe248d69a2
4
- data.tar.gz: 2f568f170d9bb93aef611ec3d85170dba00077f0fbd9232ff75d105ddef640c3
3
+ metadata.gz: 7bbf275fc411dcc5f7b7466182cdcaed808885776b048dddf360b9c488005a92
4
+ data.tar.gz: 7becd02f4c42aa127d73b41ac1c8c49e699f6b879108eb6fa1c49685b9feb83f
5
5
  SHA512:
6
- metadata.gz: 5258be0aefc96435579d2444aca60721ef1839b5955f8a52b921814bf8ebd95717b0a3022edc52680e4558e61fee5fd69354e1d2ce71f20dc29793ede29e94b6
7
- data.tar.gz: 7c20fcd0be6e27af4582fde0802adccffb8636cae1607ce9fd8bfb19bc17222e30ed8922838e494ebe3bed0ac885b7b27f414cb9e02ed45b6cee5f6cd403ed02
6
+ metadata.gz: 98df459e0b0fb82dc97b22f989102b070106ff190c9403536dbd88dc0b0805882a1862d8c1293adce234d9bc22269814ad0391a2a3eb416a12b9ff4309568bb6
7
+ data.tar.gz: ca1551583e4956b91900b245920d13fd8a938caf2475c2cb19912f6d2982a9211ad6ddd5b2b9dddb32981cdfc748bdbf7a3deac3e8ee33628fa4c0f15a60b290
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- concurrent_worker (0.1.1)
4
+ concurrent_worker (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{Concurrent worker in thread/process with preparation structure.}
13
13
  spec.description = %q{I will write later...}
14
- spec.homepage = "https://github.com/murjp/concurrent_worker"
14
+ spec.homepage = "https://github.com/dddogdiamond/concurrent_worker"
15
15
  spec.license = "MIT"
16
16
 
17
17
 
@@ -1,3 +1,3 @@
1
1
  module ConcurrentWorker
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: concurrent_worker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - mur
@@ -72,7 +72,7 @@ files:
72
72
  - concurrent_worker.gemspec
73
73
  - lib/concurrent_worker.rb
74
74
  - lib/concurrent_worker/version.rb
75
- homepage: https://github.com/murjp/concurrent_worker
75
+ homepage: https://github.com/dddogdiamond/concurrent_worker
76
76
  licenses:
77
77
  - MIT
78
78
  metadata: {}