ratis 3.6.5 → 3.6.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +3 -0
- data/lib/ratis/request.rb +1 -0
- data/lib/ratis/version.rb +1 -1
- data/spec/ratis/itinerary_spec.rb +3 -5
- data/spec/ratis/plantrip_spec.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 678429af01e3af9185f02129e59c4642b5dc0092
|
4
|
+
data.tar.gz: 869dc15ab784191f4f8af60b62a795198f3f25db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed55c9565477b88695962c3baaa81263492698a0ded027ae4eb66453f1baafeb3a07850cc879fe9155caa2a0e58fa32c1122fb8a0bb6e815e942896428b987e9
|
7
|
+
data.tar.gz: 83b166f286995cc43fd03a84101ec0792badfc3b95469caedc51ece9259d9e79f088c9c9908d62417c15a6dc1cfe96f003356e00a2b97da65c9f7c3ccbe330cc
|
data/CHANGELOG
CHANGED
data/lib/ratis/request.rb
CHANGED
@@ -17,6 +17,7 @@ module Ratis
|
|
17
17
|
endpoint(Ratis.config.endpoint)
|
18
18
|
namespace(Ratis.config.namespace)
|
19
19
|
|
20
|
+
client.http.open_timeout = Ratis.config.timeout
|
20
21
|
client.http.read_timeout = Ratis.config.timeout
|
21
22
|
|
22
23
|
response = client.request action, :soap_action => "#{Ratis.config.namespace}##{action}", :xmlns => Ratis.config.namespace do
|
data/lib/ratis/version.rb
CHANGED
data/spec/ratis/plantrip_spec.rb
CHANGED
@@ -49,6 +49,7 @@ describe Ratis::Plantrip do
|
|
49
49
|
@plantrip = Ratis::Plantrip.where(@conditions.dup)
|
50
50
|
@plantrip.itineraries.should have(3).items
|
51
51
|
expect(@plantrip.itineraries.first).to be_a(Ratis::Itinerary)
|
52
|
+
expect(@plantrip.itineraries.first.dist_auto).to eq(0.87)
|
52
53
|
end
|
53
54
|
|
54
55
|
it "should set all the Plantrip values to instance vars" do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ratis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.6.
|
4
|
+
version: 3.6.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Velocity Labs
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: hashie
|
@@ -440,7 +440,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
440
440
|
version: '0'
|
441
441
|
requirements: []
|
442
442
|
rubyforge_project:
|
443
|
-
rubygems_version: 2.
|
443
|
+
rubygems_version: 2.4.6
|
444
444
|
signing_key:
|
445
445
|
specification_version: 4
|
446
446
|
summary: A Ruby wrapper around the ATIS SOAP Interface
|