trinidad_jars 1.1.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
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.1.1'
7
- TOMCAT_VERSION = '7.0.32' unless const_defined?(:TOMCAT_VERSION)
6
+ TRINIDAD_JARS_VERSION = '1.2.0'
7
+ TOMCAT_VERSION = '7.0.33' unless const_defined?(:TOMCAT_VERSION)
8
8
 
9
9
  module Tomcat
10
10
  include_package 'org.apache.catalina'
Binary file
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.1.1
5
+ version: 1.2.0
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-10-17 00:00:00 Z
13
+ date: 2013-01-14 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: Bundled version of Tomcat and a slice of Java required by Trinidad.