archive-tar-minitar 0.6.1 → 0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/archive-tar-minitar.rb +1 -1
- metadata +15 -26
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: a0aea6642b3a1393ea8b158b6fb4ec54338f335f6b47e62ceba27e4e332862ad
|
4
|
+
data.tar.gz: 3a032796e9d4983df8b648af5d47a597e241cd6e142f4fe5b0b8b59c3a614cc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c270b3b3388dfa7caf050849bcb4b552d9efe41ec9c0464638cd199316e9ae3210eb30ba325eb067e68ef8a2b7b16d9e910765e72c8e7766527db9459d7aa06
|
7
|
+
data.tar.gz: 71016a69f3951098eebf8f6efec2734f4c3ca4a5c01ae98a2f57871dcfbd66afa650fed29dcba600787e3787409db84c13ed1b14df25acd51896f999d81c1c34
|
data/lib/archive-tar-minitar.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: archive-tar-minitar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: '0.12'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Austin Ziegler
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitar
|
@@ -16,47 +16,33 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.12'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '0.
|
26
|
+
version: '0.12'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: minitar-cli
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '0.
|
33
|
+
version: '0.12'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '0.
|
40
|
+
version: '0.12'
|
41
41
|
description: |-
|
42
42
|
'archive-tar-minitar' has been deprecated; just install 'minitar'. The minitar library is a pure-Ruby library that provides the ability to deal
|
43
43
|
with POSIX tar(1) archive files.
|
44
44
|
|
45
|
-
This is release 0.
|
46
|
-
traversal vulnerability, CVE-2016-10173. This release starts the migration and
|
47
|
-
modernization of the code:
|
48
|
-
|
49
|
-
* the licence has been changed to match the modern Ruby licensing scheme
|
50
|
-
(Ruby and Simplified BSD instead of Ruby and GNU GPL);
|
51
|
-
* the +minitar+ command-line program has been separated into the
|
52
|
-
+minitar-cli+ gem; and
|
53
|
-
* the +archive-tar-minitar+ gem now points to the +minitar+ and +minitar-cli+
|
54
|
-
gems and discourages its installation.
|
55
|
-
|
56
|
-
Some of these changes may break existing programs that depend on the internal
|
57
|
-
structure of the minitar library, but every effort has been made to ensure
|
58
|
-
compatibility; inasmuch as is possible, this compatibility will be maintained
|
59
|
-
through the release of minitar 1.0 (which will have strong breaking changes).
|
45
|
+
This is release 0.12. This is likely the last revision before 1.0.
|
60
46
|
|
61
47
|
minitar (previously called Archive::Tar::Minitar) is based heavily on code
|
62
48
|
originally written by Mauricio Julio Fernández Pradier for the rpa-base
|
@@ -72,7 +58,11 @@ homepage: https://github.com/halostatue/minitar/
|
|
72
58
|
licenses:
|
73
59
|
- Ruby
|
74
60
|
- BSD-2-Clause
|
75
|
-
metadata:
|
61
|
+
metadata:
|
62
|
+
bug_tracker_uri: https://github.com/halostatue/minitar/issues
|
63
|
+
homepage_uri: https://github.com/halostatue/minitar/
|
64
|
+
rubygems_mfa_required: 'true'
|
65
|
+
source_code_uri: https://github.com/halostatue/minitar/
|
76
66
|
post_install_message: "'archive-tar-minitar' has been deprecated; just install 'minitar'."
|
77
67
|
rdoc_options: []
|
78
68
|
require_paths:
|
@@ -88,9 +78,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
78
|
- !ruby/object:Gem::Version
|
89
79
|
version: '0'
|
90
80
|
requirements: []
|
91
|
-
|
92
|
-
|
93
|
-
signing_key:
|
81
|
+
rubygems_version: 3.5.17
|
82
|
+
signing_key:
|
94
83
|
specification_version: 4
|
95
84
|
summary: "'archive-tar-minitar' has been deprecated; just install 'minitar'."
|
96
85
|
test_files: []
|