lxd-common 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2286cd19d517ff08809f9340c726f927a3eb8d56b9ffd6ab5011004aa83ee65d
4
- data.tar.gz: d879c3fb6a3555bef1d7f16afe967a1c46b7d299c3558ac9b7b9204350816e05
3
+ metadata.gz: 3d370f2a0d394ae017169a22a2f9cc3e6b173834c699b203aef1bd4f64173157
4
+ data.tar.gz: 6d0f71ceb65f7d44d0d0376f1ccdf47173446bb376bb29d1b30d6b317d64ce7b
5
5
  SHA512:
6
- metadata.gz: 8fc3cfbcaf288273a2e599238d6f656020db016cb70ac585101bb150755d5eb8d0454f9f422edf1c237c819a864e2f5c34c0dce0a866c1368efd4f6bab284fd3
7
- data.tar.gz: f271a4cf6beb8b71f75b125cc315a7295dfc17013bce42b08ffb7e98a0ffc2b9de283181a2bb75e048c86932a83a7506459de934169c04a6629b8c548b54e586
6
+ metadata.gz: debddb37688051f6171038e804348e661e301bf6d082a53dc29929c4c33dc2cd85d7a3507d11342764a1b295ff65ab6d2febe1c15c88d3ebe7387e0065be9b2e
7
+ data.tar.gz: 61ca12709d9a1160f68a20eb4d19c622dcfa377c985db7afd6cda38ed6e6101e8bd736572c6c138b8c6fc70cb19d3fe78f42086c03629f9c0762366990169033
@@ -79,7 +79,7 @@ module NexusSW
79
79
  execute("-r #{local_path} #{container_name}#{path}", subcommand: "file push#{perms}", capture: false).error!
80
80
  end
81
81
 
82
- def download_folder(path, local_path)
82
+ def download_folder(path, local_path, options = {})
83
83
  return super unless config[:info] && config[:info]['api_extensions'] && config[:info]['api_extensions'].include?('directory_manipulation')
84
84
 
85
85
  execute("-r #{container_name}#{path} #{local_path}", subcommand: 'file pull', capture: false).error!
@@ -1,5 +1,5 @@
1
1
  module NexusSW
2
2
  module LXD
3
- VERSION = '0.9.2'.freeze
3
+ VERSION = '0.9.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lxd-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Zachariasen