pco_api 1.2.1 → 1.2.2

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: c6326147be0b5a15cf5a0f97ee3dd0919e0907da
4
- data.tar.gz: 7511a6a243c5e549bd7deeb94b39b6a403521ba8
3
+ metadata.gz: b68b2a46a5e0f3b3c6f50d5d08ec6ef55ee62ec5
4
+ data.tar.gz: 9878875451998da55659e8302aedc68268ca5007
5
5
  SHA512:
6
- metadata.gz: c1e07082a98781e52d9982063465d12dc5d021050e0bbdc5b25b226cb4d206b8260202a2f36489d22b999fd56a41a30ec97ce8342a4d64d47efdcd838ce14d2d
7
- data.tar.gz: b85cb8bec40e0b401b6ecacfdb1e8ef7812444b2b2a16b334e59e1ebb11470e0ad77f4b607d1d71d14e174b87c5c04a53e161190cd3f22b85a49756f5b11934f
6
+ metadata.gz: c017053bd53b307354404f3b27d112fa7c7533e6a08179c02082ecf78bd6ded3bcee21472ac4f894e88422160614ef52238d99b4e4024d266d711ac52590616f
7
+ data.tar.gz: 856dfbb6b547dcf5e1700b03cf26381c563ba1b0d42156d7ca70ae71ce0a154c4e0a847b74170b97d8b201a522a7901926dd0d94648ab41ae8cfbb8dd6cbf5d1
@@ -116,7 +116,6 @@ module PCO
116
116
 
117
117
  def _build_connection
118
118
  Faraday.new(url: url) do |faraday|
119
- faraday.adapter :excon
120
119
  faraday.response :json, content_type: /\bjson$/
121
120
  if @basic_auth_token && @basic_auth_secret
122
121
  faraday.basic_auth @basic_auth_token, @basic_auth_secret
@@ -125,6 +124,7 @@ module PCO
125
124
  else
126
125
  fail Errors::AuthRequiredError, "You must specify either HTTP basic auth credentials or an OAuth2 access token."
127
126
  end
127
+ faraday.adapter :excon
128
128
  end
129
129
  end
130
130
  end
@@ -1,5 +1,5 @@
1
1
  module PCO
2
2
  module API
3
- VERSION = '1.2.1'
3
+ VERSION = '1.2.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pco_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Planning Center Online
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-18 00:00:00.000000000 Z
11
+ date: 2017-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  requirements: []
132
132
  rubyforge_project:
133
- rubygems_version: 2.4.5
133
+ rubygems_version: 2.6.10
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: API wrapper for api.planningcenteronline.com