prof 0.31.15 → 0.31.16

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6fcd3ce59591ab76c2445be70ae62aba27b311fc
4
- data.tar.gz: 0cc46b0113ef9e25e9a89edc6eeca4940ce90ab4
3
+ metadata.gz: 26246a0db11ffb8267491046d585d7f2111cbe4b
4
+ data.tar.gz: de620cea7ebc60ae170a07aabcdc21ee63b3a36c
5
5
  SHA512:
6
- metadata.gz: a136e62cb0558de9f09ab09a95a9ccca64a799dbd2bcbe6b595a7bb6e78bc66a01b9d4b9843adc0ae3f649833ad6eb5c1643dcc65a735a3b6d819f17d68882fe
7
- data.tar.gz: 8e6fc98d4973cf7a6609a729a505c78f15b4cf79dc606d95535024459460695e72f9e3b8c8bfe8dce143e19e9bc2f9bae5264b4ec4b4f0336cd1eb998c30063f
6
+ metadata.gz: aab1445f275dce5eceec37c41ca191c79931664c11cb3ca4ee4c92b903103293b26bd06c39772ff54eb710a94f7d32b03c08e309ae10e32306799cd5cf2b76c2
7
+ data.tar.gz: 8ca2b08ce0265a78fbb575fdcdacbefb56b3612014ca3f6ec252c68b89a9caa9a0f319b7f8733ed5a1746e35144f1289fcfd6702245c60494e5d8c0d97e58f94
@@ -66,6 +66,13 @@ module Prof
66
66
  end
67
67
  end
68
68
 
69
+ def staged_manifest(product_name)
70
+ product_guid = @api.installed_products.guid_for(product_name)
71
+ client = Opsmgr::Api::HttpClient.build(@environment, @version.to_s)
72
+ response = client.download_staged_manifest(product_guid)
73
+ YAML.load(response.body)
74
+ end
75
+
69
76
  def product_manifest(product_name)
70
77
  product_guid = @api.installed_products.guid_for(product_name)
71
78
  client = Opsmgr::Api::HttpClient.build(@environment, @version.to_s)
@@ -9,5 +9,5 @@
9
9
  #
10
10
 
11
11
  module Prof
12
- VERSION = '0.31.15'
12
+ VERSION = '0.31.16'
13
13
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prof
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.15
4
+ version: 0.31.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - CF London
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-26 00:00:00.000000000 Z
11
+ date: 2016-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gem-release
@@ -378,7 +378,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
378
378
  version: '0'
379
379
  requirements: []
380
380
  rubyforge_project:
381
- rubygems_version: 2.6.4
381
+ rubygems_version: 2.5.1
382
382
  signing_key:
383
383
  specification_version: 4
384
384
  summary: A gem to test CF service brokers