rack-worker 0.0.1.alpha → 0.0.1.alpha2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class Worker
3
- VERSION = '0.0.1.alpha'
3
+ VERSION = '0.0.1.alpha2'
4
4
  end
5
5
  end
data/lib/rack/worker.rb CHANGED
@@ -28,7 +28,7 @@ module Rack
28
28
  QC.enqueue("#{self.class.name}.process_request",
29
29
  @app.class.name, key)
30
30
  end
31
- [204, {"Content-type" => "text/plain"}, []]
31
+ [202, {"Content-type" => "text/plain"}, []]
32
32
  end
33
33
  end
34
34
  end
@@ -59,4 +59,3 @@ module Rack
59
59
  end
60
60
  end
61
61
  end
62
-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-worker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha
4
+ version: 0.0.1.alpha2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: