trinidad_jars 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/trinidad/jars.rb +2 -2
- data/trinidad-libs/tomcat-core.jar +0 -0
- metadata +6 -12
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.1'
|
8
|
+
TOMCAT_VERSION = '7.0.11' unless defined?(Trinidad::TOMCAT_VERSION)
|
9
9
|
|
10
10
|
module Tomcat
|
11
11
|
include_package 'org.apache.catalina'
|
Binary file
|
metadata
CHANGED
@@ -1,12 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trinidad_jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
|
6
|
-
- 1
|
7
|
-
- 0
|
8
|
-
- 0
|
9
|
-
version: 1.0.0
|
4
|
+
prerelease:
|
5
|
+
version: 1.0.1
|
10
6
|
platform: ruby
|
11
7
|
authors:
|
12
8
|
- David Calavera
|
@@ -14,7 +10,7 @@ autorequire:
|
|
14
10
|
bindir: bin
|
15
11
|
cert_chain: []
|
16
12
|
|
17
|
-
date: 2011-
|
13
|
+
date: 2011-03-17 00:00:00 -07:00
|
18
14
|
default_executable:
|
19
15
|
dependencies: []
|
20
16
|
|
@@ -39,23 +35,21 @@ rdoc_options: []
|
|
39
35
|
require_paths:
|
40
36
|
- lib
|
41
37
|
required_ruby_version: !ruby/object:Gem::Requirement
|
38
|
+
none: false
|
42
39
|
requirements:
|
43
40
|
- - ">="
|
44
41
|
- !ruby/object:Gem::Version
|
45
|
-
segments:
|
46
|
-
- 0
|
47
42
|
version: "0"
|
48
43
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
44
|
+
none: false
|
49
45
|
requirements:
|
50
46
|
- - ">="
|
51
47
|
- !ruby/object:Gem::Version
|
52
|
-
segments:
|
53
|
-
- 0
|
54
48
|
version: "0"
|
55
49
|
requirements: []
|
56
50
|
|
57
51
|
rubyforge_project: trinidad_jars
|
58
|
-
rubygems_version: 1.
|
52
|
+
rubygems_version: 1.5.1
|
59
53
|
signing_key:
|
60
54
|
specification_version: 2
|
61
55
|
summary: Tomcat's jars packed for Trinidad
|