From 5ebb5c5526ae0afc817349a214ebf4d983ad12cb Mon Sep 17 00:00:00 2001 From: "John V." <99784540+jv-asana@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:11:50 -0800 Subject: [PATCH 1/2] Update README.md Add information about not supporting Ruby SDK to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88cfa91..0e76523 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Build Status](https://github.com/Asana/ruby-asana/workflows/Build/badge.svg)](https://github.com/Asana/ruby-asana/actions) [![Code Climate](https://codeclimate.com/github/Asana/ruby-asana/badges/gpa.svg)](https://codeclimate.com/github/Asana/ruby-asana) +> [!CAUTION] +> The Asana Ruby SDK is no longer supported. While it remains available on [RubyGems](https://rubygems.org/gems/asana/versions/0.10.3?locale=en), it will not receive bug fixes or enhancements (including new endpoints or data model changes). We recommend using Ruby's Net::HTTP or similar HTTP libraries to make direct API requests instead. A Ruby client for the 1.0 version of the Asana API. From a606e3f83792f2b184597f5d4bb1f65b2e95559c Mon Sep 17 00:00:00 2001 From: "John V." <99784540+jv-asana@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:18:12 -0800 Subject: [PATCH 2/2] Update README.md Add link to `Net::HTTP` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e76523..3a51699 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Code Climate](https://codeclimate.com/github/Asana/ruby-asana/badges/gpa.svg)](https://codeclimate.com/github/Asana/ruby-asana) > [!CAUTION] -> The Asana Ruby SDK is no longer supported. While it remains available on [RubyGems](https://rubygems.org/gems/asana/versions/0.10.3?locale=en), it will not receive bug fixes or enhancements (including new endpoints or data model changes). We recommend using Ruby's Net::HTTP or similar HTTP libraries to make direct API requests instead. +> The Asana Ruby SDK is no longer supported. While it remains available on [RubyGems](https://rubygems.org/gems/asana/versions/0.10.3?locale=en), it will not receive bug fixes or enhancements (including new endpoints or data model changes). We recommend using Ruby's [Net::HTTP](https://docs.ruby-lang.org/en/3.4/Net/HTTP.html) or similar HTTP libraries to make direct API requests instead. A Ruby client for the 1.0 version of the Asana API.