trinidad_jars 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/trinidad/jars.rb +4 -4
- data/trinidad-libs/tomcat-core.jar +0 -0
- metadata +3 -5
data/lib/trinidad/jars.rb
CHANGED
@@ -4,8 +4,8 @@ $:.unshift(TRINIDAD_LIBS) unless
|
|
4
4
|
|
5
5
|
module Trinidad
|
6
6
|
require 'tomcat-core'
|
7
|
-
TRINIDAD_JARS_VERSION = '1.0.
|
8
|
-
TOMCAT_VERSION = '7.0.
|
7
|
+
TRINIDAD_JARS_VERSION = '1.0.2'
|
8
|
+
TOMCAT_VERSION = '7.0.23' unless defined?(Trinidad::TOMCAT_VERSION)
|
9
9
|
|
10
10
|
module Tomcat
|
11
11
|
include_package 'org.apache.catalina'
|
@@ -16,8 +16,8 @@ module Trinidad
|
|
16
16
|
|
17
17
|
include_package 'org.apache.naming.resources'
|
18
18
|
|
19
|
-
|
20
|
-
|
19
|
+
java_import 'org.apache.catalina.connector.Connector'
|
20
|
+
java_import 'sun.security.tools.KeyTool'
|
21
21
|
end
|
22
22
|
|
23
23
|
module Rack
|
Binary file
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: trinidad_jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.0.
|
5
|
+
version: 1.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- David Calavera
|
@@ -10,8 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
14
|
-
default_executable:
|
13
|
+
date: 2011-12-31 00:00:00 Z
|
15
14
|
dependencies: []
|
16
15
|
|
17
16
|
description: Bundled version of Tomcat packed for Trinidad
|
@@ -25,7 +24,6 @@ extra_rdoc_files: []
|
|
25
24
|
files:
|
26
25
|
- lib/trinidad/jars.rb
|
27
26
|
- trinidad-libs/tomcat-core.jar
|
28
|
-
has_rdoc: true
|
29
27
|
homepage: http://github.com/calavera/trinidad
|
30
28
|
licenses: []
|
31
29
|
|
@@ -49,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
47
|
requirements: []
|
50
48
|
|
51
49
|
rubyforge_project: trinidad_jars
|
52
|
-
rubygems_version: 1.
|
50
|
+
rubygems_version: 1.8.9
|
53
51
|
signing_key:
|
54
52
|
specification_version: 2
|
55
53
|
summary: Tomcat's jars packed for Trinidad
|