rjack-commons-codec 1.5.0-java → 1.6.0-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.6.0 (2012-6-9)
2
+ * Upgrade to commons-codec 1.6
3
+
1
4
  === 1.5.0 (2012-1-15)
2
5
  * Upgrade to commons-codec 1.5
3
6
  * Upgrade to tarpit ~> 2.0 (build)
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.5.jar
11
+ lib/rjack-commons-codec/commons-codec-1.6.jar
@@ -18,7 +18,7 @@ module RJack
18
18
  module CommonsCodec
19
19
 
20
20
  # Commons codec (java) version
21
- CODEC_VERSION = '1.5'
21
+ CODEC_VERSION = '1.6'
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.5</version>
18
+ <version>1.6</version>
19
19
  </dependency>
20
20
  </dependencies>
21
21
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rjack-commons-codec
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.5.0
5
+ version: 1.6.0
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-01-16 00:00:00 Z
13
+ date: 2012-06-09 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: minitest
@@ -55,7 +55,7 @@ files:
55
55
  - lib/rjack-commons-codec/base.rb
56
56
  - lib/rjack-commons-codec.rb
57
57
  - test/test_codec.rb
58
- - lib/rjack-commons-codec/commons-codec-1.5.jar
58
+ - lib/rjack-commons-codec/commons-codec-1.6.jar
59
59
  homepage: http://rjack.rubyforge.org/commons-codec
60
60
  licenses: []
61
61
 
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements: []
87
87
 
88
88
  rubyforge_project:
89
- rubygems_version: 1.8.11
89
+ rubygems_version: 1.8.15
90
90
  signing_key:
91
91
  specification_version: 3
92
92
  summary: A gem packaging of Commons Codec