national-rail 0.3.6 → 0.3.7

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.
@@ -147,7 +147,10 @@ module NationalRail
147
147
 
148
148
  departure_time = TimeParser.new(date).time((tr/"td.leaving").inner_text.strip)
149
149
  number_of_changes = (tr/"td:nth-child(6)").inner_text.strip
150
+
150
151
  anchor = (tr/"a[@id^=journeyOption]").first
152
+ next unless anchor
153
+
151
154
  link = times_page.links.detect { |l| l.attributes["id"] == anchor["id"] }
152
155
 
153
156
  summary_rows << SummaryRow.new(@agent, date, departure_time, number_of_changes, link)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 6
9
- version: 0.3.6
8
+ - 7
9
+ version: 0.3.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - James Mead