church_community_builder 0.0.16 → 0.0.17

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: f9502451321fd025a7c4c79f0b5c310b0863be7d
4
- data.tar.gz: 6116c5a717b80087b8ae7b09866704205c617a20
3
+ metadata.gz: ac8cb1f3c8dcdde296931d91d15191437158955c
4
+ data.tar.gz: 5665def88a2182f8254c4014aed3b0f97c092b7c
5
5
  SHA512:
6
- metadata.gz: 7295096e3d7db5333412d9a459859300d93e3d2bac69f0785efebeb8ca10d1967e0d0020643fb5f89b4ad78b94786ab42afa1e112eb08a0a6d0cc0230e53f83b
7
- data.tar.gz: 7966bd14fdde98422a279c80ebbf224347690d05d4c00a57906b1abcf49f1247777748759bb017ffa2cc3e4a4b2dac0c4d6e61c506986ce61d50944db37fa192
6
+ metadata.gz: 41e6cb9de8d8201ccbd7e5243ee9067b5c06ee9cf509f0943df597b4e8856071971e08a71747bdbb27bc17d712d9f03bdc6a6ada9681e1ab420e04243a1fd29b
7
+ data.tar.gz: 5d928928c06108c48661ceda204a99f6a9611e40e99a33f822ccb9fa8a252aa0471f993ef4c32c9b3df3ddf50fd3be5957b09ad1d396887b8bc96aee64331ff3
@@ -3,7 +3,7 @@ require "base64"
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "church_community_builder"
6
- s.version = "0.0.16"
6
+ s.version = "0.0.17"
7
7
  s.authors = ['Taylor Brooks']
8
8
  s.email = ["dGJyb29rc0BnbWFpbC5jb20="].map{ |e| Base64.decode64(e) }
9
9
  s.homepage = "https://github.com/taylorbrooks/church_community_builder"
@@ -9,7 +9,7 @@ module ChurchCommunityBuilder
9
9
  end
10
10
 
11
11
  def parse
12
- return [] if count == 0
12
+ return [] if count == 0 || people["individual"].nil?
13
13
 
14
14
  if count == 1 || people["individual"].is_a?(Hash)
15
15
  [hydrate(people["individual"])]
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.16
4
+ version: 0.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-13 00:00:00.000000000 Z
11
+ date: 2017-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -182,7 +182,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
182
  version: '0'
183
183
  requirements: []
184
184
  rubyforge_project:
185
- rubygems_version: 2.4.8
185
+ rubygems_version: 2.6.8
186
186
  signing_key:
187
187
  specification_version: 4
188
188
  summary: Ruby gem/plugin to interact with the Church Community Builder API (https://support.churchcommunitybuilder.com/customer/portal/articles/640589-api-documentation).