rjack-jetty 6.1.23.0-java → 6.1.24.0-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ === 6.1.24.0 (2010-5-15)
2
+ * Update to Jetty 6.1.24
3
+
1
4
  === 6.1.23.0 (2010-4-21)
2
5
  * Update to Jetty 6.1.23
3
6
 
data/Manifest.txt CHANGED
@@ -14,8 +14,8 @@ test/test_jetty.rb
14
14
  webapps/test/index.html
15
15
  webapps/test/WEB-INF/web.xml
16
16
  webapps/test.war
17
- lib/rjack-jetty/jetty-6.1.23.jar
18
- lib/rjack-jetty/jetty-rewrite-handler-6.1.23.jar
19
- lib/rjack-jetty/jetty-util-6.1.23.jar
17
+ lib/rjack-jetty/jetty-6.1.24.jar
18
+ lib/rjack-jetty/jetty-rewrite-handler-6.1.24.jar
19
+ lib/rjack-jetty/jetty-util-6.1.24.jar
20
20
  lib/rjack-jetty/rjack-jetty-1.0.jar
21
21
  lib/rjack-jetty/servlet-api-2.5-20081211.jar
data/Rakefile CHANGED
@@ -1,19 +1,4 @@
1
1
  # -*- ruby -*-
2
- #--
3
- # Copyright (C) 2008-2009 David Kellum
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License"); you
6
- # may not use this file except in compliance with the License. You
7
- # may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing, software
12
- # distributed under the License is distributed on an "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14
- # implied. See the License for the specific language governing
15
- # permissions and limitations under the License.
16
- #++
17
2
 
18
3
  $LOAD_PATH << './lib'
19
4
  require 'rjack-jetty/base'
@@ -16,7 +16,7 @@
16
16
 
17
17
  module RJack
18
18
  module Jetty
19
- JETTY_VERSION = '6.1.23'
19
+ JETTY_VERSION = '6.1.24'
20
20
  VERSION = JETTY_VERSION + '.0'
21
21
  SERVLET_API_VERSION = '2.5'
22
22
  SERVLET_API_DATE = '20081211'
Binary file
data/pom.xml CHANGED
@@ -12,19 +12,19 @@
12
12
  <dependency>
13
13
  <groupId>org.mortbay.jetty</groupId>
14
14
  <artifactId>jetty</artifactId>
15
- <version>6.1.23</version>
15
+ <version>6.1.24</version>
16
16
  </dependency>
17
17
 
18
18
  <dependency>
19
19
  <groupId>org.mortbay.jetty</groupId>
20
20
  <artifactId>jetty-util</artifactId>
21
- <version>6.1.23</version>
21
+ <version>6.1.24</version>
22
22
  </dependency>
23
23
 
24
24
  <dependency>
25
25
  <groupId>org.mortbay.jetty</groupId>
26
26
  <artifactId>jetty-rewrite-handler</artifactId>
27
- <version>6.1.23</version>
27
+ <version>6.1.24</version>
28
28
  </dependency>
29
29
 
30
30
  </dependencies>
data/webapps/test.war CHANGED
Binary file
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 6
7
7
  - 1
8
- - 23
8
+ - 24
9
9
  - 0
10
- version: 6.1.23.0
10
+ version: 6.1.24.0
11
11
  platform: java
12
12
  authors:
13
13
  - David Kellum
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-04-21 00:00:00 -07:00
18
+ date: 2010-05-15 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -42,8 +42,8 @@ dependencies:
42
42
  segments:
43
43
  - 1
44
44
  - 2
45
- - 1
46
- version: 1.2.1
45
+ - 2
46
+ version: 1.2.2
47
47
  type: :development
48
48
  version_requirements: *id002
49
49
  description: |-
@@ -86,9 +86,9 @@ files:
86
86
  - webapps/test/index.html
87
87
  - webapps/test/WEB-INF/web.xml
88
88
  - webapps/test.war
89
- - lib/rjack-jetty/jetty-6.1.23.jar
90
- - lib/rjack-jetty/jetty-rewrite-handler-6.1.23.jar
91
- - lib/rjack-jetty/jetty-util-6.1.23.jar
89
+ - lib/rjack-jetty/jetty-6.1.24.jar
90
+ - lib/rjack-jetty/jetty-rewrite-handler-6.1.24.jar
91
+ - lib/rjack-jetty/jetty-util-6.1.24.jar
92
92
  - lib/rjack-jetty/rjack-jetty-1.0.jar
93
93
  - lib/rjack-jetty/servlet-api-2.5-20081211.jar
94
94
  has_rdoc: true