trinidad_jars 1.0.7 → 1.1.0

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.
data/lib/trinidad/jars.rb CHANGED
@@ -4,7 +4,8 @@ $:.unshift(TRINIDAD_LIBS) unless
4
4
 
5
5
  module Trinidad
6
6
  require 'tomcat-core'
7
- TRINIDAD_JARS_VERSION = '1.0.7'
7
+ require 'trinidad-rb'
8
+ TRINIDAD_JARS_VERSION = '1.1.0'
8
9
  TOMCAT_VERSION = '7.0.30' unless defined?(Trinidad::TOMCAT_VERSION)
9
10
 
10
11
  module Tomcat
Binary file
Binary file
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  line = File.read(file)[/^\s*TRINIDAD_JARS_VERSION\s*=\s*.*/]
10
10
  s.version = line.match(/.*TRINIDAD_JARS_VERSION\s*=\s*['"](.*)['"]/)[1]
11
11
 
12
- s.summary = "Tomcat's jars packed for Trinidad"
13
- s.description = "Bundled version of Tomcat packed for Trinidad"
12
+ s.summary = "Jars packaged for Trinidad"
13
+ s.description = "Bundled version of Tomcat and a slice of Java required by Trinidad."
14
14
 
15
15
  s.authors = ["David Calavera"]
16
16
  s.email = 'calavera@apache.org'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: trinidad_jars
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.7
5
+ version: 1.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - David Calavera
@@ -10,10 +10,10 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-09-12 00:00:00 Z
13
+ date: 2012-09-20 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
- description: Bundled version of Tomcat packed for Trinidad
16
+ description: Bundled version of Tomcat and a slice of Java required by Trinidad.
17
17
  email: calavera@apache.org
18
18
  executables: []
19
19
 
@@ -26,6 +26,7 @@ files:
26
26
  - trinidad-libs/LICENSE
27
27
  - trinidad-libs/NOTICE
28
28
  - trinidad-libs/tomcat-core.jar
29
+ - trinidad-libs/trinidad-rb.jar
29
30
  - trinidad_jars.gemspec
30
31
  homepage: http://github.com/trinidad/trinidad
31
32
  licenses: []
@@ -53,6 +54,6 @@ rubyforge_project: trinidad_jars
53
54
  rubygems_version: 1.8.15
54
55
  signing_key:
55
56
  specification_version: 3
56
- summary: Tomcat's jars packed for Trinidad
57
+ summary: Jars packaged for Trinidad
57
58
  test_files: []
58
59