knife-supermarket 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: ebbcbca8c8ed6d7cc61f60c8965d998e339331b2
4
- data.tar.gz: 9c58f8594dbce990143c726ff588d99d8c47f225
3
+ metadata.gz: 0be758fcc5429dc74bdb74b2584688cba7a86474
4
+ data.tar.gz: eb8d55323765139fd86d8cc24ad6530608af8310
5
5
  SHA512:
6
- metadata.gz: 95f545aced83cadbf4ebe118839b56a604ba3b7ffcf2d17d32c358c96194aa67c5c8e49dd43996e2e9fcfc143038be65b204ff6e958225ec99c5ed3354bf9914
7
- data.tar.gz: 6d7c913d37dacee113c65ade7d55427fb1f7cc9dbe7c77490100e726c3abedb6a6bc26989f0201648edc8cef86847d99cd094b445e0b353f0edad30617c5f885
6
+ metadata.gz: 1cfc08cb0cee61e7001ba6bc1311030c8f03e562a51b18356197da554cdaf59171664ff2ab811385116b13aad04a676dbf1d8654f34554989839b388dc1fdf90
7
+ data.tar.gz: 3b31bab1cf361efa213e48b3130d9c8572355dbe101c7e86d687ce02e02729443e3579854c4cb3aeb7f4e2e5f0b33d55c6fd6e62eaf9894f3a6980293be4b6cf
@@ -27,9 +27,9 @@ class Chef
27
27
 
28
28
  option :supermarket_site,
29
29
  :short => '-m SUPERMARKET_SITE',
30
- :long => '--supermarket_site SUPERMARKET_SITE',
30
+ :long => '--supermarket-site SUPERMARKET_SITE',
31
31
  :description => 'Supermarket Site',
32
- :default => 'supermarket-staging.getchef.com',
32
+ :default => 'supermarket.getchef.com',
33
33
  :proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
34
34
 
35
35
  def cookbooks_api_url
@@ -34,9 +34,9 @@ class Chef
34
34
 
35
35
  option :supermarket_site,
36
36
  :short => '-m SUPERMARKET_SITE',
37
- :long => '--supermarket_site SUPERMARKET_SITE',
37
+ :long => '--supermarket-site SUPERMARKET_SITE',
38
38
  :description => 'Supermarket Site',
39
- :default => 'supermarket-staging.getchef.com',
39
+ :default => 'supermarket.getchef.com',
40
40
  :proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
41
41
 
42
42
  def download_cookbook_to(download_path)
@@ -27,9 +27,9 @@ class Chef
27
27
 
28
28
  option :supermarket_site,
29
29
  :short => '-m SUPERMARKET_SITE',
30
- :long => '--supermarket_site SUPERMARKET_SITE',
30
+ :long => '--supermarket-site SUPERMARKET_SITE',
31
31
  :description => 'Supermarket Site',
32
- :default => 'supermarket-staging.getchef.com',
32
+ :default => 'supermarket.getchef.com',
33
33
  :proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
34
34
 
35
35
  def get_cookbook_list(items=10, start=0, cookbook_collection={})
@@ -27,9 +27,9 @@ class Chef
27
27
 
28
28
  option :supermarket_site,
29
29
  :short => '-m SUPERMARKET_SITE',
30
- :long => '--supermarket_site SUPERMARKET_SITE',
30
+ :long => '--supermarket-site SUPERMARKET_SITE',
31
31
  :description => 'Supermarket Site',
32
- :default => 'supermarket-staging.getchef.com',
32
+ :default => 'supermarket.getchef.com',
33
33
  :proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
34
34
 
35
35
  def run
@@ -33,9 +33,9 @@ class Chef
33
33
 
34
34
  option :supermarket_site,
35
35
  :short => '-m SUPERMARKET_SITE',
36
- :long => '--supermarket_site SUPERMARKET_SITE',
36
+ :long => '--supermarket-site SUPERMARKET_SITE',
37
37
  :description => 'Supermarket Site',
38
- :default => 'supermarket-staging.getchef.com',
38
+ :default => 'supermarket.getchef.com',
39
39
  :proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
40
40
 
41
41
  def do_upload(cookbook_filename, cookbook_category, user_id, user_secret_filename)
@@ -27,9 +27,9 @@ class Chef
27
27
 
28
28
  option :supermarket_site,
29
29
  :short => '-m SUPERMARKET_SITE',
30
- :long => '--supermarket_site SUPERMARKET_SITE',
30
+ :long => '--supermarket-site SUPERMARKET_SITE',
31
31
  :description => 'Supermarket Site',
32
- :default => 'supermarket-staging.getchef.com',
32
+ :default => 'supermarket.getchef.com',
33
33
  :proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
34
34
 
35
35
  def get_cookbook_data
@@ -31,9 +31,9 @@ class Chef
31
31
 
32
32
  option :supermarket_site,
33
33
  :short => '-m SUPERMARKET_SITE',
34
- :long => '--supermarket_site SUPERMARKET_SITE',
34
+ :long => '--supermarket-site SUPERMARKET_SITE',
35
35
  :description => 'Supermarket Site',
36
- :default => 'supermarket-staging.getchef.com',
36
+ :default => 'supermarket.getchef.com',
37
37
  :proc => Proc.new { |supermarket| Chef::Config[:knife][:supermarket_site] = supermarket }
38
38
 
39
39
  def run
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Supermarket
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-supermarket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christopher Webber