dwolla_v2 1.2.2 → 1.2.3

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: 9a2ee43a98c62515e2de3909bab7f7ee73aa9da5
4
- data.tar.gz: e634ade8f9e4081b3e22345e700cfe74e2986aa5
3
+ metadata.gz: 34a0ab11784cf99dad83b2824e127eaf693e7710
4
+ data.tar.gz: c3deb851a0049d8049ce875fd93d28e545e13b88
5
5
  SHA512:
6
- metadata.gz: 6a95f2255ae9a19c2f5f7a0213b740a6e8961cb8d112f53fd232c90c00961f7c6005b44515e1b37bd5c0b4f6f3093b4ded24d0f10282845c3b3a72eae7157996
7
- data.tar.gz: 78b185a5e6f6eb256f68613449976761dd326e9068c512db0b38537ff6117e1bd05920fcdbe50659f05bec5fc2797fc7ee8994d84abc9b030a9cb663cf2ad70c
6
+ metadata.gz: 214d05d8ea57d8321a3d83fb1788601476e23622bf1c5a9bc5086def918f888f928b5cd6c7ef0a1575928daaefe24b05db14d5c10ef146f0da94fa9091e751aa
7
+ data.tar.gz: 01d63051c44748a2ed97ca3c91f573c8b14dbc21a6506b7b9cad2d45d3d8996d4bde14c32039879eaa019d15dcd1852e7c952cdf1fade55fdd7aa51e8f8b3fca
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
+ - **1.2.3** - Implement `#empty?` on `DwollaV2::Token` to allow it to be passed to ActiveRecord constructor.
337
338
  - **1.2.2** - Strip domain from URLs provided to `token.*` methods.
338
339
  - **1.2.1** - Update sandbox URLs from uat => sandbox.
339
340
  - **1.2.0** - Refer to Client :id as :key in docs/public APIs for consistency.
@@ -7,7 +7,7 @@ module DwollaV2
7
7
  attr_reader :client, :access_token, :refresh_token, :expires_in, :scope, :app_id, :account_id
8
8
 
9
9
  delegate [:in_parallel] => :@conn
10
- delegate [:reject] => :stringify_keys
10
+ delegate [:reject, :empty?] => :stringify_keys
11
11
 
12
12
  def initialize client, params
13
13
  @client = client
@@ -1,3 +1,3 @@
1
1
  module DwollaV2
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  end
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: 1.2.2
4
+ version: 1.2.3
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-04-19 00:00:00.000000000 Z
11
+ date: 2017-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler