ops_manager_ui_drivers 1.24.0 → 1.24.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ebcbb8babd1db959ade568ef1ccd8056dd27600
|
|
4
|
+
data.tar.gz: d8c6c84a4f08430c92e3354d9edd7b92ae54b46f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e636e7243ebb0f4fa2b228d6cd9fddcc51292fba83d4d28eed1741391e8b8b85e1e23f212b03a6a9adc07a4731f1b1bdce84a502ad05ae680cd61dbf235228d
|
|
7
|
+
data.tar.gz: a8f50661d09019700e8770f236992e7198392ee4912965083916fbc426dc21a56727eea9f1d04483f9e9a07273957e6724e3dca19486e2ededb81d0bab1e996a
|
|
@@ -28,7 +28,7 @@ module OpsManagerUiDrivers
|
|
|
28
28
|
)
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
-
def
|
|
31
|
+
def om_1_7(ops_manager_url, browser = self)
|
|
32
32
|
@om_1_7 ||= create_web_ui(
|
|
33
33
|
ops_manager_url: ops_manager_url,
|
|
34
34
|
browser: browser,
|
|
@@ -48,10 +48,13 @@ module OpsManagerUiDrivers
|
|
|
48
48
|
Version16::Api.new(host_uri: host, username: username, password: password)
|
|
49
49
|
end
|
|
50
50
|
|
|
51
|
-
def
|
|
51
|
+
def api_1_7(host:, username:, password:)
|
|
52
52
|
Version17::Api.new(host_uri: host, username: username, password: password)
|
|
53
53
|
end
|
|
54
54
|
|
|
55
|
+
alias_method :om_rc, :om_1_7
|
|
56
|
+
alias_method :api_rc, :api_1_7
|
|
57
|
+
|
|
55
58
|
private
|
|
56
59
|
|
|
57
60
|
def create_web_ui(ops_manager_url:, browser:, version_module:)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ops_manager_ui_drivers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.24.
|
|
4
|
+
version: 1.24.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pivotal, Inc.
|
|
@@ -296,7 +296,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
296
296
|
version: '0'
|
|
297
297
|
requirements: []
|
|
298
298
|
rubyforge_project:
|
|
299
|
-
rubygems_version: 2.
|
|
299
|
+
rubygems_version: 2.2.2
|
|
300
300
|
signing_key:
|
|
301
301
|
specification_version: 4
|
|
302
302
|
summary: Capybara helpers for configuring Pivotal Ops Manager
|