knife-ec2 1.0.21 → 1.0.22

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
  SHA256:
3
- metadata.gz: 2a3fdcffedb74d76729664d669caf940e0db52d409d1446a59ecab5a99f7e964
4
- data.tar.gz: 772b31f6f5fbe26aa79df7901800a70a0df966bb79c4d12424404d004a8d0c20
3
+ metadata.gz: 1c062c757d30e2a439435f0bfc6fd30e5d0534f107b9e426d9c8cfeea733e383
4
+ data.tar.gz: 5a8f574c5bd902b4ba8196f85347bcc0f2c0558ef754f1a76f0fcd8eaa3a1d62
5
5
  SHA512:
6
- metadata.gz: f10320284eb70e6bd330e2ae6d2a5c34a6fdbae7ebf44fd96b30b18dee17fb760f7bdb6e73bd5e18f180230172fd646a49aad70ab617192f447e656081fdd5e2
7
- data.tar.gz: 446c213c86fb0109072137940c064c309f1b60b6cd2eab7c2470dd3f0ed3fc72a5fc98132810b1ffacb9e71d3eda89d4ccf1b483210e3644388d9727efaba41a
6
+ metadata.gz: 897d4c54e779d65d599448d9262e74d4797d3e54a05aaae4028de4c9add6b38e7acffc68a06eff3179c961707170f91648ffb323fc8cfb90dc5b0042e6abaa85
7
+ data.tar.gz: 632281b0f3c59d26809032a8c4107eca8ed379ef7efba90689c36ce62d2921f220fc26e014f4efb91cee2c8bc068b0e25b78434ccea9f7e6b983b450db886474
@@ -15,7 +15,7 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
 
18
- require "chef/knife/ec2_base"
18
+ require_relative "ec2_base"
19
19
 
20
20
  class Chef
21
21
  class Knife
@@ -16,7 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
- require "chef/knife/ec2_base"
19
+ require_relative "ec2_base"
20
20
 
21
21
  class Chef
22
22
  class Knife
@@ -16,7 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
- require "chef/knife/ec2_base"
19
+ require_relative "ec2_base"
20
20
 
21
21
  class Chef
22
22
  class Knife
@@ -16,7 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
- require "chef/knife/ec2_base"
19
+ require_relative "ec2_base"
20
20
 
21
21
  class Chef
22
22
  class Knife
@@ -17,8 +17,8 @@
17
17
  # limitations under the License.
18
18
  #
19
19
 
20
- require "chef/knife/ec2_base"
21
- require "chef/knife/s3_source"
20
+ require_relative "ec2_base"
21
+ require_relative "s3_source"
22
22
  require "chef/knife/bootstrap"
23
23
 
24
24
  class Chef
@@ -17,7 +17,7 @@
17
17
  # limitations under the License.
18
18
  #
19
19
 
20
- require "chef/knife/ec2_base"
20
+ require_relative "ec2_base"
21
21
 
22
22
  class Chef
23
23
  class Knife
@@ -17,7 +17,7 @@
17
17
  # limitations under the License.
18
18
  #
19
19
 
20
- require "chef/knife/ec2_base"
20
+ require_relative "ec2_base"
21
21
 
22
22
  class Chef
23
23
  class Knife
@@ -16,7 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
- require "chef/knife/ec2_base"
19
+ require_relative "ec2_base"
20
20
 
21
21
  class Chef
22
22
  class Knife
@@ -16,7 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
- require "chef/knife/ec2_base"
19
+ require_relative "ec2_base"
20
20
 
21
21
  class Chef
22
22
  class Knife
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Ec2
3
- VERSION = "1.0.21".freeze
3
+ VERSION = "1.0.22".freeze
4
4
  MAJOR, MINOR, TINY = VERSION.split(".")
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.21
4
+ version: 1.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chef Software, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-17 00:00:00.000000000 Z
11
+ date: 2019-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef