rapa 0.5.5 → 0.5.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: 7d058890cd8319a14d3c8144f70500958ff24e95
4
- data.tar.gz: 59f3b8daa22daef074f6b2ba55bd808fad864715
3
+ metadata.gz: ce98f6b502d46dd9d7cb38fb92e89c3e4b553778
4
+ data.tar.gz: 0d00bb4820cb94acefb0a6ce5437b4e55adf18c6
5
5
  SHA512:
6
- metadata.gz: 1fd8ef923e17602b3015217e7b0a00f27f3724b10657f278eaa0d85879eb3ffe7474693085fb7a8d0653915198811fbc48f93b91b678df0807b0986d38b788aa
7
- data.tar.gz: 4d9f8eccd0bf3c83c028eef1a7603d92c86622cd7b971f20561b8d29d176200f303eb04e08ed71eda2d445fc9f013f47d4d2ac355c8a4b9f4153c492044c6fa8
6
+ metadata.gz: 5fc309ea1f69fd616ef8b7192c2e98621a04fadd99c219415df07fe9f08a0e82b71c7e909df5d9c942fa309f9e23710b742c70ce91fce8b52c6ecce514efe51b
7
+ data.tar.gz: 7fef34cbe6bc607e3f4c9fe1d230b49248b9bc62eacb47132dbe7f937bd850bd2713bcbd320dc0d491174b713aaf6aa229afad8f0ca5ec0ba3c78e237a8f5f8f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.5.6
2
+
3
+ - Fix faraday middlewares order
4
+
1
5
  ## v0.5.5
2
6
 
3
7
  - Support error handling methods on ListItemsResponse
data/lib/rapa/client.rb CHANGED
@@ -16,9 +16,9 @@ module Rapa
16
16
  # @return [Faraday::Connection]
17
17
  def connection
18
18
  @connection ||= ::Faraday::Connection.new do |connection|
19
- connection.adapter :net_http
20
19
  connection.response :xml
21
20
  connection.options.params_encoder = ::Rapa::Encoder.new
21
+ connection.adapter :net_http
22
22
  end
23
23
  end
24
24
 
data/lib/rapa/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rapa
2
- VERSION = "0.5.5"
2
+ VERSION = "0.5.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rapa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-06 00:00:00.000000000 Z
11
+ date: 2017-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday