trinidad_jars 0.3.3 → 1.0.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,8 +4,8 @@ $:.unshift(TRINIDAD_LIBS) unless
4
4
 
5
5
  module Trinidad
6
6
  require 'tomcat-core'
7
- TRINIDAD_JARS_VERSION = '0.3.3'
8
- TOMCAT_VERSION = '7.0.4' unless defined?(Trinidad::TOMCAT_VERSION)
7
+ TRINIDAD_JARS_VERSION = '1.0.0'
8
+ TOMCAT_VERSION = '7.0.6' unless defined?(Trinidad::TOMCAT_VERSION)
9
9
 
10
10
  module Tomcat
11
11
  include_package 'org.apache.catalina'
Binary file
metadata CHANGED
@@ -3,10 +3,10 @@ name: trinidad_jars
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
+ - 1
6
7
  - 0
7
- - 3
8
- - 3
9
- version: 0.3.3
8
+ - 0
9
+ version: 1.0.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Calavera
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-11-11 00:00:00 -06:00
17
+ date: 2011-01-18 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies: []
20
20