jruby-rack 1.0.4 → 1.0.5

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.
@@ -1,3 +1,12 @@
1
+ == 1.0.5 (01/11/11)
2
+
3
+ - GH#6: Add context-init parameter `jruby.compat.version` which can be
4
+ set to either `1.8` or `1.9` to start JRuby in the corresponding
5
+ Ruby version.
6
+ - Changes to rackup evaluation to help debugging: Set rackup filename
7
+ when executing config.ru, use a ; instead of \n when evaluating
8
+ rackup code
9
+
1
10
  == 1.0.4
2
11
 
3
12
  - Make sane defaults for app/gem/public paths when using
@@ -7,6 +7,6 @@
7
7
 
8
8
  module JRuby
9
9
  module Rack
10
- VERSION = "1.0.4"
10
+ VERSION = "1.0.5"
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,12 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-rack
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 1
7
- - 0
8
- - 4
9
- version: 1.0.4
4
+ prerelease:
5
+ version: 1.0.5
10
6
  platform: ruby
11
7
  authors:
12
8
  - Nick Sieger
@@ -14,7 +10,7 @@ autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
12
 
17
- date: 2010-12-08 00:00:00 -06:00
13
+ date: 2011-01-11 00:00:00 -06:00
18
14
  default_executable:
19
15
  dependencies: []
20
16
 
@@ -31,7 +27,7 @@ files:
31
27
  - History.txt
32
28
  - LICENSE.txt
33
29
  - README.md
34
- - lib/jruby-rack-1.0.4.jar
30
+ - lib/jruby-rack-1.0.5.jar
35
31
  - lib/jruby-rack.rb
36
32
  - lib/jruby/rack/version.rb
37
33
  has_rdoc: true
@@ -48,21 +44,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
48
44
  requirements:
49
45
  - - ">="
50
46
  - !ruby/object:Gem::Version
51
- segments:
52
- - 0
53
47
  version: "0"
54
48
  required_rubygems_version: !ruby/object:Gem::Requirement
55
49
  none: false
56
50
  requirements:
57
51
  - - ">="
58
52
  - !ruby/object:Gem::Version
59
- segments:
60
- - 0
61
53
  version: "0"
62
54
  requirements: []
63
55
 
64
56
  rubyforge_project: jruby-extras
65
- rubygems_version: 1.3.7
57
+ rubygems_version: 1.4.2
66
58
  signing_key:
67
59
  specification_version: 3
68
60
  summary: Rack adapter for JRuby and Servlet Containers