trinidad_jars 1.2.1 → 1.2.2
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.
- data/lib/trinidad/jars.rb +3 -2
- data/trinidad-libs/tomcat-core.jar +0 -0
- metadata +38 -45
data/lib/trinidad/jars.rb
CHANGED
|
@@ -3,8 +3,8 @@ load File.expand_path('../../trinidad-libs/tomcat-core.jar', File.dirname(__FILE
|
|
|
3
3
|
load File.expand_path('../../trinidad-libs/trinidad-rb.jar', File.dirname(__FILE__))
|
|
4
4
|
|
|
5
5
|
module Trinidad
|
|
6
|
-
TRINIDAD_JARS_VERSION = '1.2.
|
|
7
|
-
TOMCAT_VERSION = '7.0.
|
|
6
|
+
TRINIDAD_JARS_VERSION = '1.2.2'
|
|
7
|
+
TOMCAT_VERSION = '7.0.37' unless const_defined?(:TOMCAT_VERSION)
|
|
8
8
|
|
|
9
9
|
module Tomcat
|
|
10
10
|
include_package 'org.apache.catalina'
|
|
@@ -16,5 +16,6 @@ module Trinidad
|
|
|
16
16
|
include_package 'org.apache.naming.resources'
|
|
17
17
|
|
|
18
18
|
java_import 'org.apache.catalina.connector.Connector'
|
|
19
|
+
java_import 'org.apache.catalina.util.ContextName'
|
|
19
20
|
end
|
|
20
21
|
end
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,65 +1,58 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trinidad_jars
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
version: 1.2.
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 1.2.2
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
8
|
-
|
|
9
|
-
autorequire:
|
|
7
|
+
authors:
|
|
8
|
+
- David Calavera
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
date: 2013-02-21 00:00:00 Z
|
|
12
|
+
date: 2013-03-08 00:00:00.000000000 Z
|
|
14
13
|
dependencies: []
|
|
15
|
-
|
|
16
14
|
description: Bundled version of Tomcat and a slice of Java required by Trinidad.
|
|
17
15
|
email: calavera@apache.org
|
|
18
16
|
executables: []
|
|
19
|
-
|
|
20
17
|
extensions: []
|
|
21
|
-
|
|
22
18
|
extra_rdoc_files: []
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
- trinidad_jars.gemspec
|
|
19
|
+
files:
|
|
20
|
+
- lib/trinidad/jars.rb
|
|
21
|
+
- trinidad-libs/LICENSE
|
|
22
|
+
- trinidad-libs/NOTICE
|
|
23
|
+
- trinidad-libs/tomcat-core.jar
|
|
24
|
+
- trinidad-libs/trinidad-rb.jar
|
|
25
|
+
- trinidad_jars.gemspec
|
|
31
26
|
homepage: http://github.com/trinidad/trinidad
|
|
32
27
|
licenses: []
|
|
33
|
-
|
|
34
|
-
post_install_message:
|
|
28
|
+
post_install_message:
|
|
35
29
|
rdoc_options: []
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
30
|
+
require_paths:
|
|
31
|
+
- lib
|
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
segments:
|
|
37
|
+
- 0
|
|
38
|
+
hash: 2
|
|
39
|
+
version: !binary |-
|
|
40
|
+
MA==
|
|
40
41
|
none: false
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
42
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
segments:
|
|
47
|
+
- 0
|
|
48
|
+
hash: 2
|
|
49
|
+
version: !binary |-
|
|
50
|
+
MA==
|
|
49
51
|
none: false
|
|
50
|
-
requirements:
|
|
51
|
-
- - ">="
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
hash: 2
|
|
54
|
-
segments:
|
|
55
|
-
- 0
|
|
56
|
-
version: "0"
|
|
57
52
|
requirements: []
|
|
58
|
-
|
|
59
|
-
rubyforge_project:
|
|
53
|
+
rubyforge_project:
|
|
60
54
|
rubygems_version: 1.8.24
|
|
61
|
-
signing_key:
|
|
55
|
+
signing_key:
|
|
62
56
|
specification_version: 3
|
|
63
57
|
summary: Jars packaged for Trinidad
|
|
64
58
|
test_files: []
|
|
65
|
-
|