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 +4 -4
- data/CHANGELOG.md +10 -0
- data/bin/torqbox +3 -0
- data/lib/torqbox/version.rb +1 -1
- data/lib/wunderboss-rack.jar +0 -0
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df6c26a137b57b3bf44311c00af592ce1dcfe3fc
|
4
|
+
data.tar.gz: e54ee919dba5b4f65f4d6ae0a290e89a71ca02ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a04c38db08dd48abb15ea9109f6d3dd42ed91fb6719f6b9aa6e2365b8154e44972f3bc94b8e3c2fdb7931d29ddce3a0ee68821900edf94ff68c7a6dfead48484
|
7
|
+
data.tar.gz: 6f16ee986fc9ec1c3f6711b398f43ce8ccb782d36f0ef5b706a51114df9f0ce31f402d42ad83e053b0bf3caf4150b87987f5396b90e5e00ca446e39cd525c773
|
data/CHANGELOG.md
CHANGED
@@ -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
|
data/bin/torqbox
CHANGED
data/lib/torqbox/version.rb
CHANGED
data/lib/wunderboss-rack.jar
CHANGED
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.
|
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-
|
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:
|