kitchen-digitalocean 0.10.0 → 0.10.1

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
  SHA256:
3
- metadata.gz: fb074d3b982863bc5ec0b2950a45ac3e19c7e5fbba56d694362081da07ed0bae
4
- data.tar.gz: 2c65727319c97d2d0fe643d79589694ba617cd87d0fbbe2d65be37f1205f55e1
3
+ metadata.gz: e05c3afd4d3b076b51e6737c7bd87b15a566426f6fa084df2e7a06b611ffb3c2
4
+ data.tar.gz: c934cdb4a60881625153503066b713963ea8d3203e5d713fcf04ab0dba638ecd
5
5
  SHA512:
6
- metadata.gz: f246bc48cdaea1097a81719fb2596dac1db44e59590e74f449e61864f9b7bf5ac8c61cc1af6f5570e7658e5e01b31ea132c32dbcf64741c74cb4d83892662b7e
7
- data.tar.gz: a0c0ffbf04dd73e75957e041cdba63403c717fd6fd86866ca78dd79c51af157ed88d1ba7690c37b7ca930eda27597de326a39e50b08b498fb96fe0c2d92c1d8b
6
+ metadata.gz: 19c26efb9ff87eb4887048ccceedff812b28f6e84cfdd54d622d001bb53efb165da15a4eae8e2a2dbdbccf989658a54be62627001d0e69f909785508f2127701
7
+ data.tar.gz: a9eb75f4ed9984e1f8f3a5e8d06544e89ce8641d23bc4ea52ac3dcab24c137f81333b197d7336c4295999b94e58493080a5886cc461efda2eedbf97e515a9d21
@@ -1,170 +1,173 @@
1
+ # 10.1 / 2018-10/05
2
+
3
+ - [@tas50] [PR #64] Slim the size of the Gem and standardize the license file / string
4
+ - Add new FreeBSD 10.4/11.2 slugs
5
+ - Make DigitalOcean a single word in logging
6
+
1
7
  # 0.10.0 / 2018-06-13
2
8
 
3
- * Bump droplet_kit to latest 2.3 series release
4
- * Rubocop fixes
5
- * [@tolland] [PR #59] Add tags attribute to the driver config
6
- * [@tolland] [PR #58] Add firewalls attribute to driver config
7
- * [@tolland] [PR #57] Update image slugs for ubuntu 17, 18, fedora 27, 28
9
+ - Bump droplet_kit to latest 2.3 series release
10
+ - Rubocop fixes
11
+ - [@tolland] [PR #59] Add tags attribute to the driver config
12
+ - [@tolland] [PR #58] Add firewalls attribute to driver config
13
+ - [@tolland] [PR #57] Update image slugs for ubuntu 17, 18, fedora 27, 28
8
14
 
9
15
  # 0.9.8 / 2017-09-09
10
16
 
11
- * After the 0.9.7 release I noticed the nyc2 datacenter we were defaulting to no longer exists, now defaulting to nyc1.
17
+ - After the 0.9.7 release I noticed the nyc2 datacenter we were defaulting to no longer exists, now defaulting to nyc1.
12
18
 
13
19
  # 0.9.7 / 2017-09-09
14
20
 
15
- * Update slug abbrevations
16
- * Bump a few testing tools in the gemspec file
17
- * Fix some rubocop warnings
18
- * Fix tests
19
-
21
+ - Update slug abbrevations
22
+ - Bump a few testing tools in the gemspec file
23
+ - Fix some rubocop warnings
24
+ - Fix tests
20
25
 
21
26
  # 0.9.6 / 2017-07-27
22
27
 
23
- * [@martinisoft] Bump droplet_kit to latest 2.0 series release
28
+ - [@martinisoft] Bump droplet_kit to latest 2.0 series release
24
29
 
25
30
  # 0.9.5 / 2015-12-14
26
31
 
27
- * This release fixes the slugs I accidentally broke in 0.9.4.
32
+ - This release fixes the slugs I accidentally broke in 0.9.4.
28
33
 
29
34
  # 0.9.4 / 2015-12-14
30
35
 
31
- * Update slug mappings.
36
+ - Update slug mappings.
32
37
 
33
38
  # 0.9.3 / 2015-08-21
34
39
 
35
- * Show user_data option in debug output.
36
- * Default to 'nologin' when Etc.getlogin doesn't work (windows).
40
+ - Show user_data option in debug output.
41
+ - Default to 'nologin' when Etc.getlogin doesn't work (windows).
37
42
 
38
43
  # 0.9.2 / 2015-07-20
39
44
 
40
- * [@joonas](https://github.com/joonas) [PR #41] Add the ability to map well-known platforms to slugs
45
+ - [@joonas](https://github.com/joonas) [PR #41] Add the ability to map well-known platforms to slugs
41
46
 
42
47
  # 0.9.1 / 2015-06-19
43
48
 
44
- * [@olivielpeau](https://github.com/olivielpeau) [PR #40] Destroy properly droplets that are still "new"
49
+ - [@olivielpeau](https://github.com/olivielpeau) [PR #40] Destroy properly droplets that are still "new"
45
50
 
46
51
  # 0.9.0 / 2015-04-17
47
52
 
48
- * [@juliandunn](https://github.com/juliandunn) [PR #37] Added the ability to pass user_data into droplet creation.
53
+ - [@juliandunn](https://github.com/juliandunn) [PR #37] Added the ability to pass user_data into droplet creation.
49
54
 
50
55
  # 0.8.3 / 2014-12-29
51
56
 
52
- * [@RoboticCheese](https://github.com/RoboticCheese) [PR #34] make key IDs always a String
57
+ - [@RoboticCheese](https://github.com/RoboticCheese) [PR #34] make key IDs always a String
53
58
 
54
59
  # 0.8.2 / 2014-11-09
55
60
 
56
- * Handle API errors more gracefully, closes issue #33.
61
+ - Handle API errors more gracefully, closes issue #33.
57
62
 
58
63
  # 0.8.1 / 2014-10-13
59
64
 
60
- * [@sarkis](https://github.com/sarkis) [PR #32] fix driver config example
61
- * [@sarkis](https://github.com/sarkis) [PR #31] make sure there are no underscores in hostname
62
- * [@sarkis](https://github.com/sarkis) [PR #30] properly split ssh key ids
65
+ - [@sarkis](https://github.com/sarkis) [PR #32] fix driver config example
66
+ - [@sarkis](https://github.com/sarkis) [PR #31] make sure there are no underscores in hostname
67
+ - [@sarkis](https://github.com/sarkis) [PR #30] properly split ssh key ids
63
68
 
64
69
  # 0.8.0 / 2014-8-21
65
70
 
66
- * [@RoboticCheese](https://github.com/RoboticCheese) [PR #25] Sanitize default names, limit to 63 chars
71
+ - [@RoboticCheese](https://github.com/RoboticCheese) [PR #25] Sanitize default names, limit to 63 chars
67
72
 
68
73
  # 0.8.0.pre1 / 2014-08-21
69
74
 
70
- ***Breaking Changes***
75
+ **_Breaking Changes_**
71
76
 
72
- From this version on the driver uses API V2, the use of image_id, flavor_id, and region_id has been replaced
73
- with image, size, region. You can now rely on slugs instead of uses IDs. Please refer to the readme for additional information.
77
+ From this version on the driver uses API V2, the use of image_id, flavor_id, and region_id has been replaced with image, size, region. You can now rely on slugs instead of uses IDs. Please refer to the readme for additional information.
74
78
 
75
- * Upgrade to API V2
76
- * Drop Fog, for [droplet_kit](https://github.com/digitaloceancloud/droplet_kit)
79
+ - Upgrade to API V2
80
+ - Drop Fog, for [droplet_kit](https://github.com/digitaloceancloud/droplet_kit)
77
81
 
78
82
  # 0.7.3 / 2014-08-19
79
83
 
80
- * Add id for New York 3
81
- * Update various other data id's
82
- * [@sample](https://github.com/sample) [PR #23] Fix Debian 7.0 id
83
- * [@skottler](https://github.com/skottler) [PR #22] Update the ID for precise
84
- * [@RoboticCheese](https://github.com/RoboticCheese) [PR #21] Update README to reflect latest platform list
84
+ - Add id for New York 3
85
+ - Update various other data id's
86
+ - [@sample](https://github.com/sample) [PR #23] Fix Debian 7.0 id
87
+ - [@skottler](https://github.com/skottler) [PR #22] Update the ID for precise
88
+ - [@RoboticCheese](https://github.com/RoboticCheese) [PR #21] Update README to reflect latest platform list
85
89
 
86
90
  # 0.7.2 / 2014-07-24
87
91
 
88
- * [@RoboticCheese](https://github.com/RoboticCheese) [PR #20] Update to latest image IDs
89
- * [@ijin](https://github.com/ijin)[PR #19] Update image id list & readme
90
- * [@ishakir](https://github.com/ishakir)[PR #18] Gemfile syntax incorrect
91
- * [@alaa](https://github.com/alaa)[PR #17] Update ssh_key API in the README file
92
+ - [@RoboticCheese](https://github.com/RoboticCheese) [PR #20] Update to latest image IDs
93
+ - [@ijin](https://github.com/ijin)[PR #19] Update image id list & readme
94
+ - [@ishakir](https://github.com/ishakir)[PR #18] Gemfile syntax incorrect
95
+ - [@alaa](https://github.com/alaa)[PR #17] Update ssh_key API in the README file
92
96
 
93
97
  # 0.7.1 / 2014-06-23
94
98
 
95
- * [@RoboticCheese](https://github.com/RoboticCheese) [PR #16] Use the 64-bit CentOS 6.5 image.
99
+ - [@RoboticCheese](https://github.com/RoboticCheese) [PR #16] Use the 64-bit CentOS 6.5 image.
96
100
 
97
101
  # 0.7.0 / 2014-05-20
98
102
 
99
- * [@zhann](https://github.com/Zhann) [PR #15] Makes hostnames RFC compatible
100
- * [@coderanger](https://github.com/coderanger) [PR #14] New image ID for centos-6.5
101
- * [@coderanger](https://github.com/coderanger) [PR #13] Allow using a correctly name-scoped environment variable for ssh_key_ids
103
+ - [@zhann](https://github.com/Zhann) [PR #15] Makes hostnames RFC compatible
104
+ - [@coderanger](https://github.com/coderanger) [PR #14] New image ID for centos-6.5
105
+ - [@coderanger](https://github.com/coderanger) [PR #13] Allow using a correctly name-scoped environment variable for ssh_key_ids
102
106
 
103
107
  # 0.6.4 / 2014-05-02
104
108
 
105
- * Update image list.
109
+ - Update image list.
106
110
 
107
111
  # 0.6.3 / 2014-04-28
108
112
 
109
- * I messed up the release process for 0.6.2 and yanked it, this is the same as 0.6.2 was meant to be, sorry.
113
+ - I messed up the release process for 0.6.2 and yanked it, this is the same as 0.6.2 was meant to be, sorry.
110
114
 
111
115
  # 0.6.2 / 2014-04-28
112
116
 
113
- * [@juliandunn](https://github.com/juliandunn) [PR #11] Updated new image IDs from DigitalOcean.
117
+ - [@juliandunn](https://github.com/juliandunn) [PR #11] Updated new image IDs from DigitalOcean.
114
118
 
115
119
  # 0.6.1 / 2014-04-12
116
120
 
117
- * [@juliandunn](https://github.com/juliandunn) [PR #9] DigitalOcean updated some images so the IDs required fixing.
121
+ - [@juliandunn](https://github.com/juliandunn) [PR #9] DigitalOcean updated some images so the IDs required fixing.
118
122
 
119
123
  # 0.6.0 / 2014-03-17
120
124
 
121
- * Private Networking is now enabled by default. This only works in select regions.
122
- * The default region was changed to New York 2, so private networking would work by default.
125
+ - Private Networking is now enabled by default. This only works in select regions.
126
+ - The default region was changed to New York 2, so private networking would work by default.
123
127
 
124
128
  # 0.5.2 / 2014-02-20
125
129
 
126
- * [@lamont-granquist](https://github.com/lamont-granquist) [PR #5] add info on using numeric key ids.
127
- * [@mattwhite](https://github.com/mattwhite) [PR #6] Add Ubuntu 12.04 support.
130
+ - [@lamont-granquist](https://github.com/lamont-granquist) [PR #5] add info on using numeric key ids.
131
+ - [@mattwhite](https://github.com/mattwhite) [PR #6] Add Ubuntu 12.04 support.
128
132
 
129
133
  # 0.5.1 / 2014-02-11
130
134
 
131
- * Add new Singapore 1 region
132
- * Fixed up the readme
135
+ - Add new Singapore 1 region
136
+ - Fixed up the readme
133
137
 
134
138
  # 0.5.0 / 2013-12-31
135
139
 
136
- * You can alternatively use region and flavor options instead of their _id counter parts.
137
- See the readme for more information.
140
+ - You can alternatively use region and flavor options instead of their _id counter parts. See the readme for more information.
138
141
 
139
142
  # 0.4.0 / 2013-12-31
140
143
 
141
- * Updated the driver for test kitchen 1.1, fixed some bugs.
142
- * Improved documentation
143
- * It will now read your api key, client id, and ssh key ids, from environment variables if set.
144
- * You can specify the image name rather than the image id
144
+ - Updated the driver for test kitchen 1.1, fixed some bugs.
145
+ - Improved documentation
146
+ - It will now read your api key, client id, and ssh key ids, from environment variables if set.
147
+ - You can specify the image name rather than the image id
145
148
 
146
149
  # 0.3.1 / 2013-12-29
147
150
 
148
- * [@someara](https://github.com/someara) [PR #2] Relax test-kitchen version dep
151
+ - [@someara](https://github.com/someara) [PR #2] Relax test-kitchen version dep
149
152
 
150
153
  # 0.3.0 / 2013-12-12
151
154
 
152
- * Fix deprecation warnings from rspec 3
153
- * Bump test-kitchen dependency to ~> 1.1.0
155
+ - Fix deprecation warnings from rspec 3
156
+ - Bump test-kitchen dependency to ~> 1.1.0
154
157
 
155
158
  # 0.2.1 / 2013-10-31
156
159
 
157
- * Update example tables in the readme
158
- * Fix warning for public_ip_address
159
- * [@dpetzel](https://github.com/dpetzel) [PR #1] flip flavor and image
160
+ - Update example tables in the readme
161
+ - Fix warning for public_ip_address
162
+ - [@dpetzel](https://github.com/dpetzel) [PR #1] flip flavor and image
160
163
 
161
164
  # 0.2.0 / 2013-06-19
162
165
 
163
- * Provide debug output for test-kitchen
164
- * Visual feedback during server creation
165
- * Use ruby 1.9 hash syntax
166
- * Bump fog dependency to 1.12
166
+ - Provide debug output for test-kitchen
167
+ - Visual feedback during server creation
168
+ - Use ruby 1.9 hash syntax
169
+ - Bump fog dependency to 1.12
167
170
 
168
171
  # 0.1.0 / 2013-05-12
169
172
 
170
- * Initial release
173
+ - Initial release
File without changes
@@ -56,7 +56,7 @@ module Kitchen
56
56
 
57
57
  state[:server_id] = server.id
58
58
 
59
- info("Digital Ocean instance <#{state[:server_id]}> created.")
59
+ info("DigitalOcean instance <#{state[:server_id]}> created.")
60
60
 
61
61
  loop do
62
62
  sleep 8
@@ -106,17 +106,18 @@ module Kitchen
106
106
  droplet = client.droplets.find(id: state[:server_id])
107
107
 
108
108
  break unless droplet
109
+
109
110
  if droplet.status != 'new'
110
111
  client.droplets.delete(id: state[:server_id])
111
112
  break
112
113
  end
113
114
 
114
- info("Waiting on Digital Ocean instance <#{state[:server_id]}>
115
+ info("Waiting on DigitalOcean instance <#{state[:server_id]}>
115
116
  to be active to destroy it, retrying in 8 seconds")
116
117
  sleep 8
117
118
  end
118
119
 
119
- info("Digital Ocean instance <#{state[:server_id]}> destroyed.")
120
+ info("DigitalOcean instance <#{state[:server_id]}> destroyed.")
120
121
  state.delete(:server_id)
121
122
  state.delete(:hostname)
122
123
  end
@@ -212,9 +213,11 @@ module Kitchen
212
213
  'debian-9' => 'debian-9-x64',
213
214
  'fedora-27' => 'fedora-27-x64',
214
215
  'fedora-28' => 'fedora-28-x64',
216
+ 'freebsd-11.2' => 'freebsd-11-2-x64-zfs',
215
217
  'freebsd-11.1' => 'freebsd-11-1-x64-zfs',
216
218
  'freebsd-11.0' => 'freebsd-11-0-x64-zfs',
217
219
  'freebsd-10.3' => 'freebsd-10-3-x64-zfs',
220
+ 'freebsd-10.4' => 'freebsd-10-4-x64-zfs',
218
221
  'ubuntu-14' => 'ubuntu-14-04-x64',
219
222
  'ubuntu-16' => 'ubuntu-16-04-x64',
220
223
  'ubuntu-17' => 'ubuntu-17-10-x64',
@@ -18,7 +18,7 @@
18
18
  module Kitchen
19
19
  module Driver
20
20
  # Version string for Digital Ocean Kitchen driver
21
- DIGITALOCEAN_VERSION = '0.10.0'.freeze
21
+ DIGITALOCEAN_VERSION = '0.10.1'.freeze
22
22
  end
23
23
  end
24
24
 
metadata CHANGED
@@ -1,43 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-digitalocean
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Fitzgerald
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-13 00:00:00.000000000 Z
11
+ date: 2018-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: test-kitchen
14
+ name: droplet_kit
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.17'
19
+ version: '2.3'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.17'
26
+ version: '2.3'
27
27
  - !ruby/object:Gem::Dependency
28
- name: droplet_kit
28
+ name: test-kitchen
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '2.3'
33
+ version: '1.17'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '2.3'
40
+ version: '1.17'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -53,61 +53,61 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: rake
56
+ name: cane
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '10.0'
61
+ version: '3.0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '10.0'
68
+ version: '3.0'
69
69
  - !ruby/object:Gem::Dependency
70
- name: rubocop
70
+ name: countloc
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0.57'
75
+ version: '0.4'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '0.57'
82
+ version: '0.4'
83
83
  - !ruby/object:Gem::Dependency
84
- name: cane
84
+ name: coveralls
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '2.6'
89
+ version: '0.8'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '2.6'
96
+ version: '0.8'
97
97
  - !ruby/object:Gem::Dependency
98
- name: countloc
98
+ name: rake
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - "~>"
101
+ - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: '0.4'
103
+ version: '0'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - "~>"
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
- version: '0.4'
110
+ version: '0'
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: rspec
113
113
  requirement: !ruby/object:Gem::Requirement
@@ -123,19 +123,19 @@ dependencies:
123
123
  - !ruby/object:Gem::Version
124
124
  version: '3.6'
125
125
  - !ruby/object:Gem::Dependency
126
- name: webmock
126
+ name: rubocop
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - "~>"
130
130
  - !ruby/object:Gem::Version
131
- version: '1.2'
131
+ version: '0.57'
132
132
  type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
- version: '1.2'
138
+ version: '0.57'
139
139
  - !ruby/object:Gem::Dependency
140
140
  name: simplecov
141
141
  requirement: !ruby/object:Gem::Requirement
@@ -165,19 +165,19 @@ dependencies:
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0.2'
167
167
  - !ruby/object:Gem::Dependency
168
- name: coveralls
168
+ name: webmock
169
169
  requirement: !ruby/object:Gem::Requirement
170
170
  requirements:
171
171
  - - "~>"
172
172
  - !ruby/object:Gem::Version
173
- version: '0.8'
173
+ version: '1.2'
174
174
  type: :development
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
178
  - - "~>"
179
179
  - !ruby/object:Gem::Version
180
- version: '0.8'
180
+ version: '1.2'
181
181
  description: A Test Kitchen Driver for Digital Ocean
182
182
  email:
183
183
  - greg@gregf.org
@@ -185,26 +185,13 @@ executables: []
185
185
  extensions: []
186
186
  extra_rdoc_files: []
187
187
  files:
188
- - ".gitignore"
189
- - ".rubocop.yml"
190
- - ".travis.yml"
191
188
  - CHANGELOG.md
192
- - Gemfile
193
- - LICENSE.txt
194
- - README.md
195
- - Rakefile
196
- - kitchen-digitalocean.gemspec
189
+ - LICENSE
197
190
  - lib/kitchen/driver/digitalocean.rb
198
191
  - lib/kitchen/driver/digitalocean_version.rb
199
- - spec/kitchen/driver/digitalocean_spec.rb
200
- - spec/mocks/auth_error.txt
201
- - spec/mocks/create.txt
202
- - spec/mocks/delete.txt
203
- - spec/mocks/find.txt
204
- - spec/spec_helper.rb
205
192
  homepage: https://github.com/test-kitchen/kitchen-digitalocean
206
193
  licenses:
207
- - Apache 2.0
194
+ - Apache-2.0
208
195
  metadata: {}
209
196
  post_install_message:
210
197
  rdoc_options: []
@@ -222,14 +209,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
209
  version: '0'
223
210
  requirements: []
224
211
  rubyforge_project:
225
- rubygems_version: 2.7.6
212
+ rubygems_version: 2.7.7
226
213
  signing_key:
227
214
  specification_version: 4
228
215
  summary: A Test Kitchen Driver for Digital Ocean
229
- test_files:
230
- - spec/kitchen/driver/digitalocean_spec.rb
231
- - spec/mocks/auth_error.txt
232
- - spec/mocks/create.txt
233
- - spec/mocks/delete.txt
234
- - spec/mocks/find.txt
235
- - spec/spec_helper.rb
216
+ test_files: []