fellowshipone 1.0.2 → 1.1.0

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: f46c2b6ee54edbd7c3368838c82f41e636a7b232
4
- data.tar.gz: 4cf3fc5e7ecd01506760f87672df6ddb9e62003a
3
+ metadata.gz: a5845e571dc15e039c0aa6044077ea1da92504af
4
+ data.tar.gz: bda1747f66f66a68d0eeb4ac301ba85c3576ca11
5
5
  SHA512:
6
- metadata.gz: 937328557e23fffb669dbc691f8a1288b9f6b3c63ffb65e0b8cd4967fc9378423dd1f8691b4e33b8cc954a6cacc93b3c3bf8c76e3480b277d8ab388e0887c6c4
7
- data.tar.gz: 66ec97c3ebd512873ef092d088d08cb7eb92d144cb74bafcc1c3eeffe7d9d0ae25da063ed691eee2809fa5d2828534b57c231f05ab43c3e9681aa4862c3f9f5d
6
+ metadata.gz: b3e81cf97a02ea0beb48bcea81ba2f6cd3ad27bb88b1a028979b8991349f1b608df8eb70b606efd666d55d6c58a874f5a4be280174fe0a891b00d8cc835aeece
7
+ data.tar.gz: b2bbf17203bd9d5a467f4a8e6b318006ac228332a1ce037fb08cb0c3691ab530c75a60f76d689e334228855623c472aed130d33f0f1aad012f14cd54533fd13d
@@ -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.0.2'
5
+ s.version = '1.1.0'
6
6
  s.authors = ['Taylor Brooks']
7
7
  s.email = ['tbrooks@gmail.com']
8
8
  s.homepage = 'https://github.com/taylorbrooks/fellowshipone'
@@ -18,6 +18,10 @@ module Fellowshipone
18
18
  post("/giving/v1/contributionreceipts.json", contribution_params)
19
19
  end
20
20
 
21
+ def update_contribution(contribution_params)
22
+ put("giving/v1/contributionreceipts/#{id}.json", contribution_params)
23
+ end
24
+
21
25
  end
22
26
  end
23
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fellowshipone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-24 00:00:00.000000000 Z
11
+ date: 2015-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler