opsmgr 0.29.0 → 0.29.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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/opsmgr/version.rb +1 -1
  4. metadata +5 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8574e2a3fed7a5a771008184e596c1007630fd03
4
- data.tar.gz: 8767064ce8eedb773f7f65d2c8229620877a323d
3
+ metadata.gz: 0b8726c337968b97081b0f27a2ea658d167b3aba
4
+ data.tar.gz: 257ace3c0207bbda7b53d48402c4b06a93a4f39f
5
5
  SHA512:
6
- metadata.gz: 7c3ffc511480965bf8315c32c40e95b9b7677bb60cda4b521c86ff55a7d1fd88ae783932881ea1fd132799bbfb525a5d4688cfeed749add56d9d304f770fe08a
7
- data.tar.gz: 2af56c0c0d7e72fd53f311e9f9a9d47be179dad77cb49d2471c8865328b1b8d18669e41c60483b0912f624df29e73627aaefd8dc5ef9994504554759e6630edc
6
+ metadata.gz: 100efba95c6ed5ded4e62334ccb00b81e60d67775e4a1c2186659df4240febedddc55c76e96a192022e1110d1a5201bc886b455deb6fab31b1fcc4dfd606a968
7
+ data.tar.gz: fd2a6e8af45730ae2b1156108bb955f04c278ae98139d99bb55b95ac9b653eaf65fb12b1f9047fd6bc66f04bc75692a7cf61dbeed29184ef4df07b34e7c72868
data/README.md CHANGED
@@ -49,7 +49,7 @@ Require the appropriate part of the opsmgr library. See below for the required f
49
49
  ## Environment Configuration File
50
50
  The expected location of the environment configuration file is `../environment/metadata`. If you need to specify an alternative location, you can use either the `ENV_CONFIG_FILE` or `ENV_DIRECTORY` environment variables. If you use the `ENV_DIRECTORY` environment variable to point to a directory of configuration files, the files inside that directory must be named according to the name of the environment, with the extension `.yml`.
51
51
 
52
- ### Example
52
+ ### Example Files (included in gem)
53
53
  - [AWS](sample_env_files/aws.yml)
54
54
  - [vSphere](sample_env_files/vsphere.yml)
55
55
 
@@ -1,5 +1,5 @@
1
1
  module Opsmgr
2
- VERSION = '0.29.0'
2
+ VERSION = '0.29.1'
3
3
  end
4
4
  # Copyright (c) 2014-2015 Pivotal Software, Inc.
5
5
  # All rights reserved.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opsmgr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.29.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Release Engineering
@@ -309,7 +309,10 @@ email:
309
309
  - cf-release-releng@pivotal.io
310
310
  executables: []
311
311
  extensions: []
312
- extra_rdoc_files: []
312
+ extra_rdoc_files:
313
+ - sample_env_files/aws.yml
314
+ - sample_env_files/vsphere.yml
315
+ - LEGAL.txt
313
316
  files:
314
317
  - LEGAL.txt
315
318
  - README.md