archive-tar-minitar 0.6.1 → 0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- metadata +13 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 56a53cab82a8e376bf5a9f857968d6294ca36332569ba26c39553412f01835f1
|
4
|
+
data.tar.gz: 597852bcf227e3f0f82351dfc3257855fd6409e69529e3f7edd594d31a028cfb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e1179256c2f1885d97a17ebbcea2d9eb30353986590c893919889a891737c757ba89cc6f8a170268a698e7702255328eca9ccdc9f1efb7436dfb0d38b5a4e02
|
7
|
+
data.tar.gz: bd7636039474c1650fc0f596b6d40ea68dfd77c7783671f999e84bf1716ff592c63ba6f236b555b17c7778678b498f2f8ac40599b819eb34e3aaeb0f84788d76
|
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.8'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Austin Ziegler
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: minitar
|
@@ -16,35 +16,38 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.8'
|
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.8'
|
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.8'
|
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.8'
|
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
|
-
|
47
|
-
|
45
|
+
This is release 0.7, providing fixes for several issues and clarifying the
|
46
|
+
Minitar security stance. There are two minor breaking changes in this version
|
47
|
+
so that exceptions will be thrown if a negative size is provided in a tar
|
48
|
+
stream header or if the tar stream header is otherwise invalid.
|
49
|
+
|
50
|
+
This release continues the migration and modernization of the code:
|
48
51
|
|
49
52
|
* the licence has been changed to match the modern Ruby licensing scheme
|
50
53
|
(Ruby and Simplified BSD instead of Ruby and GNU GPL);
|
@@ -89,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
92
|
version: '0'
|
90
93
|
requirements: []
|
91
94
|
rubyforge_project:
|
92
|
-
rubygems_version: 2.
|
95
|
+
rubygems_version: 2.7.7
|
93
96
|
signing_key:
|
94
97
|
specification_version: 4
|
95
98
|
summary: "'archive-tar-minitar' has been deprecated; just install 'minitar'."
|