jruby-rack-worker 0.13.1 → 0.13.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/jruby-rack-worker_0.13.2.jar +0 -0
- data/lib/jruby/rack/worker/version.rb +1 -1
- metadata +8 -8
- data/lib/jruby-rack-worker_0.13.1.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b1a646bde5688fb7129e127079eb214007e2a04
|
4
|
+
data.tar.gz: 0281870e2465c8579701f9d19f630326bf409ccc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c44eb20f37a4e1a22b110734ef4815b3eaef266c6383e0840a387304bd3bb011851124109f15b05664cfe459ae11b50e37daaaa428bc4ea81a8d1ebe64ee5ac
|
7
|
+
data.tar.gz: 325332356f4761e7d01f327b4b4fcc8ae2d40f851d5f4a28057d330ccc08acd224ffacc8fcb44f357b589d458181c1e4e10b08500b6a1858c9b697b1df5c35f0
|
Binary file
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jruby-rack-worker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karol Bucek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
|
14
|
+
name: jruby-rack
|
15
|
+
version_requirements: !ruby/object:Gem::Requirement
|
15
16
|
requirements:
|
16
17
|
- - "~>"
|
17
18
|
- !ruby/object:Gem::Version
|
18
19
|
version: 1.1.10
|
19
|
-
|
20
|
-
prerelease: false
|
21
|
-
type: :runtime
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
20
|
+
requirement: !ruby/object:Gem::Requirement
|
23
21
|
requirements:
|
24
22
|
- - "~>"
|
25
23
|
- !ruby/object:Gem::Version
|
26
24
|
version: 1.1.10
|
25
|
+
prerelease: false
|
26
|
+
type: :runtime
|
27
27
|
description: Implements a thread based worker pattern on top of JRuby-Rack. Useful if you'd like to run background workers within your (deployed) web-application, concurrently in 'native' threads, instead of using separate daemon processes. Provides (thread-safe) implementations for popular worker libraries such as Resque and Delayed::Job, but one can easily write their own 'daemon' work processing loop as well.
|
28
28
|
email:
|
29
29
|
- self@kares.org
|
@@ -33,7 +33,7 @@ extra_rdoc_files: []
|
|
33
33
|
files:
|
34
34
|
- LICENSE
|
35
35
|
- README.md
|
36
|
-
- lib/jruby-rack-worker_0.13.
|
36
|
+
- lib/jruby-rack-worker_0.13.2.jar
|
37
37
|
- lib/jruby/rack/worker.rb
|
38
38
|
- lib/jruby/rack/worker/env.rb
|
39
39
|
- lib/jruby/rack/worker/logger.rb
|
Binary file
|