jruby-rack 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,12 @@
1
+ == 1.0.2
2
+
3
+ - Upgrade to Rack 1.2.1 (required for Rails 3 RC)
4
+ - Retain any GEM_PATH that's set in the environment
5
+ - Fixed XML Schema Location definition for jsptaglib for JBoss 6
6
+ (NAKAMURA Hiroshi)
7
+ - JRUBY_RACK-33: Fix RackFilter to only append .html to path info if
8
+ the resource exists (thanks Patrick Cheng)
9
+
1
10
  == 1.0.1
2
11
 
3
12
  - 1.0.0 release had a packaging snafu. Too many releases in too short a timespan
@@ -7,6 +7,6 @@
7
7
 
8
8
  module JRuby
9
9
  module Rack
10
- VERSION = "1.0.1"
10
+ VERSION = "1.0.2"
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
- - 1
9
- version: 1.0.1
8
+ - 2
9
+ version: 1.0.2
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-05-18 00:00:00 -05:00
17
+ date: 2010-08-02 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.1.jar
34
+ - ./lib/jruby-rack-1.0.2.jar
35
35
  - ./lib/jruby-rack.rb
36
36
  - ./lib/jruby/rack/version.rb
37
37
  has_rdoc: true