kitchen-poolsclosed 0.0.0.1 → 0.0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f29a77ca06a66e26349e9fa6d43108df3c34ddfc
4
- data.tar.gz: e098666628ddcd1a6d4877f968f7c29bc176093f
3
+ metadata.gz: 91b5b4071dd3e6a281f41864cd9568e055aed977
4
+ data.tar.gz: 3b8a79a40b85364f38b6c9ebfccf03bd7f5304e8
5
5
  SHA512:
6
- metadata.gz: 1c6b9355cdb1d8b5537907980092e8e0e242fb5181e7852b8deb2c1c020148254187488e7df332b0d58ccb26de0894bb2f5c5a35f45ae9ba30bc8639cb7ef00b
7
- data.tar.gz: 632daf0788ec1c1668f655894a7b1967e25b6c8522ea473a599f0992b1b5d936150bc273a7cc860d76697ceeab2da5c5add00b0cbb21ffae849f140f3dca749d
6
+ metadata.gz: 875fb754d148b7862d02b5bc6ba041757b153cee439c5bcd0d99caf57cd41e69a7134f55c2886522099dad5a67bc30c0ac8de3e38c8163e41e52a75d942ac31c
7
+ data.tar.gz: f08eb2f77523a6076c7ead0c87e3778492d53b75ad07d5f1c4e9dac544c0281947c47db707ee27a4d0c506b38384a90ca1f69ec4821836c19654277e0d5eb1e7
data/Gemfile.lock CHANGED
@@ -9,20 +9,10 @@ GEM
9
9
  specs:
10
10
  addressable (2.4.0)
11
11
  artifactory (2.5.0)
12
- byebug (9.0.6)
13
- coderay (1.1.1)
14
12
  crack (0.4.3)
15
13
  safe_yaml (~> 1.0.0)
16
- domain_name (0.5.20160826)
17
- unf (>= 0.0.5, < 1.0.0)
18
14
  hashdiff (0.3.0)
19
- http-cookie (1.0.3)
20
- domain_name (~> 0.5)
21
15
  kitchen (0.0.3)
22
- method_source (0.8.2)
23
- mime-types (3.1)
24
- mime-types-data (~> 3.2015)
25
- mime-types-data (3.2016.0521)
26
16
  mixlib-install (2.1.4)
27
17
  artifactory
28
18
  mixlib-shellout
@@ -35,21 +25,8 @@ GEM
35
25
  net-ssh (3.2.0)
36
26
  net-ssh-gateway (1.2.0)
37
27
  net-ssh (>= 2.6.5)
38
- netrc (0.11.0)
39
- pry (0.10.4)
40
- coderay (~> 1.1.0)
41
- method_source (~> 0.8.1)
42
- slop (~> 3.4)
43
- pry-byebug (3.4.0)
44
- byebug (~> 9.0)
45
- pry (~> 0.10)
46
28
  rake (10.5.0)
47
- rest-client (2.0.0)
48
- http-cookie (>= 1.0.2, < 2.0)
49
- mime-types (>= 1.16, < 4.0)
50
- netrc (~> 0.8)
51
29
  safe_yaml (1.0.4)
52
- slop (3.6.0)
53
30
  test-kitchen (1.13.2)
54
31
  mixlib-install (>= 1.2, < 3.0)
55
32
  mixlib-shellout (>= 1.2, < 3.0)
@@ -59,9 +36,6 @@ GEM
59
36
  safe_yaml (~> 1.0)
60
37
  thor (~> 0.18)
61
38
  thor (0.19.1)
62
- unf (0.1.4)
63
- unf_ext
64
- unf_ext (0.0.7.2)
65
39
  webmock (2.1.0)
66
40
  addressable (>= 2.3.6)
67
41
  crack (>= 0.3.2)
@@ -74,9 +48,7 @@ DEPENDENCIES
74
48
  bundler (~> 1.12)
75
49
  kitchen
76
50
  kitchen-poolsclosed!
77
- pry-byebug
78
51
  rake (~> 10.0)
79
- rest-client
80
52
  webmock
81
53
 
82
54
  BUNDLED WITH
@@ -53,7 +53,6 @@ module Kitchen
53
53
  # we are checking the config here instead of when the class is loaded because
54
54
  # test-kitchen doesn't have the platform object instantiated until we call create
55
55
  raise Kitchen::UserError, /Error. Only windows is supported./ unless windows_os?
56
- puts 'before newhost'
57
56
  newhost = poolsclosed_machine
58
57
  raise Kitchen::InstanceFailure, /Error, no available instances in poolsclosed/ if newhost.nil?
59
58
  state[:hostname] = newhost
@@ -1,5 +1,5 @@
1
1
  module Kitchen
2
2
  module Driver
3
- POOLSCLOSED_VERSION = '0.0.0.1'.freeze
3
+ POOLSCLOSED_VERSION = '0.0.0.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-poolsclosed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.1
4
+ version: 0.0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - chris evett