national-rail 0.3.10 → 0.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.
@@ -10,6 +10,7 @@ module NationalRail
10
10
  def initialize(original_exception, page_html)
11
11
  super(original_exception.message)
12
12
  @original_exception, @page_html = original_exception, page_html
13
+ set_backtrace(@original_exception.backtrace)
13
14
  end
14
15
  def inspect
15
16
  "#{self.class} wrapping #{@original_exception.inspect}"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: national-rail
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 10
10
- version: 0.3.10
9
+ - 11
10
+ version: 0.3.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - James Mead
@@ -171,13 +171,13 @@ extensions: []
171
171
  extra_rdoc_files: []
172
172
 
173
173
  files:
174
+ - lib/national-rail.rb
174
175
  - lib/national-rail/index.html
175
176
  - lib/national-rail/journey_planner.rb
176
177
  - lib/national-rail/live_departure_boards.rb
177
178
  - lib/national-rail/station_list.rb
178
179
  - lib/national-rail/stations.kml
179
180
  - lib/national-rail/virgin_live_departure_boards.rb
180
- - lib/national-rail.rb
181
181
  has_rdoc: true
182
182
  homepage:
183
183
  licenses: []