ds-gui-automation 0.1.93 → 0.1.94

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: 11bfece86446be944ddd6d708b0dabd91ccfd251
4
- data.tar.gz: d869730d87f26b17fb67a5fc628efeac17a54ddc
3
+ metadata.gz: c226a14a0f0cd1a197d2e3fb2f36c56af4a37765
4
+ data.tar.gz: 6f5f2340d018e59cded7558fd0a7a5553922a012
5
5
  SHA512:
6
- metadata.gz: 20049951ba1ddcca0904432b235ca7fa55378018b9496109dfcfbbe7442bf6f5ad29b414b157afae783cd2de3bd8acad1e2719e6a6efa47340df6d3fb6a15fa5
7
- data.tar.gz: d20a5eef3f0e5adf47030ea7c607b0af3be87d9a8b3cb7c813ca18e1b4457f8710c1d7e60fc707b577ceeace0412c4c627cc0125fe1ab075f370fe72d6d755d1
6
+ metadata.gz: 6fce21931451c208c860ce02e0f2466342adcd8199e20110e8ba22336726839bc7fdb3b23f857da29d13b8e6bec9c80407419e90a089c7d6d305666050dc5b7a
7
+ data.tar.gz: 08fd02ea84cb690e7415a075d513a51ccb89e8223a2749d7bd1a5ef4ef2356bf343d79c53770ccaaf593bbbcf8762224741d69df463870754922e8c2f9460d5a
@@ -27,7 +27,7 @@ params = Henry::Environment.params
27
27
  IS_MODULAR = params['isModular'] || true
28
28
  DOMAIN = params['site'] || %W{www.despegar.com.bo www.despegar.com.uy www.despegar.com.sv www.despegar.com.gt www.despegar.com.hn www.despegar.com.ni www.despegar.com.pa www.despegar.com.py www.despegar.com.do www.us.despegar.com www.despegar.com.ve}.shuffle.first
29
29
  COUNTRY = params['country']
30
- BROWSER = params['browser'] || 'firefox'
30
+ BROWSER = params['browser'] || 'chrome'
31
31
  WAIT_TIMEOUT = params['timeout'] || 300
32
32
  BOT_UOW = params['botuow'] || 'DS-GUI-BOT'
33
33
  ## To handle correctly whether the destination city comes as a string or as an array
data/lib/ds/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.1.93"
2
+ VERSION = "0.1.94"
3
3
  end
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.93
4
+ version: 0.1.94
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-06-11 00:00:00.000000000 Z
11
+ date: 2015-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container