trinidad_jars 1.2.4 → 1.2.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/trinidad/jars.rb +3 -3
- data/trinidad-libs/tomcat-core.jar +0 -0
- data/trinidad_jars.gemspec +15 -15
- metadata +9 -17
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 30c739dbaa0766cabff5391fc8919f9e9aa139cf
|
4
|
+
data.tar.gz: 5fb37bc667dc7f19e90fbfc93ea0d3deaf2c3eda
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 28fe1b58f80fb99a88c03f9b363433b8975de7bf7c8a61725b221c980b75913e2d06c11aa0972d1a7b3ab3e5f25fd7ef32a33c30f4a7a06829e1de158b10695c
|
7
|
+
data.tar.gz: 295029a34e95d075fd210145c8b4f3cda150cf09d2ed56f05367f94ad3e896f5a824cde66bb5ba6153043c4f099b0cc56f8e0b9255e1cbcfea8183d041fd0246
|
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.5'
|
7
|
+
TOMCAT_VERSION = '7.0.42' unless const_defined?(:TOMCAT_VERSION)
|
8
8
|
|
9
9
|
module Tomcat
|
10
10
|
include_package 'org.apache.catalina'
|
@@ -12,7 +12,7 @@ module Trinidad
|
|
12
12
|
include_package 'org.apache.catalina.core'
|
13
13
|
include_package 'org.apache.catalina.deploy'
|
14
14
|
include_package 'org.apache.catalina.loader'
|
15
|
-
|
15
|
+
|
16
16
|
include_package 'org.apache.naming.resources'
|
17
17
|
|
18
18
|
java_import 'org.apache.catalina.connector.Connector'
|
Binary file
|
data/trinidad_jars.gemspec
CHANGED
@@ -1,23 +1,23 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
#$:.push File.expand_path("../lib", __FILE__)
|
3
3
|
|
4
|
-
Gem::Specification.new do |
|
5
|
-
|
6
|
-
|
4
|
+
Gem::Specification.new do |gem|
|
5
|
+
gem.name = 'trinidad_jars'
|
6
|
+
|
7
7
|
file = File.expand_path("../lib/trinidad/jars.rb", __FILE__)
|
8
8
|
line = File.read(file)[/^\s*TRINIDAD_JARS_VERSION\s*=\s*.*/]
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
9
|
+
gem.version = line.match(/.*TRINIDAD_JARS_VERSION\s*=\s*['"](.*)['"]/)[1]
|
10
|
+
|
11
|
+
gem.summary = "Jars packaged for Trinidad"
|
12
|
+
gem.description = "Bundled version of Tomcat and a slice of Java required by Trinidad."
|
13
|
+
|
14
|
+
gem.authors = ["David Calavera"]
|
15
|
+
gem.email = 'calavera@apache.org'
|
16
|
+
gem.homepage = 'http://github.com/trinidad/trinidad'
|
17
|
+
|
18
|
+
gem.require_paths = %w[lib] # due require 'trinidad/jars'
|
19
|
+
|
20
|
+
gem.files = `git ls-files`.split("\n").sort.
|
21
21
|
select { |file| file == 'trinidad_jars.gemspec' ||
|
22
22
|
file == 'lib/trinidad/jars.rb' ||
|
23
23
|
file =~ /^trinidad-libs\// }
|
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: trinidad_jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 1.2.4
|
4
|
+
version: 1.2.5
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- David Calavera
|
@@ -10,7 +9,7 @@ autorequire:
|
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
11
|
|
13
|
-
date: 2013-
|
12
|
+
date: 2013-11-14 00:00:00 Z
|
14
13
|
dependencies: []
|
15
14
|
|
16
15
|
description: Bundled version of Tomcat and a slice of Java required by Trinidad.
|
@@ -31,35 +30,28 @@ files:
|
|
31
30
|
homepage: http://github.com/trinidad/trinidad
|
32
31
|
licenses: []
|
33
32
|
|
33
|
+
metadata: {}
|
34
|
+
|
34
35
|
post_install_message:
|
35
36
|
rdoc_options: []
|
36
37
|
|
37
38
|
require_paths:
|
38
39
|
- lib
|
39
40
|
required_ruby_version: !ruby/object:Gem::Requirement
|
40
|
-
none: false
|
41
41
|
requirements:
|
42
|
-
-
|
42
|
+
- &id001
|
43
|
+
- ">="
|
43
44
|
- !ruby/object:Gem::Version
|
44
|
-
hash: 2
|
45
|
-
segments:
|
46
|
-
- 0
|
47
45
|
version: "0"
|
48
46
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
47
|
requirements:
|
51
|
-
-
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
hash: 2
|
54
|
-
segments:
|
55
|
-
- 0
|
56
|
-
version: "0"
|
48
|
+
- *id001
|
57
49
|
requirements: []
|
58
50
|
|
59
51
|
rubyforge_project:
|
60
|
-
rubygems_version: 1.
|
52
|
+
rubygems_version: 2.1.9
|
61
53
|
signing_key:
|
62
|
-
specification_version:
|
54
|
+
specification_version: 4
|
63
55
|
summary: Jars packaged for Trinidad
|
64
56
|
test_files: []
|
65
57
|
|