jruby-rack 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ == 0.9.9
2
+
3
+ - 0.9.8 broke Rubygem's custom require
4
+
1
5
  == 0.9.8
2
6
 
3
7
  - Look for config.ru in either WEB-INF/config.ru or
Binary file
Binary file
@@ -7,6 +7,6 @@
7
7
 
8
8
  module JRuby
9
9
  module Rack
10
- VERSION = "0.9.8"
10
+ VERSION = "0.9.9"
11
11
  end
12
12
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 8
9
- version: 0.9.8
8
+ - 9
9
+ version: 0.9.9
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-13 00:00:00 -05:00
17
+ date: 2010-05-14 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -32,6 +32,7 @@ files:
32
32
  - ./LICENSE.txt
33
33
  - ./README.md
34
34
  - ./lib/jruby-rack-0.9.8.jar
35
+ - ./lib/jruby-rack-0.9.9.jar
35
36
  - ./lib/jruby-rack.rb
36
37
  - ./lib/jruby/rack/version.rb
37
38
  has_rdoc: true