trinidad_jars 1.0.3 → 1.0.4

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.3'
8
- TOMCAT_VERSION = '7.0.26' unless defined?(Trinidad::TOMCAT_VERSION)
7
+ TRINIDAD_JARS_VERSION = '1.0.4'
8
+ TOMCAT_VERSION = '7.0.27' unless defined?(Trinidad::TOMCAT_VERSION)
9
9
 
10
10
  module Tomcat
11
11
  include_package 'org.apache.catalina'
Binary file
@@ -2,10 +2,6 @@
2
2
  #$:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
- s.specification_version = 2 if s.respond_to? :specification_version=
6
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
7
- s.rubygems_version = '1.3.5'
8
-
9
5
  s.name = 'trinidad_jars'
10
6
  s.rubyforge_project = 'trinidad_jars'
11
7
 
metadata CHANGED
@@ -1,50 +1,56 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: trinidad_jars
3
- version: !ruby/object:Gem::Version
4
- version: 1.0.3
3
+ version: !ruby/object:Gem::Version
5
4
  prerelease:
5
+ version: 1.0.4
6
6
  platform: ruby
7
- authors:
8
- - David Calavera
7
+ authors:
8
+ - David Calavera
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-04 00:00:00.000000000 Z
12
+
13
+ date: 2012-06-14 00:00:00 Z
13
14
  dependencies: []
15
+
14
16
  description: Bundled version of Tomcat packed for Trinidad
15
17
  email: calavera@apache.org
16
18
  executables: []
19
+
17
20
  extensions: []
21
+
18
22
  extra_rdoc_files: []
19
- files:
20
- - lib/trinidad/jars.rb
21
- - trinidad-libs/tomcat-core.jar
22
- - trinidad_jars.gemspec
23
+
24
+ files:
25
+ - lib/trinidad/jars.rb
26
+ - trinidad-libs/tomcat-core.jar
27
+ - trinidad_jars.gemspec
23
28
  homepage: http://github.com/trinidad/trinidad
24
29
  licenses: []
30
+
25
31
  post_install_message:
26
32
  rdoc_options: []
27
- require_paths:
28
- - lib
29
- required_ruby_version: !ruby/object:Gem::Requirement
33
+
34
+ require_paths:
35
+ - lib
36
+ required_ruby_version: !ruby/object:Gem::Requirement
30
37
  none: false
31
- requirements:
32
- - - ! '>='
33
- - !ruby/object:Gem::Version
34
- version: '0'
35
- segments:
36
- - 0
37
- hash: 2789103078531469267
38
- required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: "0"
42
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
43
  none: false
40
- requirements:
41
- - - ! '>='
42
- - !ruby/object:Gem::Version
43
- version: '0'
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: "0"
44
48
  requirements: []
49
+
45
50
  rubyforge_project: trinidad_jars
46
- rubygems_version: 1.8.10
51
+ rubygems_version: 1.8.15
47
52
  signing_key:
48
- specification_version: 2
53
+ specification_version: 3
49
54
  summary: Tomcat's jars packed for Trinidad
50
55
  test_files: []
56
+