square_connect 2.20190724.0.330 → 2.20190724.0.331
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/square_connect.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6394d59f41809aa809186b28d4b22ea5a62db8b3203213eaa38516e6d383625f
|
|
4
|
+
data.tar.gz: 0ba65753d26203d04acca0351ee2c82986155a2831bc8f56a2e3cd2291b88e5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3b918043c53e7d6485021320665ee1b454d0c5b465679588309d2ad1463ba102e978013a9482791a50ca141e21c80bfe313d9ac872b457c97474789535964fd
|
|
7
|
+
data.tar.gz: 0ba72ce35a9b054519c01e14490d9257e5748f5640ba1b5864dcb5dda083cc4136b429f3dbf10b0300caf442a1be6778f0c6e98a47f23e05f2997d2c229b2e66
|
data/square_connect.gemspec
CHANGED
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
|
21
21
|
s.email = ["developers@squareup.com"]
|
|
22
22
|
s.homepage = "https://github.com/square/connect-ruby-sdk"
|
|
23
23
|
s.summary = "Square Connect API Ruby Gem"
|
|
24
|
-
s.description = "Ruby
|
|
24
|
+
s.description = "The Square Connect Ruby SDK is retired. Please migrate to the new Square gem: https://github.com/square/square-ruby-sdk"
|
|
25
25
|
s.license = "Apache-2.0"
|
|
26
26
|
s.required_ruby_version = ">= 1.9"
|
|
27
27
|
|
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.
|
|
4
|
+
version: 2.20190724.0.331
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Square, Inc.
|
|
@@ -190,7 +190,8 @@ dependencies:
|
|
|
190
190
|
- - ">="
|
|
191
191
|
- !ruby/object:Gem::Version
|
|
192
192
|
version: 0.2.11
|
|
193
|
-
description: Ruby
|
|
193
|
+
description: 'The Square Connect Ruby SDK is retired. Please migrate to the new Square
|
|
194
|
+
gem: https://github.com/square/square-ruby-sdk'
|
|
194
195
|
email:
|
|
195
196
|
- developers@squareup.com
|
|
196
197
|
executables: []
|