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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7fe3adc302cb24a2698f659a391904c0059132b1
4
- data.tar.gz: 4c3511215fe615aebf29cc4cf9f36a94098a6c63
3
+ metadata.gz: 678429af01e3af9185f02129e59c4642b5dc0092
4
+ data.tar.gz: 869dc15ab784191f4f8af60b62a795198f3f25db
5
5
  SHA512:
6
- metadata.gz: c63591e4fe1c9d77b7823758890907e41255d7124ad64651eabe41cbf94ba50c1edfc39fe05d4bc6a6c312f923f4edac911fb71e2805890662200c90859cf02e
7
- data.tar.gz: 9d542fbd6f45d3f9fbfa5a19757d908311de599562562b5f212bf094c8b3a918cae14c63d50b3f619825b757cf36dfe289a92221d3a815fc84eb2195721c32d2
6
+ metadata.gz: ed55c9565477b88695962c3baaa81263492698a0ded027ae4eb66453f1baafeb3a07850cc879fe9155caa2a0e58fa32c1122fb8a0bb6e815e942896428b987e9
7
+ data.tar.gz: 83b166f286995cc43fd03a84101ec0792badfc3b95469caedc51ece9259d9e79f088c9c9908d62417c15a6dc1cfe96f003356e00a2b97da65c9f7c3ccbe330cc
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ 3.6.6
2
+ - Set Net::HTTP open_timeout to use the Ratis.config.timeout value
3
+
1
4
  3.6.5
2
5
  - Expose all attributes for a Location
3
6
 
@@ -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
@@ -5,7 +5,7 @@ module Ratis
5
5
  def version
6
6
  @version ||= begin
7
7
 
8
- string = '3.6.5'
8
+ string = '3.6.6'
9
9
 
10
10
  def string.parts
11
11
  split('.').map { |p| p.to_i }
@@ -1,9 +1,7 @@
1
1
  require 'spec_helper'
2
2
 
3
3
  describe Ratis::Itinerary do
4
- describe '#initialize' do
5
- it "does something" do
6
- pending
7
- end
8
- end
4
+
5
+ # see plantrip_spec
6
+
9
7
  end
@@ -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.5
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: 2014-11-26 00:00:00.000000000 Z
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.2.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