jruby-rack 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ == 1.0.3
2
+
3
+ - JRUBY-4892: Fix IO collapsing \r\n to \n on Windows
4
+ - Fix setting of relative_url_root in Rails 3
5
+ - Recognize META-INF/init.rb and WEB-INF/init.rb as init scripts.
6
+
1
7
  == 1.0.2
2
8
 
3
9
  - Upgrade to Rack 1.2.1 (required for Rails 3 RC)
@@ -7,6 +7,6 @@
7
7
 
8
8
  module JRuby
9
9
  module Rack
10
- VERSION = "1.0.2"
10
+ VERSION = "1.0.3"
11
11
  end
12
12
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 2
9
- version: 1.0.2
8
+ - 3
9
+ version: 1.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Nick Sieger
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-08-02 00:00:00 -05:00
17
+ date: 2010-08-12 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -31,7 +31,7 @@ files:
31
31
  - ./History.txt
32
32
  - ./LICENSE.txt
33
33
  - ./README.md
34
- - ./lib/jruby-rack-1.0.2.jar
34
+ - ./lib/jruby-rack-1.0.3.jar
35
35
  - ./lib/jruby-rack.rb
36
36
  - ./lib/jruby/rack/version.rb
37
37
  has_rdoc: true