Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 4c62287

Browse files
authored
Added notice of new Beta Ruby SDK.
1 parent 2843d8a commit 4c62287

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Square Connect Ruby SDKs [![Build Status](https://travis-ci.org/square/connect-ruby-sdk.svg?branch=master)](https://travis-ci.org/square/connect-ruby-sdk)[![Gem Version](https://badge.fury.io/rb/square_connect.svg)](https://badge.fury.io/rb/square_connect)
23
==================
34

@@ -15,7 +16,16 @@ This SDK is automatically generated by the [Swagger Codegen](https://github.com/
1516

1617
For more information, please visit [https://squareup.com/developers](https://squareup.com/developers)
1718

18-
## Installation
19+
---
20+
## NOTICE: New Beta Ruby SDK Availability
21+
Square is pleased to announce early access to the beta release of **square.rb**, the new Square Ruby SDK gem. The new **square.rb** gem lets you take payments and run a business with Square APIs including Catalog, Customers, Employees, Inventory, Labor, Locations, Orders, and more. This new gem will eventually replace the square_connect gem and this repo.
22+
23+
You can read more about the release in our [blog post](https://developer.squareup.com/blog/announcing-square's-new-ruby-sdk/), or check out the new Square Ruby SDK gem on [GitHub](https://github.com/square/square-ruby-sdk#readme). Or just give **square.rb** a try! You can install the gem from your terminal with the command:
24+
```ruby
25+
gem install square.rb
26+
```
27+
---
28+
## Installation of Square Connect Ruby SDK
1929

2030
### Option1: RubyGems
2131
The Ruby SDK is published as a gem. Simply run:

0 commit comments

Comments
 (0)