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.
@@ -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
@@ -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.1'
7
- TOMCAT_VERSION = '7.0.55' unless const_defined?(:TOMCAT_VERSION)
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'
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
- prerelease:
5
- version: 1.4.1
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.4.2
6
5
  platform: ruby
7
- authors:
8
- - David Calavera
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
- 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
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
- - MIT
34
- - Apache-2.0
35
- post_install_message:
26
+ licenses:
27
+ - MIT
28
+ - Apache-2.0
29
+ metadata: {}
30
+ post_install_message:
36
31
  rdoc_options: []
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"
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
- rubyforge_project:
55
- rubygems_version: 1.8.24
56
- signing_key:
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
-