ratis 3.3.1 → 3.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
- debugger
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
@@ -5,7 +5,7 @@ module Ratis
5
5
  def version
6
6
  @version ||= begin
7
7
 
8
- string = '3.3.1'
8
+ string = '3.3.2'
9
9
 
10
10
  def string.parts
11
11
  split('.').map { |p| p.to_i }
@@ -28,7 +28,7 @@ describe Ratis::NextBus2 do
28
28
  # Ratis::Errors::SoapError:
29
29
  # SOAP - no runs available
30
30
  response = Ratis::NextBus2.where(@conditions.dup)
31
- debugger
31
+
32
32
  x = 1
33
33
  end
34
34
 
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: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
- - 1
10
- version: 3.3.1
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-22 00:00:00 Z
18
+ date: 2013-07-23 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: savon