knife-verschart 2.6 → 2.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +3 -38
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-verschart
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.6'
4
+ version: 2.6.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,42 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2014-09-09 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: ! "knife-verschart\n===============\n\nPlug-in for Chef's knife to print
15
- a chart of all cookbooks and the version constraints contained in each environment.\nAny
16
- obsolete version constraints (i.e. constraints for cookbooks which do not exist
17
- on the server) are also listed.\n\n\nInstallation and Config\n============\nPlace
18
- the Verschart.rb file in your knife plugins directory. \n\nex. `cp Verschart.rb
19
- ~/.chef/plugins/knife/Verschart.rb`\n\nOne or more 'primary' environments can be
20
- set either on the command line or in knife.rb. These environments will show in red
21
- for any versions which are NOT frozen. \n\nThe list of environments is pulled from
22
- the Chef server (_default is ignored). A prefered display order can be specified
23
- either on the command line or in knife.rb.\n\n\nUSE\n===\n\nCommand line:\n-------------\n\n```sh\nknife
24
- verschart [-e environment[,environment,...]]\n -e environment[,environment,...]
25
- A comma-separated list of environments to be considered primary. Versions which
26
- are NOT frozen willl be highlighted red.\n -o, --env_order env[,env,....] A
27
- comma-separated list of environments to establish an display order. Any existing
28
- environments not included in this list will be added at the end\n```\n\nknife.rb:\n---------\n```sh\nknife[:primary]
29
- = \"PRODUCTION\" - Sets the primary environment(s)\nknife[:envorder] = \"Sandbox,Dev,Dev2,IT,Staging,PRODUCTION\"
30
- - Sets the environment display order.\n```\n\nOutput will look something like this:\n\n```sh\nShowing
31
- Versions for chef01.example.com\n\nVersion numbers in the Latest column in teal
32
- are frozen\nVersion numbers in the PRODUCTION Environment(s) which are NOT frozen
33
- will be red.\nVersion numbers which are different from the Latest, will be in blue\nRequested
34
- Environment order is [\"Sandbox\", \"Dev\", \"Dev2\", \"IT\", \"Staging\", \"PRODUCTION\"]\n\n\nCookbooks
35
- \ Latest Sandbox Dev IT Staging PRODUCTION\ncron
36
- \ 1.2.8 <= 1.2.8 <= 1.2.8 <= 1.2.8 <= 1.2.8
37
- \ <= 1.2.8 \nhostsfile 2.4.4 <= 2.4.4 <= 2.4.4 <=
38
- 2.4.4 <= 2.4.4 <= 2.4.4\nline 0.5.1 <= 0.5.1
39
- \ <= 0.5.1 <= 0.5.1 <= 0.5.1 <= 0.5.1 \nlog_rotations 0.0.1
40
- \ <= 0.0.1 <= 0.0.1 X \t X\t X\nlogrotate 1.4.0
41
- \ <= 1.4.0 <= 1.4.0 <= 1.4.0 <= 1.4.0 <= 1.4.0 \nnetgroup 0.1.0
42
- \ <= 0.1.0 <= 0.1.0 <= 0.1.0 <= 0.1.0 <= 0.1.0 \nohai 1.1.12
43
- \ <= 1.1.12 <= 1.1.12 <= 1.1.12 <= 1.1.12 <= 1.1.12 \nssh 0.6.5
44
- \ <= 0.6.5 <= 0.6.5 <= 0.6.5 <= 0.6.5 <= 0.6.5 \nssh-keys 1.0.0
45
- \ <= 1.0.0 <= 1.0.0 <= 1.0.0 <= 1.0.0 <= 1.0.0 \nyum 3.1.4
46
- \ <= 3.1.4 <= 3.1.4 <= 3.1.4 <= 3.1.4 <= 3.1.4 \n\nObsolete Version constraints
47
- are listed below\n\nSandbox\n-- apache <= 3.2.1\n```\n\nTO-DO\n=====\n1. Denote
48
- (perhaps with color) that a particular verison does not exist.\n2. Denote (perhaps
49
- with color) constraints where no cookbook version exists to match the constraint.\n"
14
+ description:
50
15
  email: chazzly@gmail.com
51
16
  executables: []
52
17
  extensions: []
@@ -77,7 +42,7 @@ rubyforge_project:
77
42
  rubygems_version: 1.8.28
78
43
  signing_key:
79
44
  specification_version: 3
80
- summary: Plug-in for Chef's knife to print a chart of all cookbooks and the version
45
+ summary: Plug-in for Chef::Knife to print a chart of all cookbooks and the version
81
46
  constraints contained in each environment.
82
47
  test_files: []
83
48
  has_rdoc: