flights_gui_tests 2.4.23 → 2.4.24

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: 9cb93a79f45ac07d47f52e21fca117d0f70bb3de
4
- data.tar.gz: e84c079fececf0b8eaa468142fd0c68d7b1fb5c5
3
+ metadata.gz: dc48d4c13c5fbca39f2052e2d5709ee7cf1d4b3b
4
+ data.tar.gz: 1238dadba6a34400117f22110a89ac35bf982aa5
5
5
  SHA512:
6
- metadata.gz: afa81a15db706c585a5fdfe36fccb027b0263b4ae2b7a1000f54db566f5d3603c16793c2ce798e4901887928da45ab532923ed261519c1b481c00f6a93c6ac25
7
- data.tar.gz: 6e0bc1bf3e2ac4e0a9ded329b2d96a29b969ff3b751599bd544cd6df3ca15f6f14f6f0ef48941b906c4a04f89586c28e99d5e6ba100208e466dfa4cbcdfec3f0
6
+ metadata.gz: f45a07c57a0ee51bcf59563b5704abf0009452b4d04313b080cd68745df45b5c1d78520bfa53c4bbd2ab9c5587d88709a8d5350f558f259dc5642734df039200
7
+ data.tar.gz: 60a6cfe7cc931f315d2e0e957b9eba4a097dbd97ed30b36c0ae9d455c4e1883efc81e1dd36a3aa9c7bca7e56c87a8d5f7ea026e407c2d402915e4d3b2d686580
@@ -14,7 +14,7 @@ module Checkout
14
14
  def cargar_itinerarios
15
15
  @datos_de_itinerarios = []
16
16
  itinerarios_elements.each do |itinerario|
17
- if new_pick_new_flight_element.present?
17
+ if itinerario_nuevo_element.present?
18
18
  @datos_de_itinerarios << Results::NewCluster.new(tipo_de_busqueda,Hpricot.parse(itinerario.html))
19
19
  else
20
20
  @datos_de_itinerarios << RenderCluster.new(tipo_de_busqueda,Hpricot.parse(itinerario.html))
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.23"
2
+ VERSION = "2.4.24"
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.4.23
4
+ version: 2.4.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez