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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6394d59f41809aa809186b28d4b22ea5a62db8b3203213eaa38516e6d383625f
4
- data.tar.gz: 0ba65753d26203d04acca0351ee2c82986155a2831bc8f56a2e3cd2291b88e5e
3
+ metadata.gz: 8d7ef8d45e35915c3c07d671ff306ccc186386bab0fd482ce9f52407fe8c3d14
4
+ data.tar.gz: 38f834971547d563dcef2f21207fd8ce446a519d1cf4c20371a195a98e93e924
5
5
  SHA512:
6
- metadata.gz: a3b918043c53e7d6485021320665ee1b454d0c5b465679588309d2ad1463ba102e978013a9482791a50ca141e21c80bfe313d9ac872b457c97474789535964fd
7
- data.tar.gz: 0ba72ce35a9b054519c01e14490d9257e5748f5640ba1b5864dcb5dda083cc4136b429f3dbf10b0300caf442a1be6778f0c6e98a47f23e05f2997d2c229b2e66
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**:
@@ -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.0
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.0"
33
+ @user_agent = "Square-Connect-Ruby/2.20190724.1"
34
34
 
35
35
  @default_headers = {
36
36
  'Content-Type' => "application/json",
@@ -8,5 +8,5 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git
8
8
  =end
9
9
 
10
10
  module SquareConnect
11
- VERSION = "2.20190724.0"
11
+ VERSION = "2.20190724.1"
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: square_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.20190724.0.331
4
+ version: 2.20190724.1.334
5
5
  platform: ruby
6
6
  authors:
7
7
  - Square, Inc.