fellowshipone-api 0.6.0 → 0.6.1

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: 4ef90aa299f36b4c0a571d002270b2ab0b3581b3
4
- data.tar.gz: adcedccde6a8ecec28f5ba2d645be7ae5f8226fc
3
+ metadata.gz: 39a0788128d86085ff4f8c9974f988493d0eea48
4
+ data.tar.gz: 4cec04832ab30740f2e46864cb5d2b798a7465ef
5
5
  SHA512:
6
- metadata.gz: 6d6ecceef36ccef3d72218b6ab39413eceedf8b094632f5c3f9852cd59215b8e61b69d4ae15bea024e01a21e480ba7ed960af3dd3170d80a602d2fddb45e9185
7
- data.tar.gz: 9a7eecf24d55cf41ca22f1a1ff476cc4e0c1787ecd6e8485a5ee8332cb0f83daba2a3c371dba74150a43cfbb073ec8e8acf1cb27f9c0675893ede4603608865b
6
+ metadata.gz: f149aceaa8f7c0fa9530b8b118410d511508056d848c56d5d898074ceccd8227295543f9fc11422c787d8dbe753a6ba0bc22c8e2a34efbe2f887a0b3fd7af5af
7
+ data.tar.gz: 7540a4d34b414b197b57d76058dde1290b5b39f47924bae009d8db464c82b31b0e758950c7b6d469c09e3f57acaa4c1eeee1ee7cf6678208965a42702859b6e6
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  PROJECT_GEM = 'fellowshipone-api'
3
- PROJECT_GEM_VERSION = '0.6.0'
3
+ PROJECT_GEM_VERSION = '0.6.1'
4
4
 
5
5
  s.name = PROJECT_GEM
6
6
  s.version = PROJECT_GEM_VERSION
@@ -20,7 +20,7 @@ module FellowshipOne
20
20
  if options[:household_id].nil? and
21
21
  options[:individual_id].nil? and
22
22
  options[:start_date].nil? and
23
- options[:end_date].nil? and
23
+ options[:end_date].nil?
24
24
  @url_data_path = '/giving/v1/contributionreceipts'
25
25
  end
26
26
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fellowshipone-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wes Hays
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-25 00:00:00.000000000 Z
12
+ date: 2013-12-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: typhoeus
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  version: '0'
117
117
  requirements: []
118
118
  rubyforge_project: Project on www.github.com
119
- rubygems_version: 2.1.11
119
+ rubygems_version: 2.1.10
120
120
  signing_key:
121
121
  specification_version: 4
122
122
  summary: Ruby gem/plugin to interact with the FellowshipOne API (https://developer.fellowshipone.com/).