knife-org-utils 1.1.1.beta.56.1 → 1.1.1.beta.57.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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/README.md +3 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZDBlZDg4MjMyMTM4NTA5YmUxZmZhOWQ0NGU5OTgxMTJlNzJkZjE0Mg==
4
+ Y2JlOWNmMTAzMWNmOTU2Yjk1NTRhZGJkOWE1MjYwMWQ0NThlYmVjNg==
5
5
  data.tar.gz: !binary |-
6
- ZDViNDQwMDM4MmIzMzBmMzQ1NDlmYjhmZDY5ZWE1MmFlYjRhZjVkZg==
6
+ YTYxZDcyOTc1NTljZThmMGYzNzYzODdiMjU5N2E3NWZlMDA2ZGFlOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZjY3YmU0MGRjZDhhZDdmMzdiNGM0NzMyMzRmNDc3OGU2Y2M5YjNkNmNlNjA5
10
- OTA0OTE3NTI5ZjAwZTBkNDkyZjIyODk3NzE5MWQ1MDA4NzJlMzlhYTI5OGNk
11
- ZmU0MzY5NDFkZDk5MjNlYmQ3MDJiOGY0MzM1NGRiYjAzYzVjZTY=
9
+ NGRlMjY4NTc3NGZmMjQyYjU2NWNiMWE4YjIwMjg3YmVkZDE3MTU2YWUzMjE4
10
+ MDI2NTkxZDUzNmY0ZTliM2U5Y2E3N2EwMTI5ZmVjMGJiOWE2ZTYxNTJlNjAz
11
+ ZDQ4NzAxNGQwOWQyN2ExZDk2M2Y2MGNhYWJkMmMzMTNkNzEzOWU=
12
12
  data.tar.gz: !binary |-
13
- Y2Y1NzliZjhlYzVkZGIzYWRlZTI4YzI4NDljZTBjNGM2MjE1NTE0ZTg4NTFi
14
- MWRkZjJiZDE0MmE2ZTFkYzIwYzM3Y2M3Mzg0OTEyYWQ4OGMyMWRmOTYyZTQz
15
- M2NmOGVmOTc5OWEwODUzN2RjMWY1MTAzYmRjNjQyMTc5Y2VmODg=
13
+ MzA1YTYzOGFiNGMwNTIzMjAyZWJjYjMzNjlkMGU1NTAxMWVmOTg4YTg4NmJl
14
+ MDJjMDc1ZGQ2MGMyYThmZTE3NWUwYTE4ZWU0YzNhY2RjZjdlMjYzN2JlMjUy
15
+ YjhhZjEzYWYwMTJiMWEzNDBmYTI0YTM3M2FjNDE3YzRmNzk4YzQ=
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## :no_entry: Warning :no_entry:
6
6
 
7
- Run `knife switch init` first.
7
+ Run `bin/migrate` if you have your current `~/.chef` folder managed by pre 1.0.x version if `knife-org-utils`.
8
8
 
9
9
  Pre 1.0.0 version used git to manage the `~/.chef` folder. Version 1.0.x and above will not use git to manage the `~/.chef` directory. Please backup your `~/.chef` directory before adding new configurations.
10
10
 
@@ -16,10 +16,9 @@ This is an EXPERIMENTAL knife plugin that allows you :
16
16
 
17
17
  ## Installation
18
18
 
19
- This knife plugin is packaged as a gem. To install it, clone this
20
- git repository and run the following command from inside the cloned repo:
19
+ This knife plugin is packaged as a gem and is available on [rubygems.org](http://rubygems.org/gems/knife-org-utils).
21
20
 
22
- rake install
21
+ gem install knife-org-utils
23
22
 
24
23
  ## Requirements
25
24
  :warning: backup your current `~/.chef` directory :warning:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-org-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1.beta.56.1
4
+ version: 1.1.1.beta.57.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Venkat Venkataraju