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 +4 -4
- data/README.md +1 -1
- data/lib/pco/api/endpoint.rb +1 -0
- data/lib/pco/api/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b12acba07d40d5f9cd4a76001f9d17774c682b03a1cd0b788cc3bb8c30065b6
|
4
|
+
data.tar.gz: e5d5b48ba43cb026524b7f75a7d3a44bc3df27d7a21cf00a8558dc97c3b3904b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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
|
|
data/lib/pco/api/endpoint.rb
CHANGED
@@ -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
|
data/lib/pco/api/version.rb
CHANGED
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.
|
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:
|
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.
|
119
|
+
rubygems_version: 3.3.26
|
120
120
|
signing_key:
|
121
121
|
specification_version: 4
|
122
122
|
summary: API wrapper for api.planningcenteronline.com
|