mixlib-archive 1.1.4-universal-mingw32 → 1.1.6-universal-mingw32

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 047bea16a67fe85bed1e833d57984037118cff998cb203c40eb1e22c31cc4cbc
4
- data.tar.gz: 48be81edf028239f70dc9523a6902d0078d97ca3478c1bb898285beb5a9cb225
3
+ metadata.gz: a1557d95502897d4fd897164b9f7ff68f363051ef4ee3445d8b9ff80fc87e541
4
+ data.tar.gz: 8a924bf81045edc62375bb35c66a36c8647d18e63ead18ac3a11184509f9def6
5
5
  SHA512:
6
- metadata.gz: c594dc361aa18493eca90e0dd6381e6ae07b517fd86592f975929ff4d59ac2eb5b3601d83fc1982b2b3a1ee00347a726b68650627f96428afc6bed373fce9b6a
7
- data.tar.gz: 03252431a3f5b09b64d2e98ba8c144c5536dc1ca9ad2e79de0cf012a0120cc1fa2bc39f9857854eec64ad6ed3dce880f9316ef13c04a6dbe4d606afb11a073a6
6
+ metadata.gz: cdeb320dbcfc91a9f1ebdc5da368642cbf29ca415d6be2da6813c06595731e527ef1d158530d00817f03bdc16c55eaba9e79716da5a1fd696848b3365fb47674
7
+ data.tar.gz: a0c0ddb83b24404a33b129ebd8cb803b5afd1893cdb77f8852b7b1384ce5a5ec8a73ebca598973b8da4eb217ccea8e0d532f3795abdab7638f2a8c8a297102b7
@@ -51,7 +51,7 @@ module Mixlib
51
51
  entry.pathname = fn
52
52
  stat = File.lstat(fn)
53
53
  if File.file?(fn)
54
- content = File.read(fn)
54
+ content = File.read(fn, mode: "rb")
55
55
  entry.size = content.bytesize
56
56
  end
57
57
  entry.mode = stat.mode
@@ -1,5 +1,5 @@
1
1
  module Mixlib
2
2
  class Archive
3
- VERSION = "1.1.4".freeze
3
+ VERSION = "1.1.6".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-archive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.6
5
5
  platform: universal-mingw32
6
6
  authors:
7
7
  - Chef Software, Inc
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-11 00:00:00.000000000 Z
11
+ date: 2021-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-log
@@ -43,7 +43,7 @@ homepage: https://github.com/chef/mixlib-archive
43
43
  licenses:
44
44
  - Apache-2.0
45
45
  metadata: {}
46
- post_install_message:
46
+ post_install_message:
47
47
  rdoc_options: []
48
48
  require_paths:
49
49
  - lib
@@ -59,7 +59,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  version: '0'
60
60
  requirements: []
61
61
  rubygems_version: 3.1.4
62
- signing_key:
62
+ signing_key:
63
63
  specification_version: 4
64
64
  summary: A simple interface to various archive formats
65
65
  test_files: []