rjack-jetty-jsp 6.1.22.2.1.1-java → 6.1.23.2.1.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,8 @@
1
+ === 6.1.23.2.1.0 (2010-4-21)
2
+ * Update to Jetty 6.1.23 JSP 2.1
3
+ * Includes jsp-(api)-2.1-glassfish-2.1.v20091210
4
+ * Remove require 'rubygems' from lib.
5
+
1
6
  === 6.1.22.2.1.1 (2010-3-6)
2
7
  * Set gem platform to java
3
8
  * Upgraded to tarpit ~> 1.2.0
data/Manifest.txt CHANGED
@@ -1,14 +1,13 @@
1
- Manifest.static
1
+ History.rdoc
2
2
  Manifest.txt
3
3
  README.rdoc
4
- History.rdoc
5
4
  Rakefile
6
- pom.xml
7
5
  assembly.xml
8
- lib/rjack-jetty-jsp.rb
6
+ pom.xml
9
7
  lib/rjack-jetty-jsp/base.rb
8
+ lib/rjack-jetty-jsp.rb
10
9
  lib/rjack-jetty-jsp/ant-1.6.5.jar
11
10
  lib/rjack-jetty-jsp/core-3.1.1.jar
12
- lib/rjack-jetty-jsp/jsp-2.1-glassfish-9.1.1.B60.25.p2.jar
13
- lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.22.jar
14
- lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-9.1.1.B60.25.p2.jar
11
+ lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20091210.jar
12
+ lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.23.jar
13
+ lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20091210.jar
data/README.rdoc CHANGED
@@ -13,7 +13,7 @@ rjack-jetty[http://rjack.rubyforge.org/jetty/] gem.
13
13
 
14
14
  === rjack-jetty-jsp gem
15
15
 
16
- Copyright (c) 2008-2009 David Kellum
16
+ Copyright (c) 2008-2010 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
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (C) 2008-2009 David Kellum
2
+ # Copyright (c) 2008-2010 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -17,9 +17,9 @@
17
17
  module RJack
18
18
  module Jetty
19
19
  module Jsp
20
- JETTY_VERSION = '6.1.22'
20
+ JETTY_VERSION = '6.1.23'
21
21
  JSP_VERSION = '2.1'
22
- GEM_VERSION = '1'
22
+ GEM_VERSION = '0'
23
23
 
24
24
  VERSION = [ JETTY_VERSION, JSP_VERSION, GEM_VERSION ].join( '.' )
25
25
 
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (C) 2008-2009 David Kellum
2
+ # Copyright (c) 2008-2010 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -14,8 +14,6 @@
14
14
  # permissions and limitations under the License.
15
15
  #++
16
16
 
17
- require 'rubygems'
18
-
19
17
  require 'rjack-jetty-jsp/base'
20
18
  require 'rjack-jetty'
21
19
 
data/pom.xml CHANGED
@@ -10,7 +10,7 @@
10
10
  <dependency>
11
11
  <groupId>org.mortbay.jetty</groupId>
12
12
  <artifactId>jsp-2.1-jetty</artifactId>
13
- <version>6.1.22</version>
13
+ <version>6.1.23</version>
14
14
  </dependency>
15
15
  </dependencies>
16
16
 
metadata CHANGED
@@ -1,7 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjack-jetty-jsp
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.22.2.1.1
4
+ prerelease: false
5
+ segments:
6
+ - 6
7
+ - 1
8
+ - 23
9
+ - 2
10
+ - 1
11
+ - 0
12
+ version: 6.1.23.2.1.0
5
13
  platform: java
6
14
  authors:
7
15
  - David Kellum
@@ -9,29 +17,38 @@ autorequire:
9
17
  bindir: bin
10
18
  cert_chain: []
11
19
 
12
- date: 2010-03-06 00:00:00 -08:00
20
+ date: 2010-04-21 00:00:00 -07:00
13
21
  default_executable:
14
22
  dependencies:
15
23
  - !ruby/object:Gem::Dependency
16
24
  name: rjack-jetty
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
25
+ prerelease: false
26
+ requirement: &id001 !ruby/object:Gem::Requirement
20
27
  requirements:
21
28
  - - ~>
22
29
  - !ruby/object:Gem::Version
23
- version: 6.1.22.0
24
- version:
30
+ segments:
31
+ - 6
32
+ - 1
33
+ - 23
34
+ - 0
35
+ version: 6.1.23.0
36
+ type: :runtime
37
+ version_requirements: *id001
25
38
  - !ruby/object:Gem::Dependency
26
39
  name: rjack-tarpit
27
- type: :development
28
- version_requirement:
29
- version_requirements: !ruby/object:Gem::Requirement
40
+ prerelease: false
41
+ requirement: &id002 !ruby/object:Gem::Requirement
30
42
  requirements:
31
43
  - - ~>
32
44
  - !ruby/object:Gem::Version
33
- version: 1.2.0
34
- version:
45
+ segments:
46
+ - 1
47
+ - 2
48
+ - 1
49
+ version: 1.2.1
50
+ type: :development
51
+ version_requirements: *id002
35
52
  description: |-
36
53
  A gem packaging of the {Jetty Web Server}[http://www.mortbay.org/jetty/]
37
54
  JSP 2.1 support for JRuby. This gem is provided as a companion to the
@@ -47,20 +64,19 @@ extra_rdoc_files:
47
64
  - README.rdoc
48
65
  - History.rdoc
49
66
  files:
50
- - Manifest.static
67
+ - History.rdoc
51
68
  - Manifest.txt
52
69
  - README.rdoc
53
- - History.rdoc
54
70
  - Rakefile
55
- - pom.xml
56
71
  - assembly.xml
57
- - lib/rjack-jetty-jsp.rb
72
+ - pom.xml
58
73
  - lib/rjack-jetty-jsp/base.rb
74
+ - lib/rjack-jetty-jsp.rb
59
75
  - lib/rjack-jetty-jsp/ant-1.6.5.jar
60
76
  - lib/rjack-jetty-jsp/core-3.1.1.jar
61
- - lib/rjack-jetty-jsp/jsp-2.1-glassfish-9.1.1.B60.25.p2.jar
62
- - lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.22.jar
63
- - lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-9.1.1.B60.25.p2.jar
77
+ - lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20091210.jar
78
+ - lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.23.jar
79
+ - lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20091210.jar
64
80
  has_rdoc: true
65
81
  homepage: http://rjack.rubyforge.org
66
82
  licenses: []
@@ -75,18 +91,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
91
  requirements:
76
92
  - - ">="
77
93
  - !ruby/object:Gem::Version
94
+ segments:
95
+ - 0
78
96
  version: "0"
79
- version:
80
97
  required_rubygems_version: !ruby/object:Gem::Requirement
81
98
  requirements:
82
99
  - - ">="
83
100
  - !ruby/object:Gem::Version
101
+ segments:
102
+ - 0
84
103
  version: "0"
85
- version:
86
104
  requirements: []
87
105
 
88
106
  rubyforge_project: rjack
89
- rubygems_version: 1.3.5
107
+ rubygems_version: 1.3.6
90
108
  signing_key:
91
109
  specification_version: 3
92
110
  summary: A gem packaging of the {Jetty Web Server}[http://www.mortbay.org/jetty/] JSP 2.1 support for JRuby
data/Manifest.static DELETED
@@ -1,9 +0,0 @@
1
- Manifest.static
2
- Manifest.txt
3
- README.rdoc
4
- History.rdoc
5
- Rakefile
6
- pom.xml
7
- assembly.xml
8
- lib/rjack-jetty-jsp.rb
9
- lib/rjack-jetty-jsp/base.rb