jruby-rack 1.0.9 → 1.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,17 @@
1
- == 1.0.8
1
+ == 1.0.10 (08/24/11)
2
+
3
+ - Bugfix release for Rails 3.1
4
+ - Upgrade to Rack 1.3.2
5
+
6
+ == 1.0.9 (05/24/11)
7
+
8
+ - Bugfix release for Trinidad 1.2.x
9
+ - GH#27: Deal with incompatible signature change between JRuby 1.5.6
10
+ and 1.6.
11
+ - Properly convert URLs to files for __FILE__ binding when evaluating
12
+ init.rb (Ketan Padegaonkar)
13
+
14
+ == 1.0.8 (03/21/11)
2
15
 
3
16
  - Add a check for /config.ru if not found in /WEB-INF (for appengine gem)
4
17
  - Modify LocalContext to support minimal LocalConfig for JMS (Garret Conaty)
@@ -9,7 +22,7 @@
9
22
  - Upgrade to Rack 1.2.2
10
23
  - GH#21: Implement RackInput#size
11
24
 
12
- == 1.0.7
25
+ == 1.0.7 (03/04/11)
13
26
 
14
27
  - JRUBY_RACK-36: Always set env['HTTPS'] according to request.getScheme
15
28
  - GH#10: Add `jruby.rack.ignore.env` property which clears out the ENV
Binary file
@@ -7,6 +7,6 @@
7
7
 
8
8
  module JRuby
9
9
  module Rack
10
- VERSION = "1.0.9"
10
+ VERSION = "1.0.10"
11
11
  end
12
12
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jruby-rack
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.9
5
+ version: 1.0.10
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-05-24 00:00:00 -05:00
13
+ date: 2011-08-25 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies: []
16
16
 
@@ -27,7 +27,7 @@ files:
27
27
  - History.txt
28
28
  - LICENSE.txt
29
29
  - README.md
30
- - lib/jruby-rack-1.0.9.jar
30
+ - lib/jruby-rack-1.0.10.jar
31
31
  - lib/jruby-rack.rb
32
32
  - lib/jruby/rack/version.rb
33
33
  has_rdoc: true
Binary file