miasma-lxd 0.1.2 → 0.1.4

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
  SHA1:
3
- metadata.gz: ba646017086951faed7f23359b872ae84c1f8baf
4
- data.tar.gz: 6ab50e243b95ca6f3ac766175ca239554a57b7c7
3
+ metadata.gz: e6d6d7870944c0f10b27669fcf10c2747a1e05e0
4
+ data.tar.gz: 5a32a833ec551d6f2f0571fd7d7b4255aa7066fc
5
5
  SHA512:
6
- metadata.gz: 39daf7fd1c6bd5e1d6f334de2aa4cc40595431ea25a53d46758bfd1972ce7530a18913c8a1b07dffd3214ca61b71b154a07ebe46bd48f268cfe7f9e4cedc24fd
7
- data.tar.gz: c1607129c66022cbad4960c779b994a31d7210fc3295eb24bea8c49e8cc97caf558e31d7cec7d0a23948babc669919fbe9808f8b3f53ab85d816369678f4b728
6
+ metadata.gz: 1616da6d61d030184e9a6e121d78fb5ac8a3384b28a41f5e93daf988205ccbcea21c43510fbeacf1e8d14e55a4cbd8e3b2e1a7bc2780061280d30819403917e9
7
+ data.tar.gz: 9a3bf74b0a277df16160fbfdaa993d99a34f2f5d4563c97d63b4e3fd10f88e7cad6c7a365e5ce201444f2ab736dfa14b6613ce990cd7c8c265bd54b97c9805ec
@@ -1,3 +1,6 @@
1
+ # v0.1.4
2
+ * Disable automatic body extraction on remote file fetch
3
+
1
4
  # v0.1.2
2
5
  * Allow timeout configuration on exec waiter
3
6
  * Do not automatically close connection on EOF
@@ -1,4 +1,4 @@
1
1
  module MiasmaLxd
2
2
  # Current library version
3
- VERSION = Gem::Version.new('0.1.2')
3
+ VERSION = Gem::Version.new('0.1.4')
4
4
  end
@@ -154,7 +154,8 @@ module Miasma
154
154
  :path => "containers/#{server.id}/files",
155
155
  :params => {
156
156
  :path => path
157
- }
157
+ },
158
+ :disable_body_extraction => true
158
159
  ).get(:body)
159
160
  end
160
161
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miasma-lxd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Roberts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-07 00:00:00.000000000 Z
11
+ date: 2015-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bogo-websocket