dwolla_swagger 1.0.11 → 1.0.12

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: a1cac73571db0dd40566d588c24d0bf68fc0e2ea
4
- data.tar.gz: ab8c3703633aef0dcc6c2ada3e918d37a95724f8
3
+ metadata.gz: 3ee4b9125cff3f7626dffd92a99f9704422abfd2
4
+ data.tar.gz: ec18f9bfbdd26ff2ad7e6c5d7996421bb51a2d35
5
5
  SHA512:
6
- metadata.gz: da243dfb40c134253f869c22ae455f7a9d400fda55b202e9f783dd15dc2e7c91d84ac853206ad5267756a5d3b44a87ac9b3a24ca006dd77de1bf121887a7ea3c
7
- data.tar.gz: feb4040b1c8d3405a11d34056e4045258175b286754f7f80ed4b30b431d57c5dcc108b79b678cabd2fd98cbf4ea44202e1f53f5c162b6976110e823d123d3df4
6
+ metadata.gz: 3bddc2be65865f1432afa413f0e88bb47c5c50228aa91f770346e17fc4b2973c590ff9a9b29795561f9d4c34f1229017b5b273e2e1729287ee1c354ff285be87
7
+ data.tar.gz: 65a1668ea4bbdc74fe12d635755ba337c84e0e1def896fcc642cb36e2ba1ec2311462385c9f7c5ebd565f5a70c45b7a65ff87fe8ab5580f35073cddbf73a012c
data/README.md CHANGED
@@ -5,7 +5,7 @@ The new Dwolla API V2 SDK, as generated by [this fork of swagger-codegen](https:
5
5
 
6
6
  ## Version
7
7
 
8
- 1.0.11
8
+ 1.0.12
9
9
 
10
10
  ## Installation
11
11
 
@@ -146,6 +146,9 @@ Each model represents the different kinds of requests and responses that can be
146
146
 
147
147
  ## Changelog
148
148
 
149
+ 1.0.12
150
+ * Patch 1.0.11 update.
151
+
149
152
  1.0.11
150
153
  * Fix `FundingsourcesApi` to support optional `removed` querystring parameter.
151
154
 
@@ -29,7 +29,7 @@ module DwollaSwagger
29
29
 
30
30
  # query parameters
31
31
  query_params = {}
32
- query_params[:'removed'] = opts[:'removed'] if opts[:'removed']
32
+ query_params[:'removed'] = opts[:'removed']
33
33
 
34
34
  # header parameters
35
35
  header_params = {}
@@ -77,7 +77,7 @@ module DwollaSwagger
77
77
 
78
78
  # query parameters
79
79
  query_params = {}
80
- query_params[:'removed'] = opts[:'removed'] if opts[:'removed']
80
+ query_params[:'removed'] = opts[:'removed']
81
81
 
82
82
  # header parameters
83
83
  header_params = {}
@@ -1,5 +1,5 @@
1
1
  module DwollaSwagger
2
2
  module Swagger
3
- VERSION = "1.0.11"
3
+ VERSION = "1.0.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dwolla_swagger
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeke Sikelianos
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-07-25 00:00:00.000000000 Z
13
+ date: 2016-07-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: typhoeus
@@ -255,7 +255,6 @@ files:
255
255
  - Rakefile
256
256
  - dwolla_swagger.gemspec
257
257
  - lib/dwolla_swagger.rb
258
- - lib/dwolla_swagger/api/.DS_Store
259
258
  - lib/dwolla_swagger/api/accounts_api.rb
260
259
  - lib/dwolla_swagger/api/businessclassifications_api.rb
261
260
  - lib/dwolla_swagger/api/customers_api.rb
Binary file