dwolla_v2 2.0.1 → 2.0.2

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: '089251ba645b3bcdcd6124ecbd51ded6f6450f17'
4
- data.tar.gz: 0bdc325ba71ce26637b950a745dd7f7d73984ce8
3
+ metadata.gz: 0cafca4ba5043293349a816b777be7acc7a9e9ed
4
+ data.tar.gz: b6a74a586e445103f1fb87416096653f53bc7ddc
5
5
  SHA512:
6
- metadata.gz: c2a6e1b39e2bb70a7694bf8bb666600678c00642f7ab89aa301be86971371bf8b585fe3eca3658879d3c0c7a122eb27d62dc18fca1213330e0c77b59f34d49c6
7
- data.tar.gz: 7c798f991980e38887aea44c6eef584e8834461437bdcca87c008cbcce0a942e5e375fac99c40d3bdc08abd6c9bec4a7e24293f1ba77fc451c79870419d927e4
6
+ metadata.gz: fe9b1d99826e13809b3925470614559e8cbdacba6a3763bc6ac4951e6633e919fdca4c05ac84ca1fb6a7d7cfbb38a30969ed00211cc640f2cf22e393bc4aefe1
7
+ data.tar.gz: 81d8598e3fc866688bc6b0131072c705f7c03803b54e8656ac034f8e60a145e60598f761b00685b28ac7221657b1b970467eb72dda3871a128b46380cc4ec40b
data/.travis.yml CHANGED
@@ -14,6 +14,7 @@ before_install: gem install bundler -v 1.11.2
14
14
  matrix:
15
15
  allow_failures:
16
16
  - rvm: 1.9.3
17
+ - rvm: 2.0.0
17
18
  - rvm: rbx-2
18
19
  - rvm: jruby
19
20
  fast_finish: true
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.2** - Fix bug in [#30](https://github.com/Dwolla/dwolla-v2-ruby/pull/30) (Thanks again @sobrinho!)
337
338
  - **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!)
338
339
  - **2.0.0**
339
340
  - Rename `DwollaV2::Response` `#status` => `#response_status`, `#headers` => `#response_headers` to prevent
@@ -6,7 +6,7 @@ module DwollaV2
6
6
  include Hashie::Extensions::DeepFetch
7
7
 
8
8
  def == other
9
- super(other) || super(self.class[other])
9
+ super(other) || other && super(self.class[other])
10
10
  end
11
11
  end
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module DwollaV2
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
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: 2.0.1
4
+ version: 2.0.2
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-24 00:00:00.000000000 Z
11
+ date: 2017-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  version: '0'
186
186
  requirements: []
187
187
  rubyforge_project:
188
- rubygems_version: 2.6.8
188
+ rubygems_version: 2.6.13
189
189
  signing_key:
190
190
  specification_version: 4
191
191
  summary: Dwolla V2 Ruby client