rjack-commons-codec 1.7.0-java → 1.8.0-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 +1 -1
- data/NOTICE.txt +1 -1
- data/README.rdoc +1 -1
- data/Rakefile +1 -0
- data/lib/rjack-commons-codec.rb +1 -1
- data/lib/rjack-commons-codec/base.rb +2 -2
- data/lib/rjack-commons-codec/{commons-codec-1.7.jar → commons-codec-1.8.jar} +0 -0
- data/pom.xml +1 -1
- data/test/test_codec.rb +1 -1
- metadata +3 -3
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
data/NOTICE.txt
CHANGED
data/README.rdoc
CHANGED
|
@@ -12,7 +12,7 @@ A gem packaging of {Commons Codec}[http://commons.apache.org/codec/]
|
|
|
12
12
|
|
|
13
13
|
=== rjack-commons-codec gem
|
|
14
14
|
|
|
15
|
-
Copyright (c) 2009-
|
|
15
|
+
Copyright (c) 2009-2013 David Kellum
|
|
16
16
|
|
|
17
17
|
Licensed under the Apache License, Version 2.0 (the "License"); you
|
|
18
18
|
may not use this file except in compliance with the License. You
|
data/Rakefile
CHANGED
data/lib/rjack-commons-codec.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#--
|
|
2
|
-
# Copyright (c) 2009-
|
|
2
|
+
# Copyright (c) 2009-2013 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
|
|
@@ -18,7 +18,7 @@ module RJack
|
|
|
18
18
|
module CommonsCodec
|
|
19
19
|
|
|
20
20
|
# Commons codec (java) version
|
|
21
|
-
CODEC_VERSION = '1.
|
|
21
|
+
CODEC_VERSION = '1.8'
|
|
22
22
|
|
|
23
23
|
# rjack gem version
|
|
24
24
|
VERSION = CODEC_VERSION + '.0'
|
|
Binary file
|
data/pom.xml
CHANGED
data/test/test_codec.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
#.hashdot.profile += jruby-shortlived
|
|
3
3
|
|
|
4
4
|
#--
|
|
5
|
-
# Copyright (c)
|
|
5
|
+
# Copyright (c) 2009-2013 David Kellum
|
|
6
6
|
#
|
|
7
7
|
# Licensed under the Apache License, Version 2.0 (the "License"); you
|
|
8
8
|
# may not use this file except in compliance with the License. You may
|
metadata
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: rjack-commons-codec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.
|
|
5
|
+
version: 1.8.0
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- David Kellum
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-05-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: minitest
|
|
@@ -62,7 +62,7 @@ files:
|
|
|
62
62
|
- lib/rjack-commons-codec/base.rb
|
|
63
63
|
- lib/rjack-commons-codec.rb
|
|
64
64
|
- test/test_codec.rb
|
|
65
|
-
- lib/rjack-commons-codec/commons-codec-1.
|
|
65
|
+
- lib/rjack-commons-codec/commons-codec-1.8.jar
|
|
66
66
|
homepage: http://rjack.rubyforge.org/commons-codec
|
|
67
67
|
licenses: []
|
|
68
68
|
post_install_message:
|