rjack-jetty-jsp 6.1.23.2.1.0-java → 6.1.24.2.1.0-java
Sign up to get free protection for your applications and to get access to all the features.
- data/History.rdoc +3 -0
- data/Manifest.txt +1 -1
- data/Rakefile +0 -15
- data/lib/rjack-jetty-jsp/base.rb +1 -1
- data/lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.24.jar +0 -0
- data/pom.xml +1 -1
- metadata +8 -8
- data/lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.23.jar +0 -0
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
@@ -9,5 +9,5 @@ lib/rjack-jetty-jsp.rb
|
|
9
9
|
lib/rjack-jetty-jsp/ant-1.6.5.jar
|
10
10
|
lib/rjack-jetty-jsp/core-3.1.1.jar
|
11
11
|
lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20091210.jar
|
12
|
-
lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.
|
12
|
+
lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.24.jar
|
13
13
|
lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20091210.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-jsp/base'
|
data/lib/rjack-jetty-jsp/base.rb
CHANGED
Binary file
|
data/pom.xml
CHANGED
metadata
CHANGED
@@ -5,11 +5,11 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 6
|
7
7
|
- 1
|
8
|
-
-
|
8
|
+
- 24
|
9
9
|
- 2
|
10
10
|
- 1
|
11
11
|
- 0
|
12
|
-
version: 6.1.
|
12
|
+
version: 6.1.24.2.1.0
|
13
13
|
platform: java
|
14
14
|
authors:
|
15
15
|
- David Kellum
|
@@ -17,7 +17,7 @@ autorequire:
|
|
17
17
|
bindir: bin
|
18
18
|
cert_chain: []
|
19
19
|
|
20
|
-
date: 2010-
|
20
|
+
date: 2010-05-15 00:00:00 -07:00
|
21
21
|
default_executable:
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
@@ -30,9 +30,9 @@ dependencies:
|
|
30
30
|
segments:
|
31
31
|
- 6
|
32
32
|
- 1
|
33
|
-
-
|
33
|
+
- 24
|
34
34
|
- 0
|
35
|
-
version: 6.1.
|
35
|
+
version: 6.1.24.0
|
36
36
|
type: :runtime
|
37
37
|
version_requirements: *id001
|
38
38
|
- !ruby/object:Gem::Dependency
|
@@ -45,8 +45,8 @@ dependencies:
|
|
45
45
|
segments:
|
46
46
|
- 1
|
47
47
|
- 2
|
48
|
-
-
|
49
|
-
version: 1.2.
|
48
|
+
- 2
|
49
|
+
version: 1.2.2
|
50
50
|
type: :development
|
51
51
|
version_requirements: *id002
|
52
52
|
description: |-
|
@@ -75,7 +75,7 @@ files:
|
|
75
75
|
- lib/rjack-jetty-jsp/ant-1.6.5.jar
|
76
76
|
- lib/rjack-jetty-jsp/core-3.1.1.jar
|
77
77
|
- lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20091210.jar
|
78
|
-
- lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.
|
78
|
+
- lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.24.jar
|
79
79
|
- lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20091210.jar
|
80
80
|
has_rdoc: true
|
81
81
|
homepage: http://rjack.rubyforge.org
|
Binary file
|