vagrant-sptsync 0.0.13 → 0.0.14

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZjVlYzVhNjliNzg3ZDM5ZGVjMzI2YWY0YjMyNDJmYWFiMDZjNjgyNw==
4
+ YzQyM2EyZDg3ODU3N2FhMTZlZGQ3Y2IwNDQ3Mjc4N2U1YTJmZDZkMA==
5
5
  data.tar.gz: !binary |-
6
- MzIyYzIzYzExODNlY2E1OGU0Y2U2YTllYmM4YWM4NjUzNTM5MDQxMw==
6
+ ZmUwZjIzMDk3OGZmZDIwOWM5NGZmYzJkOTY5YTlhOGUxNmY5Y2YzZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NmU5YmI1NWYxYTM3MGJjMWE2NDZiZWIwM2JjZDYzYTkwMWYxMGRiYjBhODkx
10
- NGZlNGQ0ZjUxNDM4ODgzYTkwN2MwMWU1ZDYxOWM3Zjg2NTRmNzhiODdiODE4
11
- YmViZDJmMWNmYTkzYWE3ZmNhMmIzYmFhYTE2ODY2YTc4ZTRkZTk=
9
+ YjM5NjYxMDNmNzFjYjUyNWQ4MzAyNjcxZTNlMzVkMDkwYjdmNzBiNWIxMWY1
10
+ NjlhNGY0OTc5MmRlMzVjZDFhOTllMTkzYmVlYTViMzY1ZGE5NDE3NGEwYWIz
11
+ Nzc0Y2E0MTQ0OGQxMjhmNzlkOTA1NzE4OGYxNDE2YjcxYjljMGE=
12
12
  data.tar.gz: !binary |-
13
- OWZjZTIzNzAwYTM5YmQyMGI5OWEyYjE0ZWE0YzJlNmI3YTdmZmU3YzYwMTAy
14
- NDdjNGNhNGQxODdjNGMzNDMxMWMwZjA5NDdiYzQwYzU4YzE5NDFjM2FlMTRk
15
- MDAzODhiYmYyZDZjOGIyYTdhMDc0YzBiOWMxMTczNTg3MTRlNzE=
13
+ YTI1YTgzMjg1Y2NhODM1YTZiNjZlMWNmOTFhZjZhZGVkM2UxMjg3OTRiOGJm
14
+ YWViNmJhNmMzZDU3NTFlOGMxYTAyNmJmNzk4NmZkNjYxNTBhZTlhYzRiMTU0
15
+ NGRkN2U1MWZkMzI2MWQ4YzRjNzQ1ZDNkN2Q4ZTMzYjk2NmYzOTg=
@@ -83,7 +83,7 @@ module VagrantPlugins
83
83
  with_target_vms(nil, single_target: true) do |vm|
84
84
  vm.config.exec.finalize! # TODO: do we have to call it explicitly?
85
85
 
86
- command = "drush @#{options[:site]} status"
86
+ command = "drush @#{@options[:site]} status"
87
87
 
88
88
  ssh_opts = { extra_args: ['-v'] } # make it quiet
89
89
 
@@ -100,11 +100,11 @@ module VagrantPlugins
100
100
  puts "#{@options[:server]} is not valid server. Pulling from dev."
101
101
  end
102
102
 
103
- command = "drush @#{options[:site]} status"
103
+ command = "drush @#{@options[:site]} status"
104
104
  ssh_opts = { extra_args: ['-q'] } # make it quiet
105
105
  env = vm.action(:ssh_run, ssh_run_command: command, ssh_opts: ssh_opts)
106
106
  if env[:ssh_run_exit_status] != "0"
107
- raise SiteError.new(options[:site])
107
+ raise SiteError.new(@options[:site])
108
108
  end
109
109
  end
110
110
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module SPTSync
3
- VERSION = "0.0.13"
3
+ VERSION = "0.0.14"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-sptsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Sehr