From aa89a92d0b0f8608c6d8ed052bdaaf8275148ef2 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Thu, 13 Aug 2026 11:49:50 +0530 Subject: [PATCH 1/2] docs: remove beta banner and restore README header for GA --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a27e75ae..fe9c93eb 100644 --- a/README.md +++ b/README.md @@ -3,23 +3,15 @@ Ruby API client for the [Auth0](https://auth0.com) platform. [![Gem Version](https://badge.fury.io/rb/auth0.svg)](http://badge.fury.io/rb/auth0) +[![codecov](https://codecov.io/gh/auth0/ruby-auth0/branch/master/graph/badge.svg)](https://codecov.io/gh/auth0/ruby-auth0) +[![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/github/auth0/ruby-auth0/master/frames) [![MIT licensed](https://img.shields.io/dub/l/vibe-d.svg?style=flat)](https://github.com/auth0/ruby-auth0/blob/master/LICENSE) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/auth0/ruby-auth0)
- Documentation - Getting started - API reference - Feedback +📚 Documentation - 🚀 Getting started - 💻 API reference - 💬 Feedback
-> [!NOTE] -> **[v6.0.0.beta.1](https://github.com/auth0/ruby-auth0/releases/tag/v6.0.0.beta.1) is now available!** This release features a completely rewritten Management API client, auto-generated from the Auth0 OpenAPI spec using [Fern](https://buildwithfern.com/), with strongly-typed responses, built-in pagination, and automatic token management. -> -> ```bash -> gem install auth0 --pre -> ``` -> -> We'd love your feedback - please [open an issue](https://github.com/auth0/ruby-auth0/issues/new) if you encounter any problems. -> -> 📖 [Migration Guide](https://github.com/auth0/ruby-auth0/blob/v6/v6_MIGRATION_GUIDE.md) ・ [Changelog](https://github.com/auth0/ruby-auth0/blob/v6/CHANGELOG.md) ・ [API Reference](https://github.com/auth0/ruby-auth0/blob/v6/reference.md) - ## Documentation - [API reference](./reference.md) - auto-generated reference for all Management API methods From 55a3ea9d8429e182096863a3510a9de6291bc139 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Thu, 13 Aug 2026 12:48:13 +0530 Subject: [PATCH 2/2] docs: fix Yard docs badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe9c93eb..acb584c1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Ruby API client for the [Auth0](https://auth0.com) platform. [![Gem Version](https://badge.fury.io/rb/auth0.svg)](http://badge.fury.io/rb/auth0) [![codecov](https://codecov.io/gh/auth0/ruby-auth0/branch/master/graph/badge.svg)](https://codecov.io/gh/auth0/ruby-auth0) -[![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://www.rubydoc.info/github/auth0/ruby-auth0/master/frames) +[![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg)](https://www.rubydoc.info/gems/auth0) [![MIT licensed](https://img.shields.io/dub/l/vibe-d.svg?style=flat)](https://github.com/auth0/ruby-auth0/blob/master/LICENSE) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/auth0/ruby-auth0)