jetty-jsp 6.1.17.2.1.1 → 6.1.18.2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +3 -0
- data/Manifest.txt +1 -1
- data/README.txt +2 -2
- data/lib/jetty-jsp/base.rb +1 -1
- data/lib/jetty-jsp/jsp-2.1-jetty-6.1.18.jar +0 -0
- data/pom.xml +1 -1
- metadata +4 -4
- data/lib/jetty-jsp/jsp-2.1-jetty-6.1.17.jar +0 -0
data/History.txt
CHANGED
data/Manifest.txt
CHANGED
@@ -9,5 +9,5 @@ lib/jetty-jsp/base.rb
|
|
9
9
|
lib/jetty-jsp/ant-1.6.5.jar
|
10
10
|
lib/jetty-jsp/core-3.1.1.jar
|
11
11
|
lib/jetty-jsp/jsp-2.1-glassfish-9.1.1.B60.25.p0.jar
|
12
|
-
lib/jetty-jsp/jsp-2.1-jetty-6.1.
|
12
|
+
lib/jetty-jsp/jsp-2.1-jetty-6.1.18.jar
|
13
13
|
lib/jetty-jsp/jsp-api-2.1-glassfish-9.1.1.B60.25.p0.jar
|
data/README.txt
CHANGED
@@ -13,7 +13,7 @@ jetty[http://rjack.rubyforge.org/jetty/] gem.
|
|
13
13
|
|
14
14
|
=== jetty-jsp ruby gem
|
15
15
|
|
16
|
-
Copyright (
|
16
|
+
Copyright (c) 2008-2009 David Kellum
|
17
17
|
|
18
18
|
Licensed under the Apache License, Version 2.0 (the "License"); you
|
19
19
|
may not use this file except in compliance with the License. You
|
@@ -29,7 +29,7 @@ permissions and limitations under the License.
|
|
29
29
|
|
30
30
|
=== Jetty Web Container (Java)
|
31
31
|
|
32
|
-
Copyright 1995-
|
32
|
+
Copyright (c) 1995-2006 Mort Bay Consulting Pty Ltd
|
33
33
|
|
34
34
|
Licensed under the Apache License, Version 2.0 (the "License");
|
35
35
|
you may not use this file except in compliance with the License.
|
data/lib/jetty-jsp/base.rb
CHANGED
Binary file
|
data/pom.xml
CHANGED
metadata
CHANGED
@@ -43,7 +43,7 @@ files:
|
|
43
43
|
- lib/jetty-jsp/ant-1.6.5.jar
|
44
44
|
- lib/jetty-jsp/core-3.1.1.jar
|
45
45
|
- lib/jetty-jsp/jsp-2.1-glassfish-9.1.1.B60.25.p0.jar
|
46
|
-
- lib/jetty-jsp/jsp-2.1-jetty-6.1.
|
46
|
+
- lib/jetty-jsp/jsp-2.1-jetty-6.1.18.jar
|
47
47
|
- lib/jetty-jsp/jsp-api-2.1-glassfish-9.1.1.B60.25.p0.jar
|
48
48
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
49
49
|
requirements:
|
@@ -58,12 +58,12 @@ requirements: []
|
|
58
58
|
|
59
59
|
authors:
|
60
60
|
- David Kellum
|
61
|
-
date: 2009-05-
|
61
|
+
date: 2009-05-29 07:00:00 +00:00
|
62
62
|
platform: ruby
|
63
63
|
test_files: []
|
64
64
|
|
65
65
|
version: !ruby/object:Gem::Version
|
66
|
-
version: 6.1.
|
66
|
+
version: 6.1.18.2.1.1
|
67
67
|
require_paths:
|
68
68
|
- lib
|
69
69
|
dependencies:
|
@@ -72,7 +72,7 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - ~>
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 6.1.
|
75
|
+
version: 6.1.18.1
|
76
76
|
version:
|
77
77
|
type: :runtime
|
78
78
|
version_requirement:
|
Binary file
|