dwolla_v2 2.0.0 → 2.0.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 +4 -4
- data/README.md +1 -0
- data/lib/dwolla_v2/response.rb +1 -1
- data/lib/dwolla_v2/token.rb +1 -1
- data/lib/dwolla_v2/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '089251ba645b3bcdcd6124ecbd51ded6f6450f17'
|
|
4
|
+
data.tar.gz: 0bdc325ba71ce26637b950a745dd7f7d73984ce8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2a6e1b39e2bb70a7694bf8bb666600678c00642f7ab89aa301be86971371bf8b585fe3eca3658879d3c0c7a122eb27d62dc18fca1213330e0c77b59f34d49c6
|
|
7
|
+
data.tar.gz: 7c798f991980e38887aea44c6eef584e8834461437bdcca87c008cbcce0a942e5e375fac99c40d3bdc08abd6c9bec4a7e24293f1ba77fc451c79870419d927e4
|
data/README.md
CHANGED
|
@@ -334,6 +334,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
334
334
|
|
|
335
335
|
## Changelog
|
|
336
336
|
|
|
337
|
+
- **2.0.1** - Fix bugs in [#27](https://github.com/Dwolla/dwolla-v2-ruby/pull/27) + [#28](https://github.com/Dwolla/dwolla-v2-ruby/pull/28) (Thanks @sobrinho!)
|
|
337
338
|
- **2.0.0**
|
|
338
339
|
- Rename `DwollaV2::Response` `#status` => `#response_status`, `#headers` => `#response_headers` to prevent
|
|
339
340
|
[conflicts with response body properties][response-conflicts].
|
data/lib/dwolla_v2/response.rb
CHANGED
data/lib/dwolla_v2/token.rb
CHANGED
|
@@ -77,7 +77,7 @@ module DwollaV2
|
|
|
77
77
|
|
|
78
78
|
def self.full_url client, path
|
|
79
79
|
path = path[:_links][:self][:href] if path.is_a? Hash
|
|
80
|
-
path.sub
|
|
80
|
+
path = path.sub /^https?:\/\/[^\/]*/, ""
|
|
81
81
|
if path.start_with? client.api_url
|
|
82
82
|
path
|
|
83
83
|
elsif path.start_with? "/"
|
data/lib/dwolla_v2/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dwolla_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephen Ausman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|