depot3 3.0.7 → 3.0.8
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 +4 -4
- data/lib/d3/package/client_actions.rb +2 -2
- data/lib/d3/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f2b0abc1414a252659c6d595bf3283bf1b7a8e2
|
|
4
|
+
data.tar.gz: 1a01a64aa7a219af0899dae23b8626d646d00ee1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb799803790a7b79b80db8e52beecdf9b768af16eb36592aaa746cdfa9307cc7e3a1263ce817749aa7b9935c90d614743f986801c929646ff0f023300fa01017
|
|
7
|
+
data.tar.gz: a6cf663b32cdec3a3746586e904aa49cd57f4427187432510a1a56e5c7c32653e989b972870c62c6a5978075fa8cef0afe1a8e1f35b30e3c75d223189118ec63
|
|
@@ -176,7 +176,7 @@ module D3
|
|
|
176
176
|
return pre_install_status
|
|
177
177
|
elsif pre_install_status != 0 then
|
|
178
178
|
D3.log "Pre_install script for #{edition} failed, exit status: #{pre_install_status}, not installing.", :error
|
|
179
|
-
raise D3::
|
|
179
|
+
raise D3::PreInstallError, "Pre_install script for #{edition} failed, exit status: #{pre_install_status}, not installing."
|
|
180
180
|
end # pre_install_status == 111
|
|
181
181
|
|
|
182
182
|
# if forced, make the os forget this has been installed before
|
|
@@ -206,7 +206,7 @@ module D3
|
|
|
206
206
|
post_install_status = run_post_install_script(args[:verbose])
|
|
207
207
|
if post_install_status != 0
|
|
208
208
|
D3.log "Post_install script for #{edition} failed, exit status: #{post_install_status}", :error
|
|
209
|
-
raise D3::
|
|
209
|
+
raise D3::PostInstallError, "Post_install script for #{edition} failed, exit status: #{post_install_status}"
|
|
210
210
|
end
|
|
211
211
|
D3.log "Done installing #{edition}#{@using_force}", :warn
|
|
212
212
|
|
data/lib/d3/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: depot3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Lasell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ruby-keychain
|