flights_gui_tests 2.3.10 → 2.3.11

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: 8cd0f32a93a8b1640e64284d41a03cbe955dba75
4
- data.tar.gz: a3ba840a901313e80ab0f694c48f7d5db5c3991b
3
+ metadata.gz: 22a7e957779fed7301f9721a582861f69874eed8
4
+ data.tar.gz: 79ebc8deaf900db52cfe6862cb5d74c953298bc1
5
5
  SHA512:
6
- metadata.gz: 533e9e4b6296501bdb024723428ff07f24dc3e03e0d41f8cea86d89e5314398c59ede5efb94eedca7fae6daf5cf3815236a5ba16b964aae7bb40ca3b859f09ad
7
- data.tar.gz: d0904334a79b232783b8c3920e337b9c792c2d48467f68ac16ba70d324858950a9435e96279cc72127409893c0bec4e655a3b450182e3200c6618367d615eb48
6
+ metadata.gz: b6c87a261130eb221a85221235a464abe5fb204d8d617c311499042b4e04a9515f878362962e43b53d5ebcfb44277360f0bdfaa782e4c23af51ac570ae50d2d5
7
+ data.tar.gz: d770f3406d3a9dc1d2c8541f98ae5769a0252ba2e7311a2b39f08361d38d4dc27d730b687754c55a70a201d6cf2e6a42ad5be86d19ca1bc8b66501c26dd33220
@@ -68,7 +68,7 @@ module NewCheckout
68
68
  @tarifas['adt'] = Price.new((html/"li.adult_fare span.price-currency").first.inner_text.strip.gsub(/\D/,''))
69
69
  @tarifas['cnn'] = (html/"li.child_fare").first ? Price.new((html/"li.child_fare span.price-currency").first.inner_text.strip.gsub(/\D/,'')) : Price.new("$ 0",true)
70
70
  @tarifas['inf'] = (html/"li.infant_fare").first ? Price.new((html/"li.infant_fare span.price-currency").first.inner_text.strip.gsub(/\D/,'')) : Price.new("$ 0",true)
71
- @tarifas['tasas'] = (html/"li.taxes").first ? Price.new((html/"li.taxes span.price-currency").first.inner_text.stri.gsub(/\D/,'')p) : Price.new("$ 0",true)
71
+ @tarifas['tasas'] = (html/"li.taxes").first ? Price.new((html/"li.taxes span.price-currency").first.inner_text.strip.gsub(/\D/,'')) : Price.new("$ 0",true)
72
72
  @tarifas['cargos'] = (html/"li.charges").first ? Price.new((html/"li.charges span.price-currency").first.inner_text.strip.gsub(/\D/,'')) : Price.new("$ 0",true)
73
73
  @tarifas['afip'] = (html/"li.tax_afip").first ? Price.new((html/"li.tax_afip span.price-currency").first.inner_text.strip.gsub(/\D/,'')) : Price.new("$ 0",true)
74
74
  @tarifas['encargos'] = (html/"li.service_taxes").first ? Price.new((html/"li.service_taxes span.price-currency").first.inner_text.strip.gsub(/\D/,'')) : Price.new("$ 0",true)
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.3.10"
2
+ VERSION = "2.3.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.10
4
+ version: 2.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez