dwolla_v2 2.0.3 → 2.1.0
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.rb +1 -0
- 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: 151c3ed290fb74e0052a41bb7381d721b01ef9bb
|
|
4
|
+
data.tar.gz: 1c15b5a0d32c87368ad1913cf66f133ae34899d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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!)
|
data/lib/dwolla_v2.rb
CHANGED
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.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-
|
|
11
|
+
date: 2018-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|