square_connect 2.20190724.0.331 → 2.20190724.1.334
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/CHANGES.md +9 -0
- data/docs/README.md +1 -1
- data/lib/square_connect/api_client.rb +1 -1
- data/lib/square_connect/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d7ef8d45e35915c3c07d671ff306ccc186386bab0fd482ce9f52407fe8c3d14
|
4
|
+
data.tar.gz: 38f834971547d563dcef2f21207fd8ce446a519d1cf4c20371a195a98e93e924
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b133d952e7ac1dc9679c1f1a62b2f9533c4db62b3a9bd6b715ba9fc762e9f50748f1b6b94affb313fd7b2b2190be776c7c45cfed1eef6590f203d1d3f88776c
|
7
|
+
data.tar.gz: 410bdfc19e0cd86fb7bc10355670feb6f92c11e2e83ac28ad6e55f58a9d276ddbabc883e86d399e7bcfba4538bdf8a7266e3f7be8bc6494215eebd1c36569f26
|
data/CHANGES.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## Version 2.20190724.1 (2019-08-15)
|
4
|
+
|
5
|
+
**NOTICE: Square Connect Ruby SDK retired**
|
6
|
+
|
7
|
+
The Square Connect Ruby SDK is retired (EOL) as of 2019-08-15 and will no
|
8
|
+
longer receive bug fixes or product updates. To continue receiving API and SDK
|
9
|
+
improvements, please follow the instructions below to migrate to the new
|
10
|
+
[Square Ruby SDK](https://github.com/square/square-ruby-sdk).
|
11
|
+
|
3
12
|
## Version 2.20190724.0 (2019-07-24)
|
4
13
|
|
5
14
|
* **BETA releases**:
|
data/docs/README.md
CHANGED
@@ -8,7 +8,7 @@ This SDK is automatically generated by the
|
|
8
8
|
[Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
9
9
|
|
10
10
|
- API version: 2.0
|
11
|
-
- Package version: 2.20190724.
|
11
|
+
- Package version: 2.20190724.1
|
12
12
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
13
13
|
|
14
14
|
For more information, please visit
|
@@ -30,7 +30,7 @@ module SquareConnect
|
|
30
30
|
@config = config
|
31
31
|
|
32
32
|
# Construct user agent string. Returns slightly different string for JRuby
|
33
|
-
@user_agent = "Square-Connect-Ruby/2.20190724.
|
33
|
+
@user_agent = "Square-Connect-Ruby/2.20190724.1"
|
34
34
|
|
35
35
|
@default_headers = {
|
36
36
|
'Content-Type' => "application/json",
|