church_community_builder 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/church_community_builder.gemspec +1 -1
- metadata +3 -4
- data/Gemfile.lock +0 -42
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e573525f18e1ba8736878d42c25d4c2e7ea42f6b25758441bc9a583bf09c38ad
|
|
4
|
+
data.tar.gz: 55519ee1be6a6c5e7e891cff02d20bd184a6cf1666c3182b1819dafceac09b5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '085e1724dbb24a3ac217eb52ecafd95e8fd2bf3c29ff7f441342e8fb8b166fd10fd66d4ef8918b4f7f6923c6ae82fdbb380b25e69f323ffe5aae921896895139'
|
|
7
|
+
data.tar.gz: ea04892b8e5d6693e3b5ca7aa36c634e09bfdb4a72b5db635a60782a9742ac7ed723b8501d2a244f2f4c734aa5d3669d9c95f7017288c7c1645b530f088475cd
|
data/.gitignore
CHANGED
|
@@ -5,7 +5,7 @@ require 'base64'
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = 'church_community_builder'
|
|
8
|
-
s.version = '0.0.
|
|
8
|
+
s.version = '0.0.19'
|
|
9
9
|
s.authors = ['Taylor Brooks']
|
|
10
10
|
s.email = ['dGJyb29rc0BnbWFpbC5jb20='].map { |e| Base64.decode64(e) }
|
|
11
11
|
s.homepage = 'https://github.com/taylorbrooks/church_community_builder'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: church_community_builder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Taylor Brooks
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-08-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -131,7 +131,6 @@ extra_rdoc_files: []
|
|
|
131
131
|
files:
|
|
132
132
|
- ".gitignore"
|
|
133
133
|
- Gemfile
|
|
134
|
-
- Gemfile.lock
|
|
135
134
|
- README.md
|
|
136
135
|
- Rakefile
|
|
137
136
|
- church_community_builder.gemspec
|
|
@@ -167,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
167
166
|
- !ruby/object:Gem::Version
|
|
168
167
|
version: '0'
|
|
169
168
|
requirements: []
|
|
170
|
-
rubygems_version: 3.
|
|
169
|
+
rubygems_version: 3.1.6
|
|
171
170
|
signing_key:
|
|
172
171
|
specification_version: 4
|
|
173
172
|
summary: Ruby gem/plugin to interact with the Church Community Builder API (https://support.churchcommunitybuilder.com/customer/portal/articles/640589-api-documentation).
|
data/Gemfile.lock
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
church_community_builder (0.0.7)
|
|
5
|
-
addressable
|
|
6
|
-
faraday
|
|
7
|
-
faraday_middleware
|
|
8
|
-
multi_xml
|
|
9
|
-
|
|
10
|
-
GEM
|
|
11
|
-
remote: http://rubygems.org/
|
|
12
|
-
specs:
|
|
13
|
-
addressable (2.3.7)
|
|
14
|
-
crack (0.4.2)
|
|
15
|
-
safe_yaml (~> 1.0.0)
|
|
16
|
-
faraday (0.9.2)
|
|
17
|
-
multipart-post (>= 1.2, < 3)
|
|
18
|
-
faraday_middleware (0.10.0)
|
|
19
|
-
faraday (>= 0.7.4, < 0.10)
|
|
20
|
-
minitest (5.5.1)
|
|
21
|
-
multi_xml (0.5.5)
|
|
22
|
-
multipart-post (2.0.0)
|
|
23
|
-
rake (10.4.2)
|
|
24
|
-
safe_yaml (1.0.4)
|
|
25
|
-
vcr (2.9.3)
|
|
26
|
-
webmock (1.20.4)
|
|
27
|
-
addressable (>= 2.3.6)
|
|
28
|
-
crack (>= 0.3.2)
|
|
29
|
-
|
|
30
|
-
PLATFORMS
|
|
31
|
-
ruby
|
|
32
|
-
|
|
33
|
-
DEPENDENCIES
|
|
34
|
-
bundler
|
|
35
|
-
church_community_builder!
|
|
36
|
-
minitest
|
|
37
|
-
rake
|
|
38
|
-
vcr
|
|
39
|
-
webmock
|
|
40
|
-
|
|
41
|
-
BUNDLED WITH
|
|
42
|
-
1.10.6
|