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.
- checksums.yaml +7 -0
- data/History.rdoc +3 -0
- data/Manifest.txt +1 -1
- data/NOTICE.txt +1 -1
- data/README.rdoc +3 -3
- data/Rakefile +6 -5
- 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.8.jar → commons-codec-1.9.jar} +0 -0
- data/pom.xml +1 -1
- data/test/test_codec.rb +1 -1
- metadata +27 -26
checksums.yaml
ADDED
@@ -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
|
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
data/NOTICE.txt
CHANGED
data/README.rdoc
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
= rjack-commons-codec
|
2
2
|
|
3
|
-
* http://rjack.
|
4
|
-
* http://rjack.
|
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-
|
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' )
|
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
|
data/lib/rjack-commons-codec.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#--
|
2
|
-
# Copyright (c) 2009-
|
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.
|
21
|
+
CODEC_VERSION = '1.9'
|
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) 2009-
|
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
|
-
|
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:
|
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:
|
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:
|
27
|
-
|
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.
|
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.
|
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.
|
66
|
-
homepage: http://rjack.
|
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.
|
96
|
+
rubygems_version: 2.1.9
|
95
97
|
signing_key:
|
96
|
-
specification_version:
|
98
|
+
specification_version: 4
|
97
99
|
summary: A gem packaging of Commons Codec
|
98
100
|
test_files: []
|
99
|
-
...
|