trinidad_jars 1.0.6 → 1.0.7

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,8 +4,8 @@ $:.unshift(TRINIDAD_LIBS) unless
4
4
 
5
5
  module Trinidad
6
6
  require 'tomcat-core'
7
- TRINIDAD_JARS_VERSION = '1.0.6'
8
- TOMCAT_VERSION = '7.0.29' unless defined?(Trinidad::TOMCAT_VERSION)
7
+ TRINIDAD_JARS_VERSION = '1.0.7'
8
+ TOMCAT_VERSION = '7.0.30' unless defined?(Trinidad::TOMCAT_VERSION)
9
9
 
10
10
  module Tomcat
11
11
  include_package 'org.apache.catalina'
Binary file
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.6
5
+ version: 1.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - David Calavera
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-08-21 00:00:00 Z
13
+ date: 2012-09-12 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: Bundled version of Tomcat packed for Trinidad