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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b324775776772e84290c9a70c319cd331ff8b36a
4
- data.tar.gz: 0497c9fe41fbbb93ec8a64d50bf4715f97a4ffb6
3
+ metadata.gz: 0f2b0abc1414a252659c6d595bf3283bf1b7a8e2
4
+ data.tar.gz: 1a01a64aa7a219af0899dae23b8626d646d00ee1
5
5
  SHA512:
6
- metadata.gz: e584088d46f4cbc0982bb0bdd39bdc47145c9f0e32bcfcdee79cb333368fc5c169dc7a11cbf6d3c23e141098a1768ad01a9d54141cd2bb5d0b5e662e315b6d11
7
- data.tar.gz: b9ae548291035fdd3bb88b51c9091038b8de70bf00a2de5317c08374b80bf123e6b897880f2421b1ac8c38d5b8492dee1df65d671092660388ac2ca5b930122f
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::InstallError, "Pre_install script for #{edition} failed, exit status: #{pre_install_status}, not installing."
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::ScriptError, "Post_install script for #{edition} failed, exit status: #{post_install_status}"
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
@@ -24,5 +24,5 @@
24
24
 
25
25
 
26
26
  module D3
27
- VERSION = '3.0.7'
27
+ VERSION = '3.0.8'
28
28
  end # module
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.7
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-01 00:00:00.000000000 Z
11
+ date: 2016-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-keychain