dwolla_v2 2.0.3 → 2.1.0

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: e2c5759f8b81eb5d85c8fae2e308062048a9ec09
4
- data.tar.gz: f4536f036c14fac66caf7d6c260f67dcfcceb020
3
+ metadata.gz: 151c3ed290fb74e0052a41bb7381d721b01ef9bb
4
+ data.tar.gz: 1c15b5a0d32c87368ad1913cf66f133ae34899d4
5
5
  SHA512:
6
- metadata.gz: c0b10cccd12b0f82f6fd615db9e2e1c098d50d37f3caa38cb2b39ce4733245c44cb5880eec8a13de99133cea6baf3e84b499f1c5c48913450b22f4b47af780dc
7
- data.tar.gz: 6af8d862bcfabc8cb606f5b5d0c94da711f08a3072faff16f383299b12d794b85114d9cf1fff25baac3247ea0600d0dbe76a1bc57d2a8bfad18bfb70824a3089
6
+ metadata.gz: 0095a3e82e01d869dce226a42540ae61e40136e5adbab721c71ae34d9b22672e26f67a07702d13a0a9a7a9425d590597a7b660c7cd5d16e3c686d699835a299d
7
+ data.tar.gz: 34f29f4d5804189b2f64541ae63f5dfe168634c6a719b5cc5faea14374e855c4070fa3eba2829f28f8d7d09ca21066e914d702ff97a491b5e42757a9e740e146
data/README.md CHANGED
@@ -266,6 +266,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
266
266
 
267
267
  ## Changelog
268
268
 
269
+ * **2.1.0** - Ensure `Time.iso8601` is defined so timestamps get parsed. [#38](https://github.com/Dwolla/dwolla-v2-ruby/pull/38) (Thanks @javierjulio!)
269
270
  * **2.0.3** - Add `DuplicateResourceError` [#34](https://github.com/Dwolla/dwolla-v2-ruby/pull/34) (Thanks @javierjulio!)
270
271
  * **2.0.2** - Fix bug in [#30](https://github.com/Dwolla/dwolla-v2-ruby/pull/30) (Thanks again @sobrinho!)
271
272
  * **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!)
@@ -3,6 +3,7 @@ require "uri"
3
3
  require "json"
4
4
  require "forwardable"
5
5
  require "ostruct"
6
+ require "time"
6
7
 
7
8
  require "hashie"
8
9
 
@@ -1,3 +1,3 @@
1
1
  module DwollaV2
2
- VERSION = "2.0.3"
2
+ VERSION = "2.1.0"
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.3
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Ausman
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-30 00:00:00.000000000 Z
11
+ date: 2018-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler