ratis 2.5.2.6 → 2.5.2.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ratis/timetable.rb +1 -1
- data/lib/ratis/version.rb +1 -1
- metadata +4 -4
data/lib/ratis/timetable.rb
CHANGED
@@ -31,7 +31,7 @@ module Ratis
|
|
31
31
|
timetable.effective = headway[:effective]
|
32
32
|
|
33
33
|
timepoints_array = []
|
34
|
-
headway[:timepoints][:stop].each_with_index{|tp, i| timepoints_array.push(Timetable::Stop.new(i, tp[:stopid], tp[:description], tp[:area]) )} rescue []
|
34
|
+
headway[:timepoints][:stop].each_with_index{|tp, i| timepoints_array.push(Timetable::Stop.new(i, tp[:atisstopid], tp[:stopid], tp[:description], tp[:area]) )} rescue []
|
35
35
|
timetable.timepoints = timepoints_array
|
36
36
|
|
37
37
|
trips_array = []
|
data/lib/ratis/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ratis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 65
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 5
|
9
9
|
- 2
|
10
|
-
-
|
11
|
-
version: 2.5.2.
|
10
|
+
- 7
|
11
|
+
version: 2.5.2.7
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- AuthorityLabs
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2013-
|
19
|
+
date: 2013-03-05 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: savon
|