jruby-rack 1.1.1 → 1.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.
- data/History.txt +8 -0
- data/lib/{jruby-rack-1.1.1.jar → jruby-rack-1.1.2.jar} +0 -0
- data/lib/jruby/rack/version.rb +1 -1
- metadata +3 -3
data/History.txt
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
== 1.1.2 (12/30/11)
|
|
2
|
+
|
|
3
|
+
- GH#18: Undefined method `call' for nil:NilClass
|
|
4
|
+
- GH#44: JRuby-rack POST form-urlencoded doesn't work with Jetty
|
|
5
|
+
- GH#71: request.body.read stopped working
|
|
6
|
+
- GH#73, GH#76: relative_url_root= called for rails > 3
|
|
7
|
+
- GH#79: FileNotFoundException on WAS 8.0
|
|
8
|
+
|
|
1
9
|
== 1.1.1 (11/11/11)
|
|
2
10
|
|
|
3
11
|
- Support for embedding a web server using a Rack::Handler
|
|
Binary file
|
data/lib/jruby/rack/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: jruby-rack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.1.
|
|
5
|
+
version: 1.1.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Nick Sieger
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
13
|
+
date: 2011-12-30 00:00:00 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
16
16
|
description: JRuby-Rack is a combined Java and Ruby library that adapts the Java Servlet API to Rack. For JRuby only.
|
|
@@ -26,7 +26,7 @@ files:
|
|
|
26
26
|
- History.txt
|
|
27
27
|
- LICENSE.txt
|
|
28
28
|
- README.md
|
|
29
|
-
- lib/jruby-rack-1.1.
|
|
29
|
+
- lib/jruby-rack-1.1.2.jar
|
|
30
30
|
- lib/jruby-rack.rb
|
|
31
31
|
- lib/jruby/rack/version.rb
|
|
32
32
|
homepage: http://jruby.org
|