kitchen-verifier-serverspec 0.4.4 → 0.4.5

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: 9986fb251543c01fe72b4f357912dff6782ef249
4
- data.tar.gz: db06fc7b908cf0c7724160d47bf9b8b0444523ef
3
+ metadata.gz: 4f28dbeefc2392bb5afadee413abaead4a941d50
4
+ data.tar.gz: 0460d08331c873b405c1b2ec34a918cb636e19f3
5
5
  SHA512:
6
- metadata.gz: 8b121bb267bfc80b3b2855c9826f8d453a9c130c2619dcb6804ac6940dfc555dce7d463b9b568c42313e238ab5fc363ced2f3a0544be8b6a2504c12d69784b7d
7
- data.tar.gz: 5ae8e9870d5dbfad4b8aa7f8a65826fb6adcfbfff605afc8d50ba9ea7ff8948502877933a8f2c0c93f754c3244a6ba86980fd50c3bb5c8c15da1c7ac5464f1d3
6
+ metadata.gz: 2eb17ed87aa3e601e0e218b9568171f7373e697256039a721528f662f46467aebba6053c8a1119d4764d38769475ab3aefaa4d0b624f587cc1eef42732684de0
7
+ data.tar.gz: 701197a9b07e7ac5e39e13665f6ab062764b4a06056902953732e2906125e1c39907b93a3761d247ed1a2cfb12667aa0522b9fd7d2ccc9213348796f9709682b
data/README.md CHANGED
@@ -224,8 +224,8 @@ https_proxy | nil | use https proxy when installing puppet, ruby, serverspec and
224
224
  sudo | nil | use sudo to run commands
225
225
  sudo_command | 'sudo -E -H' | sudo command to run when sudo set to true
226
226
  env_vars | {} | environment variable to set for rspec
227
- bundler_path | nil | path for bundler command
228
- rspec_path | nil | path for rspec command
227
+ bundler_path | '/usr/local/bin' | path for bundler command
228
+ rspec_path | '/usr/local/bin' | path for rspec command
229
229
  runner_url | https://raw.githubusercontent.com /neillturner/serverspec-runners/ master/ansiblespec_runner.rb | url for custom runner
230
230
  require_runner | false | run the custom runner instead of rspec directly
231
231
 
@@ -42,8 +42,8 @@ module Kitchen
42
42
  default_config :extra_flags, nil
43
43
  default_config :remove_default_path, false
44
44
  default_config :env_vars, {}
45
- default_config :bundler_path, nil
46
- default_config :rspec_path, nil
45
+ default_config :bundler_path, '/usr/local/bin'
46
+ default_config :rspec_path, '/usr/local/bin'
47
47
  default_config :require_runner, false
48
48
  default_config :runner_url, 'https://raw.githubusercontent.com/neillturner/serverspec-runners/master/ansiblespec_runner.rb'
49
49
 
@@ -1,5 +1,5 @@
1
1
  module Kitchen
2
2
  module Verifier
3
- SERVERSPEC_VERSION = '0.4.4'.freeze
3
+ SERVERSPEC_VERSION = '0.4.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-verifier-serverspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neill Turner