knife-google 4.2.6 → 4.2.7

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: ffac7bed4b5402a8122a5b406e745e8f224af07bde6d5d2081d99227971f39e2
4
- data.tar.gz: dfd93920997548e4c3412d8608479ea6f7d165cd503b5172130950cc274ed0c1
3
+ metadata.gz: eebc393a93435409cc55ebf5390f9865a5d862bc02f82e6be1eac85ae90e6dd7
4
+ data.tar.gz: 351544558fa432e36985ee9d967d058b7de1ca6afc20a896c7282f5e821191f8
5
5
  SHA512:
6
- metadata.gz: 475f550113eea3fee7f3b1c6b210ede9153198737b4ace8e25f71b4453db770dd52d9edf443b187ae9f14b43e41b03d7eafbb8655fbdae996008c00c843660f4
7
- data.tar.gz: 3d5ea65b18dee8c16838ce0832e5db87e72b3b4dbee94e7642a2b72302f029e5fd1ca6993f0b032f2e745d355c295d855a7c28ffa745431f9d57ee18b0c3f072
6
+ metadata.gz: dce96ba50723fdff183d34c9b2e5ad1a40b83e7ceff28b1673c3c8390a448a16dca23e656a22812c7b8962961d5217b90b819ac78911258e5404714370c05c50
7
+ data.tar.gz: 9f9359bfc0d8e2d0f824a215df069a6c24ae218d474555e49568da35c130fc548fd1c9789882d1d562980b31d7d7bd42ba5c712dc20886de5b3d0a13a7e21c37
@@ -23,7 +23,6 @@ require_relative "cloud/google_service_options"
23
23
 
24
24
  class Chef::Knife::Cloud
25
25
  class GoogleDiskCreate < Command
26
- include GoogleServiceHelpers
27
26
  include GoogleServiceOptions
28
27
 
29
28
  banner "knife google disk create NAME --gce-disk-size N (options)"
@@ -23,7 +23,6 @@ require_relative "cloud/google_service_options"
23
23
 
24
24
  class Chef::Knife::Cloud
25
25
  class GoogleDiskDelete < Command
26
- include GoogleServiceHelpers
27
26
  include GoogleServiceOptions
28
27
 
29
28
  banner "knife google disk delete NAME [NAME] (options)"
@@ -23,7 +23,6 @@ require_relative "cloud/google_service_options"
23
23
 
24
24
  class Chef::Knife::Cloud
25
25
  class GoogleDiskList < ResourceListCommand
26
- include GoogleServiceHelpers
27
26
  include GoogleServiceOptions
28
27
 
29
28
  banner "knife google disk list"
@@ -22,7 +22,6 @@ require_relative "cloud/google_service_options"
22
22
 
23
23
  class Chef::Knife::Cloud
24
24
  class GoogleImageList < ResourceListCommand
25
- include GoogleServiceHelpers
26
25
  include GoogleServiceOptions
27
26
 
28
27
  banner "knife google image list"
@@ -23,7 +23,6 @@ require_relative "cloud/google_service_options"
23
23
 
24
24
  class Chef::Knife::Cloud
25
25
  class GoogleProjectQuotas < ResourceListCommand
26
- include GoogleServiceHelpers
27
26
  include GoogleServiceOptions
28
27
 
29
28
  banner "knife google project quotas"
@@ -23,7 +23,6 @@ require_relative "cloud/google_service_options"
23
23
 
24
24
  class Chef::Knife::Cloud
25
25
  class GoogleRegionList < ResourceListCommand
26
- include GoogleServiceHelpers
27
26
  include GoogleServiceOptions
28
27
 
29
28
  banner "knife google region list"
@@ -23,7 +23,6 @@ require_relative "cloud/google_service_options"
23
23
 
24
24
  class Chef::Knife::Cloud
25
25
  class GoogleRegionQuotas < Command
26
- include GoogleServiceHelpers
27
26
  include GoogleServiceOptions
28
27
 
29
28
  banner "knife google region quotas"
@@ -25,7 +25,6 @@ require_relative "cloud/google_service_options"
25
25
  class Chef::Knife::Cloud
26
26
  class GoogleServerCreate < ServerCreateCommand
27
27
  include GoogleServiceOptions
28
- include GoogleServiceHelpers
29
28
  include ServerCreateOptions
30
29
 
31
30
  banner "knife google server create NAME -m MACHINE_TYPE -I IMAGE (options)"
@@ -27,7 +27,6 @@ class Chef
27
27
  class Cloud
28
28
  class GoogleServerDelete < ServerDeleteCommand
29
29
  include ServerDeleteOptions
30
- include GoogleServiceHelpers
31
30
  include GoogleServiceOptions
32
31
 
33
32
  banner "knife google server delete INSTANCE_NAME [INSTANCE_NAME] (options)"
@@ -24,7 +24,6 @@ require_relative "cloud/google_service_options"
24
24
 
25
25
  class Chef::Knife::Cloud
26
26
  class GoogleServerList < ServerListCommand
27
- include GoogleServiceHelpers
28
27
  include GoogleServiceOptions
29
28
 
30
29
  deps do
@@ -26,7 +26,6 @@ class Chef
26
26
  class Cloud
27
27
  class GoogleServerShow < ServerShowCommand
28
28
  include ServerShowOptions
29
- include GoogleServiceHelpers
30
29
  include GoogleServiceOptions
31
30
 
32
31
  banner "knife google server show INSTANCE_NAME (options)"
@@ -23,7 +23,6 @@ require_relative "cloud/google_service_options"
23
23
 
24
24
  class Chef::Knife::Cloud
25
25
  class GoogleZoneList < ResourceListCommand
26
- include GoogleServiceHelpers
27
26
  include GoogleServiceOptions
28
27
 
29
28
  banner "knife google zone list"
@@ -15,7 +15,7 @@
15
15
  #
16
16
  module Knife
17
17
  module Google
18
- VERSION = "4.2.6"
18
+ VERSION = "4.2.7"
19
19
  MAJOR, MINOR, TINY = VERSION.split(".")
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-google
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.6
4
+ version: 4.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chiraq Jog