trinidad_jars 1.4.1 → 1.4.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.
- checksums.yaml +7 -0
- data/lib/trinidad/jars.rb +2 -2
- data/trinidad-libs/tomcat-core.jar +0 -0
- data/trinidad-libs/trinidad-rb.jar +0 -0
- metadata +35 -45
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: d9f4f12046560898de1842bb204b8548effa3454
|
|
4
|
+
data.tar.gz: 4147c3f239404288bb6db0d8e6c0b46e4e862b60
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: cc2da5988357093a476a8b51d9c024b433c010e3d1f28df1c0af5b8276743910f439fc9955d75888ca336f0b2a6bd37749248713a3fd78c84f7d6cec78bbca25
|
|
7
|
+
data.tar.gz: 2e1bf97067836afb62104cf8d5971899016c5a1a31fb84810ea3b490c590ab732f95d702122e8c729b868d01148b1177adfccc8042fb53432b0558550f56c963
|
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.4.
|
|
7
|
-
TOMCAT_VERSION = '7.0.
|
|
6
|
+
TRINIDAD_JARS_VERSION = '1.4.2'
|
|
7
|
+
TOMCAT_VERSION = '7.0.57' unless const_defined?(:TOMCAT_VERSION)
|
|
8
8
|
|
|
9
9
|
( Tomcat = Java::RbTrinidad::Jerry ).module_eval do
|
|
10
10
|
include_package 'org.apache.catalina'
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,60 +1,50 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: trinidad_jars
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
version: 1.4.1
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.4.2
|
|
6
5
|
platform: ruby
|
|
7
|
-
authors:
|
|
8
|
-
|
|
9
|
-
autorequire:
|
|
6
|
+
authors:
|
|
7
|
+
- David Calavera
|
|
8
|
+
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
date: 2015-05-01 00:00:00 Z
|
|
11
|
+
date: 2015-10-09 00:00:00.000000000 Z
|
|
14
12
|
dependencies: []
|
|
15
|
-
|
|
16
13
|
description: Bundled version of Tomcat and a slice of Java required by Trinidad.
|
|
17
14
|
email: calavera@apache.org
|
|
18
15
|
executables: []
|
|
19
|
-
|
|
20
16
|
extensions: []
|
|
21
|
-
|
|
22
17
|
extra_rdoc_files: []
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
- trinidad_jars.gemspec
|
|
18
|
+
files:
|
|
19
|
+
- lib/trinidad/jars.rb
|
|
20
|
+
- trinidad-libs/LICENSE
|
|
21
|
+
- trinidad-libs/NOTICE
|
|
22
|
+
- trinidad-libs/tomcat-core.jar
|
|
23
|
+
- trinidad-libs/trinidad-rb.jar
|
|
24
|
+
- trinidad_jars.gemspec
|
|
31
25
|
homepage: https://github.com/trinidad/trinidad
|
|
32
|
-
licenses:
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
26
|
+
licenses:
|
|
27
|
+
- MIT
|
|
28
|
+
- Apache-2.0
|
|
29
|
+
metadata: {}
|
|
30
|
+
post_install_message:
|
|
36
31
|
rdoc_options: []
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
- - ">="
|
|
50
|
-
- !ruby/object:Gem::Version
|
|
51
|
-
version: "0"
|
|
32
|
+
require_paths:
|
|
33
|
+
- lib
|
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - '>='
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
40
|
+
requirements:
|
|
41
|
+
- - '>='
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: '0'
|
|
52
44
|
requirements: []
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
specification_version: 3
|
|
45
|
+
rubyforge_project:
|
|
46
|
+
rubygems_version: 2.4.8
|
|
47
|
+
signing_key:
|
|
48
|
+
specification_version: 4
|
|
58
49
|
summary: Jars packaged for Trinidad
|
|
59
50
|
test_files: []
|
|
60
|
-
|