pco_api 2.1.0 → 2.1.1

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
  SHA256:
3
- metadata.gz: 24edea66c936c4da9459fdaa5a575c53f5ce412382536626524d5ad6891bbc70
4
- data.tar.gz: 85d8c1dc776d5f1b00aa69e5505f2d5227062ad69ae7c24c4a4d1834a2760098
3
+ metadata.gz: 6b12acba07d40d5f9cd4a76001f9d17774c682b03a1cd0b788cc3bb8c30065b6
4
+ data.tar.gz: e5d5b48ba43cb026524b7f75a7d3a44bc3df27d7a21cf00a8558dc97c3b3904b
5
5
  SHA512:
6
- metadata.gz: 449d3b4f74b5aa220911116292ee0bfd70964a04d82f483db71dbbe9e796b87bf376a9c45925ce45debbec5d08fdc160b9179cfa7e47afc991cb4090c77f8a70
7
- data.tar.gz: 7f4ea90c3e61e1f28d58197ea3f2c09932a8f950df1f09705497d50972a331fb035b07bcbca2d89c09c89f0243b23a439bbafefed767c9d4624094839b728b6d
6
+ metadata.gz: 9779200659129127555b3b6544b8ee4c04c92a7c87993d1fc419e01da9bf394061751e7081725c7906f7eb629c6718370354a0343ad75055204ccca19392b616
7
+ data.tar.gz: 0dac50cfe8b87b1fb28cdc6c646e637413f5f22872116e7543137a1da440eb4a8e79e03fbfc5347cf68f6815232642e89b6c1040acdad7d8e795d376a6169f68
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # pco_api
2
2
 
3
- [![Circle CI](https://circleci.com/gh/planningcenter/pco_api_ruby/tree/master.svg?style=svg)](https://circleci.com/gh/planningcenter/pco_api_ruby/tree/master)
3
+ [![Circle CI](https://circleci.com/gh/planningcenter/pco_api_ruby/tree/main.svg?style=svg)](https://circleci.com/gh/planningcenter/pco_api_ruby/tree/main)
4
4
 
5
5
  `pco_api` is a Rubygem that provides a simple wrapper around our RESTful JSON API at https://api.planningcenteronline.com.
6
6
 
@@ -139,6 +139,7 @@ module PCO
139
139
 
140
140
  def _build_connection
141
141
  Faraday.new(url: url) do |faraday|
142
+ faraday.request :json
142
143
  faraday.response :json, content_type: /\bjson$/
143
144
  if @basic_auth_token && @basic_auth_secret
144
145
  faraday.request :authorization, :basic, @basic_auth_token, @basic_auth_secret
@@ -1,5 +1,5 @@
1
1
  module PCO
2
2
  module API
3
- VERSION = '2.1.0'
3
+ VERSION = '2.1.1'
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: 2.1.0
4
+ version: 2.1.1
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: 2023-04-14 00:00:00.000000000 Z
11
+ date: 2024-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
118
  requirements: []
119
- rubygems_version: 3.4.2
119
+ rubygems_version: 3.3.26
120
120
  signing_key:
121
121
  specification_version: 4
122
122
  summary: API wrapper for api.planningcenteronline.com