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.
Files changed (5) hide show
  1. checksums.yaml +5 -5
  2. data/README.rdoc +4 -4
  3. data/Rakefile +1 -1
  4. data/lib/minitar/cli.rb +1 -1
  5. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 739c9163f92f97d0eb4a6c5822687df13fefe669
4
- data.tar.gz: 2db621677e58c4736e09f35f04550bcd3ce72ec5
2
+ SHA256:
3
+ metadata.gz: bf0844f7b6df1eb03ac0e1f1e00510c18b5bb62b248fc20b2e547384c55f8699
4
+ data.tar.gz: f3d71a6289632d606a38bf483c83910b522c981a77ff8df7683074a60b62b326
5
5
  SHA512:
6
- metadata.gz: 24594b21add05e6b4f58bab5d420281f136ee105441c7502c9f21594d867b62036158cfd182a0d68b30c87439881ffb793bb6e770b365e352116129076154755
7
- data.tar.gz: 0da0efa75e5cfcfaa8344ae885b8132f97a19695aa60e909a3597702987979fe9e623ca8ce6b941c57e8ef6170e032a692a2229b007866a2c264b3bdfa393582
6
+ metadata.gz: ded846310f8eb1130c17758d8892e44a0cef50f13d17b7482676039c28d059007a3c2a1875c618d221b7586545507be7402783713907a41d8e4558e2c99e659a
7
+ data.tar.gz: 2cc351e90d24364117b55d3d3105c6755157936820bc23486c77ac0e159f9c99f324fe9aec07cad316a1113def401f5fc6ade3ec05b75473ef94c5084541cdfa
@@ -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
- continuous integration :: {<img src="https://travis-ci.org/halostatue/minitar-cli.svg" />}[https://travis-ci.org/halostatue/minitar-cli]
8
- {<img src="https://ci.appveyor.com/api/projects/status/bj4gqn3gp3gu45sa?svg=true" />}[https://ci.appveyor.com/project/halostatue/minitar-cli]
9
- test coverage :: {<img src="https://coveralls.io/repos/halostatue/minitar-cli/badge.svg" alt="Coverage Status" />}[https://coveralls.io/r/halostatue/minitar-cli]
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.6, extracted from {minitar}[https://halostatue.ca/minitar],
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.6.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']
@@ -4,7 +4,7 @@ require 'minitar'
4
4
 
5
5
  # The Minitar command-line application.
6
6
  class Minitar::CLI
7
- VERSION = '0.6.1'.freeze #:nodoc:
7
+ VERSION = '0.7'.freeze #:nodoc:
8
8
 
9
9
  # rubocop:disable Lint/InheritException
10
10
  class AbstractCommandError < Exception; end
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.6.1
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: 2017-02-08 00:00:00.000000000 Z
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.6.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.6.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.10'
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.10'
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.16'
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.16'
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.6, extracted from {minitar}[https://halostatue.ca/minitar],
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.5.1
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]