ratis 3.3.1 → 3.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ratis/next_bus2.rb +1 -1
- data/lib/ratis/version.rb +1 -1
- data/spec/ratis/next_bus2_spec.rb +1 -1
- metadata +4 -4
data/lib/ratis/next_bus2.rb
CHANGED
@@ -43,7 +43,7 @@ module Ratis
|
|
43
43
|
|
44
44
|
response = Request.get 'Nextbus2', { 'Stopid' => stop_id, 'Appid' => app_id }
|
45
45
|
return [] unless response.success?
|
46
|
-
|
46
|
+
|
47
47
|
stops = response.to_array :nextbus2_response, :stops, :stop
|
48
48
|
runs = response.to_array :nextbus2_response, :runs, :run
|
49
49
|
|
data/lib/ratis/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ratis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 3.3.
|
9
|
+
- 2
|
10
|
+
version: 3.3.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Burst Software
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2013-07-
|
18
|
+
date: 2013-07-23 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: savon
|