fellowshipone 1.1.1 → 1.1.2

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: 4c944bea2aea218192291f474652cc6bb3ba2b10
4
- data.tar.gz: 9cb414eaaf304295295d6f063cc5abd11a634e07
3
+ metadata.gz: 8958f5538fc17c7791f7ba5c9b837aab20ce59fe
4
+ data.tar.gz: b0d92175ec1440afc54e14ba44820fe236aa6407
5
5
  SHA512:
6
- metadata.gz: 14d7b67a44aaef680aefcfc5e1b21de6989675fea965b2c0793e45e8d453f3ece00be740d73954bae203734798f6e2b48902d1da68a17d90059efb3e901a4ded
7
- data.tar.gz: 81aab7aa3f2a72b1761269a9c4d9e082a14d8236d089fb78293d4653d1a19090a91ac0d76b961974a2b970db9ce9e78bfcee1912789dd838b2caf6f06f20765d
6
+ metadata.gz: d18e43eb5dc91cab3963817e911e29306454b3a3f8e9d794bb0d95905399a248662f78b777f06fbf0268b25366e93409c5838855498c39b94cbaa46b62ba0695
7
+ data.tar.gz: bf60840e063990ef517120f7b1a93f0c5b91fa71c1be19f6eae79940ba6cd2b3dd3f1cf31a8512bd2e03e4faabf341d7705f7a9aa975f770feb2f3d9346d4c8a
@@ -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.1.1'
5
+ s.version = '1.1.2'
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
  def update_contribution(contribution_id, contribution_params)
22
- put("giving/v1/contributionreceipts/#{contribution_id}.json", contribution_params)
22
+ put("/giving/v1/contributionreceipts/#{contribution_id}.json", contribution_params)
23
23
  end
24
24
 
25
25
  end
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.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Brooks