proxypay 0.1.6 → 0.1.7

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: 8e217f4a2603f3426d93b416e5cf6a7b25227793
4
- data.tar.gz: f2ac82f4ac374cad31aaae24e1372fc2fb956edb
3
+ metadata.gz: 73da497ba92efa4e5d4e1e1ba839ddc40dd230c2
4
+ data.tar.gz: b753fc5ce219281dbd801d2d27c62c473b030456
5
5
  SHA512:
6
- metadata.gz: b4be974a40f6a9ce370a7cdbe432c760aeb47e16bc7caa073c86ae82efd4ad2e2ff20d79444d25e2d3dd907e9ad6a0aa84b2479df7a9283d241d901b851f6ce1
7
- data.tar.gz: 12505583c1a6bec5e39767600ff5c2330783ec78230b4ec794211344c881c40715af5ecf3f63441994dbed4d5f93b5273e52c7a3ee1dc2a3cfd88f5c168607c6
6
+ metadata.gz: 3750f0b57ffc790a85c36ea27a6d956f6ef62e19e7687071d017b3c513452230309d0d4dd7b189685cc79f751096c30fd9daedb4f9cb781340ccbb5060b48534
7
+ data.tar.gz: f40963b98bb6bc1086ffaed77002a8ee8b3df9ccc6b94f652880f212056792707034b6763da5f4d5d66fd52c3b7339c288899169c45757a20dd749551349c145
data/README.md CHANGED
@@ -59,7 +59,7 @@ Proxypay.new_payments(ids)
59
59
 
60
60
  ## Help and Docs
61
61
  - [ProxyPay API](https://developer.proxypay.co.ao)
62
- - [RDOC](http://www.rubydoc.info/gems/proxypay/0.1.6)
62
+ - [RDOC](http://www.rubydoc.info/gems/proxypay/0.1.7)
63
63
 
64
64
  ## Development
65
65
  - You can fork the project
@@ -1,3 +1,3 @@
1
1
  module Proxypay
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
data/lib/proxypay.rb CHANGED
@@ -33,9 +33,8 @@ module Proxypay
33
33
  end
34
34
 
35
35
  # Acknowledge a payment by submitting his ID
36
- def self.new_payment(id, options={})
37
- options = {:basic_auth => authenticate}
38
- delete("/events/payments/#{id}", options).parsed_response
36
+ def self.new_payment(id)
37
+ delete("/events/payments/#{id}", :basic_auth => authenticate).parsed_response
39
38
  end
40
39
 
41
40
  # Acknowledge multiple payments by submitting an array of ids
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proxypay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Maziano
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-01 00:00:00.000000000 Z
11
+ date: 2015-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler