kitchen-oci 1.15.1 → 1.16.1

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.
@@ -20,6 +20,6 @@
20
20
  module Kitchen
21
21
  module Driver
22
22
  # Version string for Oracle OCI Kitchen driver
23
- OCI_VERSION = '1.15.1'
23
+ OCI_VERSION = "1.16.1"
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-oci
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.1
4
+ version: 1.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Pearson
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-07 00:00:00.000000000 Z
11
+ date: 2024-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oci
@@ -53,7 +53,7 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: cane
56
+ name: chefstyle
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
@@ -67,7 +67,7 @@ dependencies:
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
- name: countloc
70
+ name: pry
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="
@@ -95,7 +95,7 @@ dependencies:
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
- name: tailor
98
+ name: rspec
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - ">="
@@ -117,13 +117,22 @@ extra_rdoc_files: []
117
117
  files:
118
118
  - LICENSE
119
119
  - lib/kitchen/driver/oci.rb
120
+ - lib/kitchen/driver/oci/api.rb
121
+ - lib/kitchen/driver/oci/blockstorage.rb
122
+ - lib/kitchen/driver/oci/config.rb
123
+ - lib/kitchen/driver/oci/instance.rb
124
+ - lib/kitchen/driver/oci/models.rb
125
+ - lib/kitchen/driver/oci/models/compute.rb
126
+ - lib/kitchen/driver/oci/models/dbaas.rb
127
+ - lib/kitchen/driver/oci/models/iscsi.rb
128
+ - lib/kitchen/driver/oci/models/paravirtual.rb
120
129
  - lib/kitchen/driver/oci_version.rb
121
130
  - tpl/setup_winrm.ps1.erb
122
131
  homepage: ''
123
132
  licenses:
124
133
  - Apache-2.0
125
134
  metadata: {}
126
- post_install_message:
135
+ post_install_message:
127
136
  rdoc_options: []
128
137
  require_paths:
129
138
  - lib
@@ -139,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
148
  version: '0'
140
149
  requirements: []
141
150
  rubygems_version: 3.3.7
142
- signing_key:
151
+ signing_key:
143
152
  specification_version: 4
144
153
  summary: A Test Kitchen Driver for Oracle OCI
145
154
  test_files: []