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