minitar 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/History.md +13 -0
  3. data/lib/minitar.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34543cdcb4d355d895541547346230ea36725bc467a47a4ce73ed1b7a9f37290
4
- data.tar.gz: 599df4d6171a30b7dd1cc74290eb6a331a7760487a6d82a9bceeaea1d19fa6cf
3
+ metadata.gz: d3134140277b4b8a5ac33e40ddc3de53268d526b793c3e65935bc49158897444
4
+ data.tar.gz: 0e2d087a23c4b0d0898e32d9a02b0f5b6a23350cfd9596e42fea9d7f849791a9
5
5
  SHA512:
6
- metadata.gz: 91c839b8c740a57eaa4066a26843306e0d64217428a47491fd91599fcbfae2e65e20f97214f524df41960b7c43b09427ee25dfa5d6a11ab876762c81eab5be4d
7
- data.tar.gz: 494b4c63e3f118fde75cf3e1ef7c0de7434cbb219484a99bb7d4e15d7c606dbb2445d10ef71843f894d6de6a9f785559dd767829948a234aaacd3a703cd515a2
6
+ metadata.gz: 0205475c41f4f793832f30344bf60a71e04b72a6f0bd40f967994cc25194724f80fe9b9e404c779428f771fb1fee1daf88c111a172730a0dbb90da62df7b9cc7
7
+ data.tar.gz: 706350e009f79466f37a3bd0efb25ba21183a3b1d9816f18446c3c276d61c75a3767e5ed41f0ef037531d330c521b4df16c10c932cbc4b93c67057b7c5d04ccd
data/History.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # History
2
2
 
3
+ ## 1.0.2 / 2024-08-23
4
+
5
+ - Bugfix:
6
+
7
+ - Minitar 1.0.1 was released with an unchanged gemspec. Reported by Debashish
8
+ Biswas in [#65][#65].
9
+
3
10
  ## 1.0.1 / 2024-08-08
4
11
 
5
12
  - Bugfix:
@@ -21,6 +28,11 @@
21
28
  - Added `Minitar.pack_as_file`, originally proposed by John Prince back in
22
29
  2011 [#7][#7].
23
30
 
31
+ ## 0.12.1 / 2024-08-21
32
+
33
+ - Reverted @adbbb9b596 to restore compatibility with Ruby < 2.0. Resolves
34
+ [#63][#63] reported by Robert Schulze.
35
+
24
36
  ## 0.12 / 2024-08-06
25
37
 
26
38
  - Properly handle very long GNU filenames, resolving [#46][#46].
@@ -221,3 +233,4 @@
221
233
  [#46]: https://github.com/halostatue/minitar/issues/46
222
234
  [#47]: https://github.com/halostatue/minitar/pull/47
223
235
  [#58]: https://github.com/halostatue/minitar/issues/58
236
+ [#65]: https://github.com/halostatue/minitar/issues/65
data/lib/minitar.rb CHANGED
@@ -40,7 +40,7 @@ require "rbconfig"
40
40
  # tar.close
41
41
  # end
42
42
  class Minitar
43
- VERSION = "1.0.1".freeze # :nodoc:
43
+ VERSION = "1.0.2".freeze # :nodoc:
44
44
 
45
45
  # The base class for any minitar error.
46
46
  Error = Class.new(::StandardError)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Austin Ziegler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-09 00:00:00.000000000 Z
11
+ date: 2024-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -299,7 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
299
299
  - !ruby/object:Gem::Version
300
300
  version: '0'
301
301
  requirements: []
302
- rubygems_version: 3.4.19
302
+ rubygems_version: 3.5.17
303
303
  signing_key:
304
304
  specification_version: 4
305
305
  summary: The minitar library is a pure-Ruby library that provides the ability to deal