minio 0.3.1-x86_64-linux → 0.3.2-x86_64-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: 1e85c7c0c9d1f218815fba4608d5c479e38c42b346612b1659f2f12425d0027d
4
- data.tar.gz: 4553f2504cb765cb51e580308ae87e0af843bfc07d71286e963ac911a5eef9f4
3
+ metadata.gz: e68f5e522428080839cacb5dc2fb4571afa9a99a1e6a4fa2d5e72106f5ee5d57
4
+ data.tar.gz: c42641dd9544f19de6bb5dcb9d361fdb648e7a48c93332d3b289ee802ea0b7b8
5
5
  SHA512:
6
- metadata.gz: b99e11ef5c7435f63d506ca8e7bf105a09dd361f37bcc3a61ecc973ed387735a59f8628d61a508674d18b04aa8c46c338146e93e90f7d3f6bfc318a96d9528d4
7
- data.tar.gz: '02993abc05c2bd1e1ffdad7ebeb05b678d33817f85536368f5651e728654b3c96b9bd06750be998d68c8671729fcd004a07b52aff481331460fdb8b47042d988'
6
+ metadata.gz: 6c6cf298d12216bce792d59070b0dcb8c555d4d9d90bd76d733c1adab30855c00e7951f9b1dad201c876ed1ca32d8a01b5a01b3942a620011fb5ddee4f537466
7
+ data.tar.gz: 7f42df953a5f3a6daa070e0528a543ee44fe8d2e864ce11497dfd5207f5b62a7f98dc7f0ccf451c68da4853a7f90caa0de3fb75262bd3cacd40b590af96b8a46
@@ -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)
data/lib/minio/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module MinIO
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.3.2
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Stephen Margheim