rjack-commons-pool 1.5.4.1-java → 1.5.4.2-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.5.4.2 (2010-9-1)
2
+ * Remove require 'rubygems' from lib.
3
+
1
4
  === 1.5.4.1 (2010-3-6)
2
5
  * Set gem platform to java
3
6
  * Upgraded to tarpit ~> 1.2.0
data/Manifest.txt CHANGED
@@ -1,11 +1,10 @@
1
- Manifest.static
2
- Manifest.txt
3
- README.rdoc
4
1
  History.rdoc
2
+ Manifest.txt
5
3
  NOTICE.txt
4
+ README.rdoc
6
5
  Rakefile
7
- pom.xml
8
6
  assembly.xml
7
+ pom.xml
9
8
  lib/rjack-commons-pool/base.rb
10
9
  lib/rjack-commons-pool.rb
11
10
  lib/rjack-commons-pool/commons-pool-1.5.4.jar
data/NOTICE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  rjack-commons-pool gem
2
- Copyright (c) 2009 David Kellum
2
+ Copyright (c) 2009-2010 David Kellum
3
3
 
4
4
  This product includes software developed by:
5
5
 
data/README.rdoc CHANGED
@@ -11,7 +11,7 @@ A gem packaging of {Commons Pool}[http://commons.apache.org/pool/]
11
11
 
12
12
  === rjack-commons-pool gem
13
13
 
14
- Copyright (c) 2009 David Kellum
14
+ Copyright (c) 2009-2010 David Kellum
15
15
 
16
16
  Licensed under the Apache License, Version 2.0 (the "License"); you
17
17
  may not use this file except in compliance with the License. You
data/Rakefile CHANGED
@@ -1,19 +1,4 @@
1
1
  # -*- ruby -*-
2
- #--
3
- # Copyright (C) 2009 David Kellum
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License"); you
6
- # may not use this file except in compliance with the License. You
7
- # may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing, software
12
- # distributed under the License is distributed on an "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14
- # implied. See the License for the specific language governing
15
- # permissions and limitations under the License.
16
- #++
17
2
 
18
3
  $LOAD_PATH << './lib'
19
4
  require 'rjack-commons-pool/base'
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (C) 2009 David Kellum
2
+ # Copyright (c) 2009-2010 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -14,8 +14,6 @@
14
14
  # permissions and limitations under the License.
15
15
  #++
16
16
 
17
- require 'rubygems'
18
-
19
17
  require 'rjack-commons-pool/base'
20
18
 
21
19
  # Commons Pool wrapper module
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (C) 2009 David Kellum
2
+ # Copyright (c) 2009-2010 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -21,7 +21,7 @@ module RJack
21
21
  POOL_VERSION = '1.5.4'
22
22
 
23
23
  # rjack gem version
24
- VERSION = POOL_VERSION + '.1'
24
+ VERSION = POOL_VERSION + '.2'
25
25
 
26
26
  POOL_DIR = File.dirname( __FILE__ ) # :nodoc:
27
27
  end
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjack-commons-pool
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.4.1
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 5
8
+ - 4
9
+ - 2
10
+ version: 1.5.4.2
5
11
  platform: java
6
12
  authors:
7
13
  - David Kellum
@@ -9,19 +15,23 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2010-03-06 00:00:00 -08:00
18
+ date: 2010-09-01 00:00:00 -07:00
13
19
  default_executable:
14
20
  dependencies:
15
21
  - !ruby/object:Gem::Dependency
16
22
  name: rjack-tarpit
17
- type: :development
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
20
25
  requirements:
21
26
  - - ~>
22
27
  - !ruby/object:Gem::Version
23
- version: 1.2.0
24
- version:
28
+ segments:
29
+ - 1
30
+ - 2
31
+ - 2
32
+ version: 1.2.2
33
+ type: :development
34
+ version_requirements: *id001
25
35
  description: A gem packaging of {Commons Pool}[http://commons.apache.org/pool/]
26
36
  email:
27
37
  - dek-oss@gravitext.com
@@ -32,17 +42,16 @@ extensions: []
32
42
  extra_rdoc_files:
33
43
  - Manifest.txt
34
44
  - NOTICE.txt
35
- - README.rdoc
36
45
  - History.rdoc
37
- files:
38
- - Manifest.static
39
- - Manifest.txt
40
46
  - README.rdoc
47
+ files:
41
48
  - History.rdoc
49
+ - Manifest.txt
42
50
  - NOTICE.txt
51
+ - README.rdoc
43
52
  - Rakefile
44
- - pom.xml
45
53
  - assembly.xml
54
+ - pom.xml
46
55
  - lib/rjack-commons-pool/base.rb
47
56
  - lib/rjack-commons-pool.rb
48
57
  - lib/rjack-commons-pool/commons-pool-1.5.4.jar
@@ -60,18 +69,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
69
  requirements:
61
70
  - - ">="
62
71
  - !ruby/object:Gem::Version
72
+ segments:
73
+ - 0
63
74
  version: "0"
64
- version:
65
75
  required_rubygems_version: !ruby/object:Gem::Requirement
66
76
  requirements:
67
77
  - - ">="
68
78
  - !ruby/object:Gem::Version
79
+ segments:
80
+ - 0
69
81
  version: "0"
70
- version:
71
82
  requirements: []
72
83
 
73
84
  rubyforge_project: rjack
74
- rubygems_version: 1.3.5
85
+ rubygems_version: 1.3.6
75
86
  signing_key:
76
87
  specification_version: 3
77
88
  summary: A gem packaging of {Commons Pool}[http://commons.apache.org/pool/]
data/Manifest.static DELETED
@@ -1,10 +0,0 @@
1
- Manifest.static
2
- Manifest.txt
3
- README.rdoc
4
- History.rdoc
5
- NOTICE.txt
6
- Rakefile
7
- pom.xml
8
- assembly.xml
9
- lib/rjack-commons-pool/base.rb
10
- lib/rjack-commons-pool.rb