jruby-rack 1.1.13.1 → 1.1.13.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 CHANGED
@@ -1,3 +1,8 @@
1
+ == 1.1.13.2 (02/04/13)
2
+
3
+ - fix warning in Rack::Utils::Response#write_headers
4
+ - bundle latest Rack 1.4 (1.4.5)
5
+
1
6
  == 1.1.13.1 (14/01/13)
2
7
 
3
8
  - fix missing explicit require 'jruby/rack/version' in 1.1.13
data/lib/jruby-rack.rb CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  module JRubyJars
3
3
  def self.jruby_rack_jar_path
4
- File.expand_path("../jruby-rack-1.1.13.1.jar", __FILE__)
4
+ File.expand_path("../jruby-rack-1.1.13.2.jar", __FILE__)
5
5
  end
6
6
  require jruby_rack_jar_path if defined?(JRUBY_VERSION)
7
7
  end
@@ -7,6 +7,6 @@
7
7
 
8
8
  module JRuby
9
9
  module Rack
10
- VERSION = '1.1.13.1'
10
+ VERSION = '1.1.13.2'
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.1.13.1
5
+ version: 1.1.13.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: 2013-01-14 00:00:00 Z
13
+ date: 2013-04-02 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.13.1.jar
29
+ - lib/jruby-rack-1.1.13.2.jar
30
30
  - lib/jruby-rack.rb
31
31
  - lib/jruby/rack/version.rb
32
32
  homepage: http://jruby.org