square.rb 10.0.0.20210421 → 10.0.0.202104217

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87a7fd1bf8e3ac239bdcbf9ca199c6df913a50c7b31d2b0daa46dc2b7b8556f8
4
- data.tar.gz: d38853a5ff3857cdba57f8318082205a75d685147beba0fd0d655e8e058e78cb
3
+ metadata.gz: b1c9c3a6b13fa697e2fffc362d766cb1b7ded51f360ad7fcf342039d2623911d
4
+ data.tar.gz: 11954b03a0f85edec268ef6d4f7bb020386dfba4134f28a720c5b6c39b3c2315
5
5
  SHA512:
6
- metadata.gz: ced95e4b69aa0d95e8ee5f1aa53485da51f9b39745058b72cbb974261a2d09eef992ef182fd90c854df8edc8399c258a4f1ed62dd63968817f4b4aba5c6b0989
7
- data.tar.gz: 6fd69a6ba99ec2dee2b5ba51456c4c99d91f7b299729cecd1ed278ce4770aae328234147ce8b4de6c9fc954b454be5442c1dc0d66e4d2e84c167ce28b47bcef0
6
+ metadata.gz: cc03189601f3985171af4af574f987b31d4c3132ffb96b7d4ada0996056309183a50d1f02a8af602a9a63543f0737903f336185a7e4284db324df74ff114f6e5
7
+ data.tar.gz: 042712b0f44ce7a117e7b1cd7f9286d4ada8c033d54b9e347e62a4dc491463fa984f5f0590c9a6d29ef0f3bade77199ee76eab60f4c7960c12a6e95d551acc15
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Square Ruby SDK
4
4
 
5
- [![Build](https://github.com/square/square-ruby-sdk/actions/workflows/ruby.yml/badge.svg)](https://github.com/square/square-ruby-sdk/actions/workflows/ruby.yml)
5
+ [![Travis status](https://travis-ci.org/square/square-ruby-sdk.svg?branch=master)](https://travis-ci.org/square/square-ruby-sdk)
6
6
  [![Gem version](https://badge.fury.io/rb/square.rb.svg?new)](https://badge.fury.io/rb/square.rb)
7
7
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
8
8
 
@@ -8,7 +8,7 @@ module Square
8
8
  @http_call_back = http_call_back
9
9
 
10
10
  @global_headers = {
11
- 'user-agent' => 'Square-Ruby-SDK/10.0.0.20210421',
11
+ 'user-agent' => 'Square-Ruby-SDK/10.0.0.202104217',
12
12
  'Square-Version' => config.square_version
13
13
  }
14
14
  end
data/lib/square/client.rb CHANGED
@@ -4,7 +4,7 @@ module Square
4
4
  attr_reader :config
5
5
 
6
6
  def sdk_version
7
- '10.0.0.20210421'
7
+ '10.0.0.202104217'
8
8
  end
9
9
 
10
10
  def square_version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: square.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.0.0.20210421
4
+ version: 10.0.0.202104217
5
5
  platform: ruby
6
6
  authors:
7
7
  - Square Developer Platform
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-27 00:00:00.000000000 Z
11
+ date: 2021-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logging