vagrant-zanzibar 0.1.1 → 0.1.2
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.
- data/lib/vagrant-zanzibar.rb +1 -0
- data/lib/vagrant-zanzibar/version.rb +1 -1
- metadata +3 -3
data/lib/vagrant-zanzibar.rb
CHANGED
|
@@ -189,6 +189,7 @@ module Zanzibar
|
|
|
189
189
|
.hash[:envelope][:body][:download_file_attachment_by_item_id_response][:download_file_attachment_by_item_id_result]
|
|
190
190
|
abort("There was an error getting the #{args[:type]} for secret #{args[:scrt_id]}: #{response[:errors][:string]}") if response[:errors]
|
|
191
191
|
write_secret_to_file(path, response)
|
|
192
|
+
return File.join(path, response[:file_name])
|
|
192
193
|
rescue Savon::Error => err
|
|
193
194
|
raise "There was an error getting the #{args[:type]} for secret #{args[:scrt_id]}: #{err}"
|
|
194
195
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-zanzibar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -138,7 +138,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
version: '0'
|
|
139
139
|
segments:
|
|
140
140
|
- 0
|
|
141
|
-
hash:
|
|
141
|
+
hash: 447247425
|
|
142
142
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
none: false
|
|
144
144
|
requirements:
|
|
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
147
147
|
version: '0'
|
|
148
148
|
segments:
|
|
149
149
|
- 0
|
|
150
|
-
hash:
|
|
150
|
+
hash: 447247425
|
|
151
151
|
requirements: []
|
|
152
152
|
rubyforge_project:
|
|
153
153
|
rubygems_version: 1.8.24
|