testcentricity_web 0.9.4 → 0.9.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dcbbfa6d37ea30d0e20d904662e9f594ff052e04
|
4
|
+
data.tar.gz: b9f59ca06c1962706d03738a37ab81fc5726c776
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3874de4924acde85c308dea1da25cfc04be9796a44807686e3f908109c82e1d24481168dbddd23b6d085addd308570498c48d40d09190cb0c07b16a832416b6
|
7
|
+
data.tar.gz: 5d034c8c81fb207ef3f97e1b7062b1750c03fee60a91cf3c3481f3b3532c08e9654e4235fbe5dce31caa4fa46ceeb84feaf879e3837e63ea82608311c7c5ee04
|
@@ -35,17 +35,17 @@ module TestCentricity
|
|
35
35
|
attr_accessor :portal_status
|
36
36
|
attr_accessor :external_page
|
37
37
|
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
38
|
+
attr_accessor :protocol
|
39
|
+
attr_accessor :hostname
|
40
|
+
attr_accessor :base_url
|
41
|
+
attr_accessor :user_id
|
42
|
+
attr_accessor :password
|
43
|
+
attr_accessor :append
|
44
|
+
attr_accessor :option1
|
45
|
+
attr_accessor :option2
|
46
|
+
attr_accessor :dns
|
47
|
+
attr_accessor :db_username
|
48
|
+
attr_accessor :db_password
|
49
49
|
|
50
50
|
def initialize(data)
|
51
51
|
@protocol = data['PROTOCOL']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: testcentricity_web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- A.J. Mrozinski
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-06-
|
11
|
+
date: 2016-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|