minio 0.3.1-arm64-linux → 0.4.0-arm64-linux

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: 608d22c08114ab108f52822ba1c5ad11034a537e866b0955fd06a98feddac9d0
4
- data.tar.gz: 9e1cc8d668b633e31cec6948d3ab245c7454f01dbf1ffb79992b83f95d027970
3
+ metadata.gz: 5a4926a8d744572db7bd0c3e2b1ba342eb8c63cc373c303b75cb99d3dd3f2d47
4
+ data.tar.gz: e3682250e5a24e6033cd3e79810c47cdea17926494ad17a926d130c7c98c1a75
5
5
  SHA512:
6
- metadata.gz: 40bfe3331b4636a90040719230455405c8eaacbf86af38a7443a725a5f7e18764b876a6a46ab4cdce73ca7569a00b0fbd00621e01fed6352ac9e42119ab906f6
7
- data.tar.gz: c92c8756f62442d14b079f7c347bbb9c9e1858c886e8e8247938bc078db38e7608683df14a41014091073008211a1a8c45b581fd17fdce090705214c6a5238d3
6
+ metadata.gz: fe5d0da73ef966eca2af3897ea7b00e199c86a1a2e6c0e61d4060b1dd50a65d6133733ef7cb43f6aacc1372eea2dc07e000004e5734278489a6d17c3ad9a54aa
7
+ data.tar.gz: ea9a4675f779276be624427457bbd69f6ab57bd8dea085cdc6f232d05b3702bfcf7ec16bcd6de8d76a97d49cf35c422b62daec2ef4be9003647c1f2e41dbd877
Binary file
@@ -79,7 +79,7 @@ module MinIO
79
79
  ENV["MINIO_ROOT_PASSWORD"] ||= MinIO.configuration.password
80
80
  end
81
81
 
82
- cmd = [executable, "server", *argv, directory].flatten.compact
82
+ cmd = [executable, "server", *argv.stringify_keys, directory].flatten.compact
83
83
  puts cmd.inspect if ENV["DEBUG"]
84
84
 
85
85
  run(cmd, async: async)
@@ -1,6 +1,6 @@
1
1
  module MinIO
2
2
  module Upstream
3
- VERSION = "RELEASE.2024-04-28T17-53-50Z"
3
+ VERSION = "RELEASE.2024-05-01T01-11-10Z"
4
4
 
5
5
  # rubygems platform name => upstream release filename
6
6
  NATIVE_PLATFORMS = {
data/lib/minio/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module MinIO
2
- VERSION = "0.3.1"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.4.0
5
5
  platform: arm64-linux
6
6
  authors:
7
7
  - Stephen Margheim
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-30 00:00:00.000000000 Z
11
+ date: 2024-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip