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 CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.8.0 (2013-5-5)
2
+ * Upgrade to commons-codec 1.8 (java 1.6 only)
3
+
1
4
  === 1.7.0 (2012-11-9)
2
5
  * Upgrade to commons-codec 1.7 (java 1.6 only)
3
6
 
data/Manifest.txt CHANGED
@@ -8,4 +8,4 @@ pom.xml
8
8
  lib/rjack-commons-codec/base.rb
9
9
  lib/rjack-commons-codec.rb
10
10
  test/test_codec.rb
11
- lib/rjack-commons-codec/commons-codec-1.7.jar
11
+ lib/rjack-commons-codec/commons-codec-1.8.jar
data/NOTICE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  rjack-commons-codec gem
2
- Copyright (c) 2009-2012 David Kellum
2
+ Copyright (c) 2009-2013 David Kellum
3
3
 
4
4
  This product includes software developed by:
5
5
 
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-2012 David Kellum
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
@@ -8,5 +8,6 @@ RJack::TarPit.new( 'rjack-commons-codec' ) do |tp|
8
8
 
9
9
  tp.rdoc_destinations <<
10
10
  'dekellum@rubyforge.org:/var/www/gforge-projects/rjack/commons-codec'
11
+ tp.publish_rdoc_rsync_flags = %w[ -rL ]
11
12
 
12
13
  end
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2012 David Kellum
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
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2012 David Kellum
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.7'
21
+ CODEC_VERSION = '1.8'
22
22
 
23
23
  # rjack gem version
24
24
  VERSION = CODEC_VERSION + '.0'
data/pom.xml CHANGED
@@ -15,7 +15,7 @@
15
15
  <dependency>
16
16
  <groupId>commons-codec</groupId>
17
17
  <artifactId>commons-codec</artifactId>
18
- <version>1.7</version>
18
+ <version>1.8</version>
19
19
  </dependency>
20
20
  </dependencies>
21
21
 
data/test/test_codec.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2012 David Kellum
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.7.0
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: 2012-11-10 00:00:00.000000000 Z
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.7.jar
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: