rjack-commons-codec 1.4.1-java → 1.4.2-java
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/History.rdoc +3 -0
- data/Manifest.txt +3 -4
- data/NOTICE.txt +1 -1
- data/README.rdoc +1 -1
- data/Rakefile +0 -15
- data/lib/rjack-commons-codec/base.rb +2 -2
- data/lib/rjack-commons-codec.rb +1 -3
- metadata +25 -15
- data/Manifest.static +0 -10
data/History.rdoc
CHANGED
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-codec/base.rb
|
|
10
9
|
lib/rjack-commons-codec.rb
|
|
11
10
|
lib/rjack-commons-codec/commons-codec-1.4.jar
|
data/NOTICE.txt
CHANGED
data/README.rdoc
CHANGED
|
@@ -11,7 +11,7 @@ A gem packaging of {Commons Codec}[http://commons.apache.org/codec/]
|
|
|
11
11
|
|
|
12
12
|
=== rjack-commons-codec 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-codec/base'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#--
|
|
2
|
-
# Copyright (
|
|
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
|
CODEC_VERSION = '1.4'
|
|
22
22
|
|
|
23
23
|
# rjack gem version
|
|
24
|
-
VERSION = CODEC_VERSION + '.
|
|
24
|
+
VERSION = CODEC_VERSION + '.2'
|
|
25
25
|
|
|
26
26
|
CODEC_DIR = File.dirname( __FILE__ ) # :nodoc:
|
|
27
27
|
end
|
data/lib/rjack-commons-codec.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#--
|
|
2
|
-
# Copyright (
|
|
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-codec/base'
|
|
20
18
|
|
|
21
19
|
# Commons Codec wrapper module
|
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rjack-commons-codec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 1
|
|
7
|
+
- 4
|
|
8
|
+
- 2
|
|
9
|
+
version: 1.4.2
|
|
5
10
|
platform: java
|
|
6
11
|
authors:
|
|
7
12
|
- David Kellum
|
|
@@ -9,19 +14,23 @@ autorequire:
|
|
|
9
14
|
bindir: bin
|
|
10
15
|
cert_chain: []
|
|
11
16
|
|
|
12
|
-
date: 2010-
|
|
17
|
+
date: 2010-09-01 00:00:00 -07:00
|
|
13
18
|
default_executable:
|
|
14
19
|
dependencies:
|
|
15
20
|
- !ruby/object:Gem::Dependency
|
|
16
21
|
name: rjack-tarpit
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
20
24
|
requirements:
|
|
21
25
|
- - ~>
|
|
22
26
|
- !ruby/object:Gem::Version
|
|
23
|
-
|
|
24
|
-
|
|
27
|
+
segments:
|
|
28
|
+
- 1
|
|
29
|
+
- 2
|
|
30
|
+
- 2
|
|
31
|
+
version: 1.2.2
|
|
32
|
+
type: :development
|
|
33
|
+
version_requirements: *id001
|
|
25
34
|
description: A gem packaging of {Commons Codec}[http://commons.apache.org/codec/]
|
|
26
35
|
email:
|
|
27
36
|
- dek-oss@gravitext.com
|
|
@@ -32,17 +41,16 @@ extensions: []
|
|
|
32
41
|
extra_rdoc_files:
|
|
33
42
|
- Manifest.txt
|
|
34
43
|
- NOTICE.txt
|
|
35
|
-
- README.rdoc
|
|
36
44
|
- History.rdoc
|
|
37
|
-
files:
|
|
38
|
-
- Manifest.static
|
|
39
|
-
- Manifest.txt
|
|
40
45
|
- README.rdoc
|
|
46
|
+
files:
|
|
41
47
|
- History.rdoc
|
|
48
|
+
- Manifest.txt
|
|
42
49
|
- NOTICE.txt
|
|
50
|
+
- README.rdoc
|
|
43
51
|
- Rakefile
|
|
44
|
-
- pom.xml
|
|
45
52
|
- assembly.xml
|
|
53
|
+
- pom.xml
|
|
46
54
|
- lib/rjack-commons-codec/base.rb
|
|
47
55
|
- lib/rjack-commons-codec.rb
|
|
48
56
|
- lib/rjack-commons-codec/commons-codec-1.4.jar
|
|
@@ -60,18 +68,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
60
68
|
requirements:
|
|
61
69
|
- - ">="
|
|
62
70
|
- !ruby/object:Gem::Version
|
|
71
|
+
segments:
|
|
72
|
+
- 0
|
|
63
73
|
version: "0"
|
|
64
|
-
version:
|
|
65
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
75
|
requirements:
|
|
67
76
|
- - ">="
|
|
68
77
|
- !ruby/object:Gem::Version
|
|
78
|
+
segments:
|
|
79
|
+
- 0
|
|
69
80
|
version: "0"
|
|
70
|
-
version:
|
|
71
81
|
requirements: []
|
|
72
82
|
|
|
73
83
|
rubyforge_project: rjack
|
|
74
|
-
rubygems_version: 1.3.
|
|
84
|
+
rubygems_version: 1.3.6
|
|
75
85
|
signing_key:
|
|
76
86
|
specification_version: 3
|
|
77
87
|
summary: A gem packaging of {Commons Codec}[http://commons.apache.org/codec/]
|