torqbox 0.1.2-java → 0.1.3-java

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
  SHA1:
3
- metadata.gz: df8a0bea8590ce465f35bb5235472d3d064609b1
4
- data.tar.gz: da165a0a4ac1341c905a69678c9be4e1ea4813c1
3
+ metadata.gz: df6c26a137b57b3bf44311c00af592ce1dcfe3fc
4
+ data.tar.gz: e54ee919dba5b4f65f4d6ae0a290e89a71ca02ea
5
5
  SHA512:
6
- metadata.gz: 4737779dc3eb3157bce56ab908f719200f7643b778899f0aaabfe75fae09c90ddd2e531875a651633ee826537366970e187463c9ca61fa32423455156ebd22e7
7
- data.tar.gz: 7311e6d992d3e86a910a1a6ccd0ea67b41f7a24870056f42aa437126e1b905fcbcb6af67f4c6cd0204b0ea1fc0a0713ffcdc6d97b372622aa69e2803e52ee03d
6
+ metadata.gz: a04c38db08dd48abb15ea9109f6d3dd42ed91fb6719f6b9aa6e2365b8154e44972f3bc94b8e3c2fdb7931d29ddce3a0ee68821900edf94ff68c7a6dfead48484
7
+ data.tar.gz: 6f16ee986fc9ec1c3f6711b398f43ce8ccb782d36f0ef5b706a51114df9f0ce31f402d42ad83e053b0bf3caf4150b87987f5396b90e5e00ca446e39cd525c773
@@ -1,3 +1,13 @@
1
+ ## 0.1.3
2
+
3
+ * Fix an issue where Rails application started via 'torqbox' would get
4
+ 'Bad file descriptor' errors when trying to write to Rails logs
5
+
6
+ * Bundled wunderboss-rack commit
7
+ 6cb09be797bbb265f35561d736692e2afcaea77d which fixes a bug in HTTP
8
+ header parsing and adds Date and Server response headers
9
+
10
+
1
11
  ## 0.1.2
2
12
 
3
13
  * Add torqbox -E <development/test/production> option to control the
@@ -19,6 +19,9 @@ require 'torqbox'
19
19
 
20
20
  cli = TorqBox::CLI.new(ARGV)
21
21
  cli.start
22
+ thread = Thread.current
22
23
  Signal.trap("INT") do
23
24
  cli.stop
25
+ thread.wakeup
24
26
  end
27
+ sleep
@@ -16,5 +16,5 @@
16
16
  # 02110-1301 USA, or see the FSF site: http://www.fsf.org.
17
17
 
18
18
  module TorqBox
19
- VERSION = '0.1.2'
19
+ VERSION = '0.1.3'
20
20
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torqbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: java
6
6
  authors:
7
7
  - The TorqueBox Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-22 00:00:00.000000000 Z
11
+ date: 2013-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack
@@ -100,4 +100,3 @@ signing_key:
100
100
  specification_version: 4
101
101
  summary: Prototype of the next-generation TorqueBox
102
102
  test_files: []
103
- has_rdoc: