minitar-cli 0.6.1 → 0.7
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.
- checksums.yaml +5 -5
- data/README.rdoc +4 -4
- data/Rakefile +1 -1
- data/lib/minitar/cli.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: bf0844f7b6df1eb03ac0e1f1e00510c18b5bb62b248fc20b2e547384c55f8699
|
|
4
|
+
data.tar.gz: f3d71a6289632d606a38bf483c83910b522c981a77ff8df7683074a60b62b326
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ded846310f8eb1130c17758d8892e44a0cef50f13d17b7482676039c28d059007a3c2a1875c618d221b7586545507be7402783713907a41d8e4558e2c99e659a
|
|
7
|
+
data.tar.gz: 2cc351e90d24364117b55d3d3105c6755157936820bc23486c77ac0e159f9c99f324fe9aec07cad316a1113def401f5fc6ade3ec05b75473ef94c5084541cdfa
|
data/README.rdoc
CHANGED
|
@@ -4,9 +4,9 @@ home :: https://github.com/halostatue/minitar-cli/
|
|
|
4
4
|
code :: https://github.com/halostatue/minitar-cli/
|
|
5
5
|
bugs :: https://github.com/halostatue/minitar-cli/issues
|
|
6
6
|
rdoc :: http://rdoc.info/gems/minitar-cli/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
travis :: {<img src="https://travis-ci.org/halostatue/minitar-cli.svg" />}[https://travis-ci.org/halostatue/minitar-cli]
|
|
8
|
+
appveyor :: {<img src="https://ci.appveyor.com/api/projects/status/bj4gqn3gp3gu45sa?svg=true" />}[https://ci.appveyor.com/project/halostatue/minitar-cli]
|
|
9
|
+
coveralls :: {<img src="https://coveralls.io/repos/halostatue/minitar-cli/badge.svg" alt="Coverage Status" />}[https://coveralls.io/r/halostatue/minitar-cli]
|
|
10
10
|
|
|
11
11
|
== Description
|
|
12
12
|
|
|
@@ -14,7 +14,7 @@ test coverage :: {<img src="https://coveralls.io/repos/halostatue/minitar-cli/ba
|
|
|
14
14
|
{minitar}[https://github.com/halostatue/minitar] to provide a command-line
|
|
15
15
|
tool, +minitar+, for working with POSIX tar(1) archive files.
|
|
16
16
|
|
|
17
|
-
This is release 0.
|
|
17
|
+
This is release 0.7, extracted from {minitar}[https://halostatue.ca/minitar],
|
|
18
18
|
with modernizations.
|
|
19
19
|
|
|
20
20
|
== Synopsis
|
data/Rakefile
CHANGED
|
@@ -20,7 +20,7 @@ spec = Hoe.spec 'minitar-cli' do
|
|
|
20
20
|
self.readme_file = 'README.rdoc'
|
|
21
21
|
self.licenses = ['Ruby', 'BSD-2-Clause']
|
|
22
22
|
|
|
23
|
-
extra_deps << ['minitar', '~> 0.
|
|
23
|
+
extra_deps << ['minitar', '~> 0.7.0']
|
|
24
24
|
extra_deps << ['powerbar', '~> 1.0']
|
|
25
25
|
|
|
26
26
|
extra_dev_deps << ['hoe-doofus', '~> 1.0']
|
data/lib/minitar/cli.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minitar-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: '0.7'
|
|
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: 2018-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitar
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.7.0
|
|
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.7.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: powerbar
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '5.
|
|
47
|
+
version: '5.11'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '5.
|
|
54
|
+
version: '5.11'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: hoe-doofus
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -182,20 +182,20 @@ dependencies:
|
|
|
182
182
|
requirements:
|
|
183
183
|
- - "~>"
|
|
184
184
|
- !ruby/object:Gem::Version
|
|
185
|
-
version: '3.
|
|
185
|
+
version: '3.17'
|
|
186
186
|
type: :development
|
|
187
187
|
prerelease: false
|
|
188
188
|
version_requirements: !ruby/object:Gem::Requirement
|
|
189
189
|
requirements:
|
|
190
190
|
- - "~>"
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
|
-
version: '3.
|
|
192
|
+
version: '3.17'
|
|
193
193
|
description: |-
|
|
194
194
|
<tt>minitar-cli</tt> is a pure-Ruby command-line tool that uses
|
|
195
195
|
{minitar}[https://github.com/halostatue/minitar] to provide a command-line
|
|
196
196
|
tool, +minitar+, for working with POSIX tar(1) archive files.
|
|
197
197
|
|
|
198
|
-
This is release 0.
|
|
198
|
+
This is release 0.7, extracted from {minitar}[https://halostatue.ca/minitar],
|
|
199
199
|
with modernizations.
|
|
200
200
|
email:
|
|
201
201
|
- halostatue@gmail.com
|
|
@@ -256,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
256
256
|
version: '0'
|
|
257
257
|
requirements: []
|
|
258
258
|
rubyforge_project:
|
|
259
|
-
rubygems_version: 2.
|
|
259
|
+
rubygems_version: 2.7.7
|
|
260
260
|
signing_key:
|
|
261
261
|
specification_version: 4
|
|
262
262
|
summary: "<tt>minitar-cli</tt> is a pure-Ruby command-line tool that uses {minitar}[https://github.com/halostatue/minitar]
|