rjack-commons-codec 1.8.0-java → 1.9.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 09d49fe8c3706e4ebe0a1235d83ccfeec13df232
4
+ data.tar.gz: ad5fbf69b4f3719ed57fa98a7a93e75661e005c5
5
+ SHA512:
6
+ metadata.gz: d3784c02ea62f4b057b0fc41b63a7b389c047211a835c5b584d0e2c040dff4e21e91945b1cadd7c67c6c2037da71fa9836e00bb8c548634beb0cff14f3c8de59
7
+ data.tar.gz: 75b4973dea4857bfc1480140dc245890b425d49e688f2564f21b211130703b785889f246c813e0ad405a0228b9301190ad2bdc9bbf2af8beaa1696c377464b66
@@ -1,3 +1,6 @@
1
+ === 1.9.0 (2014-8-19)
2
+ * Upgrade to commons-codec 1.9 (java 1.6 only)
3
+
1
4
  === 1.8.0 (2013-5-5)
2
5
  * Upgrade to commons-codec 1.8 (java 1.6 only)
3
6
 
@@ -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.8.jar
11
+ lib/rjack-commons-codec/commons-codec-1.9.jar
data/NOTICE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  rjack-commons-codec gem
2
- Copyright (c) 2009-2013 David Kellum
2
+ Copyright (c) 2009-2014 David Kellum
3
3
 
4
4
  This product includes software developed by:
5
5
 
@@ -1,7 +1,7 @@
1
1
  = rjack-commons-codec
2
2
 
3
- * http://rjack.rubyforge.org/commons-codec
4
- * http://rjack.rubyforge.org
3
+ * http://rjack.gravitext.com/commons-codec
4
+ * http://rjack.gravitext.com
5
5
  * https://github.com/dekellum/rjack
6
6
 
7
7
  == Description
@@ -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-2013 David Kellum
15
+ Copyright (c) 2009-2014 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
@@ -4,10 +4,11 @@ require 'rubygems'
4
4
  require 'bundler/setup'
5
5
  require 'rjack-tarpit'
6
6
 
7
- RJack::TarPit.new( 'rjack-commons-codec' ) do |tp|
8
-
9
- tp.rdoc_destinations <<
10
- 'dekellum@rubyforge.org:/var/www/gforge-projects/rjack/commons-codec'
11
- tp.publish_rdoc_rsync_flags = %w[ -rL ]
7
+ RJack::TarPit.new( 'rjack-commons-codec' ).define_tasks
12
8
 
9
+ desc "Upload RDOC to Amazon S3 (rdoc.gravitext.com/rjack, Oregon)"
10
+ task :publish_rdoc => [ :clean, :rerdoc ] do
11
+ sh <<-SH
12
+ aws s3 sync --acl public-read doc/ s3://rjack.gravitext.com/commons-codec/
13
+ SH
13
14
  end
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2013 David Kellum
2
+ # Copyright (c) 2009-2014 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-2013 David Kellum
2
+ # Copyright (c) 2009-2014 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.8'
21
+ CODEC_VERSION = '1.9'
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.8</version>
18
+ <version>1.9</version>
19
19
  </dependency>
20
20
  </dependencies>
21
21
 
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2009-2013 David Kellum
5
+ # Copyright (c) 2009-2014 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
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjack-commons-codec
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 1.8.0
4
+ version: 1.9.0
6
5
  platform: java
7
6
  authors:
8
7
  - David Kellum
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-05-05 00:00:00.000000000 Z
11
+ date: 2014-08-20 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: minitest
@@ -17,14 +16,26 @@ dependencies:
17
16
  requirements:
18
17
  - - ~>
19
18
  - !ruby/object:Gem::Version
20
- version: '2.2'
21
- none: false
19
+ version: 4.7.4
22
20
  requirement: !ruby/object:Gem::Requirement
23
21
  requirements:
24
22
  - - ~>
25
23
  - !ruby/object:Gem::Version
26
- version: '2.2'
27
- none: false
24
+ version: 4.7.4
25
+ prerelease: false
26
+ type: :development
27
+ - !ruby/object:Gem::Dependency
28
+ name: rdoc
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: 4.0.1
34
+ requirement: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ~>
37
+ - !ruby/object:Gem::Version
38
+ version: 4.0.1
28
39
  prerelease: false
29
40
  type: :development
30
41
  - !ruby/object:Gem::Dependency
@@ -33,14 +44,12 @@ dependencies:
33
44
  requirements:
34
45
  - - ~>
35
46
  - !ruby/object:Gem::Version
36
- version: '2.0'
37
- none: false
47
+ version: '2.1'
38
48
  requirement: !ruby/object:Gem::Requirement
39
49
  requirements:
40
50
  - - ~>
41
51
  - !ruby/object:Gem::Version
42
- version: '2.0'
43
- none: false
52
+ version: '2.1'
44
53
  prerelease: false
45
54
  type: :development
46
55
  description:
@@ -62,9 +71,10 @@ files:
62
71
  - lib/rjack-commons-codec/base.rb
63
72
  - lib/rjack-commons-codec.rb
64
73
  - test/test_codec.rb
65
- - lib/rjack-commons-codec/commons-codec-1.8.jar
66
- homepage: http://rjack.rubyforge.org/commons-codec
74
+ - lib/rjack-commons-codec/commons-codec-1.9.jar
75
+ homepage: http://rjack.gravitext.com/commons-codec
67
76
  licenses: []
77
+ metadata: {}
68
78
  post_install_message:
69
79
  rdoc_options:
70
80
  - --main
@@ -73,27 +83,18 @@ require_paths:
73
83
  - lib
74
84
  required_ruby_version: !ruby/object:Gem::Requirement
75
85
  requirements:
76
- - - ! '>='
86
+ - - '>='
77
87
  - !ruby/object:Gem::Version
78
88
  version: '0'
79
- segments:
80
- - 0
81
- hash: 2
82
- none: false
83
89
  required_rubygems_version: !ruby/object:Gem::Requirement
84
90
  requirements:
85
- - - ! '>='
91
+ - - '>='
86
92
  - !ruby/object:Gem::Version
87
93
  version: '0'
88
- segments:
89
- - 0
90
- hash: 2
91
- none: false
92
94
  requirements: []
93
95
  rubyforge_project:
94
- rubygems_version: 1.8.24
96
+ rubygems_version: 2.1.9
95
97
  signing_key:
96
- specification_version: 3
98
+ specification_version: 4
97
99
  summary: A gem packaging of Commons Codec
98
100
  test_files: []
99
- ...