ds-gui-automation 0.1.81 → 0.1.82
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 +4 -4
- data/features/cart_thanks.feature +2 -2
- data/features/results.feature +1 -2
- data/lib/ds/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be6a2849169387fb78926c729ca286913364321f
|
4
|
+
data.tar.gz: ff51b8c3c19f42a16e1eb72534af35f2ce9695a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d029dd0a7db056cf7c1d2aa4f6f47f2d1cdaf768534f9c9bf33050b982a0686b5da1c2b9294102e78e97dc04f8ee7e8b79df56aba152095ccd3a48f1bf32d4f
|
7
|
+
data.tar.gz: 3e8a0dfa937c40b0f33e9ae081b55a2bb8ea0b65546dd6ac03f4a930ad319b4f2d7d7d38b4432604b77f92465e17d1d215d6cddaec2e6f656a1abcc9640d513a
|
@@ -30,7 +30,7 @@ Feature: Destination Services Thanks
|
|
30
30
|
@ar
|
31
31
|
Examples:
|
32
32
|
|country|tour_tracking_id|ticket_tracking_id|
|
33
|
-
|AR|PAM_SLA_76,
|
33
|
+
|AR|PAM_SLA_76,PAM_MDZ_194,PAM_SLA_73,HB_ORL_SEAWRLDROW,HB_ORL_LEGOFLORID,HB_ORL_ORLFLEXTIX,HB_ORL_BUSCHROW,HB_NYC_NYCITYPASS|DY_ORL,UN_ORL|
|
34
34
|
|
35
35
|
@mx
|
36
36
|
Examples:
|
@@ -45,4 +45,4 @@ Feature: Destination Services Thanks
|
|
45
45
|
@cl
|
46
46
|
Examples:
|
47
47
|
|country|tour_tracking_id|ticket_tracking_id|
|
48
|
-
|CL|HB_ORL_SEAWRLDROW,PAM_BZC_534
|
48
|
+
|CL|HB_ORL_SEAWRLDROW,PAM_BZC_534|DY_ORL,UN_ORL|
|
data/features/results.feature
CHANGED
@@ -58,7 +58,6 @@ Feature: Destination Services Results
|
|
58
58
|
Examples:
|
59
59
|
|country|tracking_id|type|
|
60
60
|
|AR|PAM_SLA_76|tours|
|
61
|
-
|AR|PAM_FTE_620|tours|
|
62
61
|
|AR|PAM_MDZ_194|tours|
|
63
62
|
|AR|PAM_SLA_73|tours|
|
64
63
|
|
@@ -139,7 +138,7 @@ Feature: Destination Services Results
|
|
139
138
|
@gl
|
140
139
|
Examples:
|
141
140
|
|country|tracking_id|type|
|
142
|
-
|CL|
|
141
|
+
|CL|GL_BUE_2134|tours|
|
143
142
|
|
144
143
|
@cl
|
145
144
|
@via
|
data/lib/ds/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ds-gui-automation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.82
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Santiago Ochoa
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-05-
|
11
|
+
date: 2015-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|