fellowshipone 1.3.2 → 1.3.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e098de675c64edb35b6fd78daf47ddd9ca37cdc
4
- data.tar.gz: c33890e0899ecd1378ace22457168181c2ae73e9
3
+ metadata.gz: a715e03c86da2786e915129930915432b52202a2
4
+ data.tar.gz: 1575ce1c348b96ca9bb2d840018097077946171b
5
5
  SHA512:
6
- metadata.gz: 70e6229ce39e6f720df4202fe5c2f09c53b946cdbd43afc911ba92aaf044448354876fc8dcf870439dca0da617ba09f8e0bf04b48166e11b5bcde4ac8070080c
7
- data.tar.gz: f527606c3212ea5be084dd37179eeea4c71cfe43b490e8786e53b033293e6033696d6aea1e9febf7a0a3eb7ab0e1fc680cd58462af0c4a36670e28224728bb84
6
+ metadata.gz: a3af02ed0f7663d981ba18c818b9c3556e7a3611c769989d425a4456b2e586503ef7dd8302baa5e4192829268aac8696409ca42b3533857343ed6cd0013fa4f2
7
+ data.tar.gz: e0b69525f8075093ff59cd87fadccae003f4852b8b6df20d33338a5de291686e1d7cb58aad98750bc63c4a1f52eeb16aed206c36e04e54b1ae577a90d63d3dad
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'fellowshipone'
5
- s.version = '1.3.2'
5
+ s.version = '1.3.3'
6
6
  s.authors = ['Taylor Brooks']
7
7
  s.email = ['tbrooks@gmail.com']
8
8
  s.homepage = 'https://github.com/taylorbrooks/fellowshipone'
@@ -19,7 +19,7 @@ module Fellowshipone
19
19
  end
20
20
 
21
21
  # startReceivedDate, endReceivedDate, page, individualID, householdID, recordsPerPage
22
- def search_contributions(person_id: nil, household_id: nil, start_date: nil, end_date: nil, page: 1)
22
+ def search_contributions(individual_id: nil, household_id: nil, start_date: nil, end_date: nil, page: 1)
23
23
  options = {recordsPerPage: 500}
24
24
  options.merge!(page: page) if page
25
25
  options.merge!(individualID: individual_id) if individual_id
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fellowshipone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks