archive-tar-minitar 0.8 → 0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/archive-tar-minitar.rb +1 -1
  3. metadata +15 -29
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56a53cab82a8e376bf5a9f857968d6294ca36332569ba26c39553412f01835f1
4
- data.tar.gz: 597852bcf227e3f0f82351dfc3257855fd6409e69529e3f7edd594d31a028cfb
3
+ metadata.gz: a0aea6642b3a1393ea8b158b6fb4ec54338f335f6b47e62ceba27e4e332862ad
4
+ data.tar.gz: 3a032796e9d4983df8b648af5d47a597e241cd6e142f4fe5b0b8b59c3a614cc4
5
5
  SHA512:
6
- metadata.gz: 0e1179256c2f1885d97a17ebbcea2d9eb30353986590c893919889a891737c757ba89cc6f8a170268a698e7702255328eca9ccdc9f1efb7436dfb0d38b5a4e02
7
- data.tar.gz: bd7636039474c1650fc0f596b6d40ea68dfd77c7783671f999e84bf1716ff592c63ba6f236b555b17c7778678b498f2f8ac40599b819eb34e3aaeb0f84788d76
6
+ metadata.gz: 9c270b3b3388dfa7caf050849bcb4b552d9efe41ec9c0464638cd199316e9ae3210eb30ba325eb067e68ef8a2b7b16d9e910765e72c8e7766527db9459d7aa06
7
+ data.tar.gz: 71016a69f3951098eebf8f6efec2734f4c3ca4a5c01ae98a2f57871dcfbd66afa650fed29dcba600787e3787409db84c13ed1b14df25acd51896f999d81c1c34
@@ -1,3 +1,3 @@
1
1
  # coding: utf-8
2
2
 
3
- require 'archive/tar/minitar'
3
+ require "archive/tar/minitar"
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.8'
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: 2019-01-05 00:00:00.000000000 Z
11
+ date: 2024-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitar
@@ -16,50 +16,33 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.8'
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.8'
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.8'
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.8'
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.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:
51
-
52
- * the licence has been changed to match the modern Ruby licensing scheme
53
- (Ruby and Simplified BSD instead of Ruby and GNU GPL);
54
- * the +minitar+ command-line program has been separated into the
55
- +minitar-cli+ gem; and
56
- * the +archive-tar-minitar+ gem now points to the +minitar+ and +minitar-cli+
57
- gems and discourages its installation.
58
-
59
- Some of these changes may break existing programs that depend on the internal
60
- structure of the minitar library, but every effort has been made to ensure
61
- compatibility; inasmuch as is possible, this compatibility will be maintained
62
- 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.
63
46
 
64
47
  minitar (previously called Archive::Tar::Minitar) is based heavily on code
65
48
  originally written by Mauricio Julio Fernández Pradier for the rpa-base
@@ -75,7 +58,11 @@ homepage: https://github.com/halostatue/minitar/
75
58
  licenses:
76
59
  - Ruby
77
60
  - BSD-2-Clause
78
- 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/
79
66
  post_install_message: "'archive-tar-minitar' has been deprecated; just install 'minitar'."
80
67
  rdoc_options: []
81
68
  require_paths:
@@ -91,9 +78,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
78
  - !ruby/object:Gem::Version
92
79
  version: '0'
93
80
  requirements: []
94
- rubyforge_project:
95
- rubygems_version: 2.7.7
96
- signing_key:
81
+ rubygems_version: 3.5.17
82
+ signing_key:
97
83
  specification_version: 4
98
84
  summary: "'archive-tar-minitar' has been deprecated; just install 'minitar'."
99
85
  test_files: []
OSZAR »