Skip to content

Commit 482ec36

Browse files
committed
chore: bug fixes and improvements
1 parent 4cc855d commit 482ec36

File tree

259 files changed

+219
-5316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+219
-5316
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
77
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)
88

9-
**This SDK is compatible with Appwrite server version 1.5.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-ruby/releases).**
9+
**This SDK is compatible with Appwrite server version 1.4.x. For older versions, please check [previous releases](https://github.com/appwrite/sdk-for-ruby/releases).**
1010

1111
Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the Ruby SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
1212

β€Žappwrite.gemspecβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |spec|
22

33
spec.name = 'appwrite'
4-
spec.version = '11.0.0-rc.1'
4+
spec.version = '10.1.2'
55
spec.license = 'BSD-3-Clause'
66
spec.summary = 'Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API'
77
spec.author = 'Appwrite Team'

β€Ždocs/examples/account/add-authenticator.mdβ€Ž

Lines changed: 0 additions & 15 deletions
This file was deleted.

β€Ždocs/examples/account/create-anonymous-session.mdβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Ždocs/examples/account/create-challenge.mdβ€Ž

Lines changed: 0 additions & 14 deletions
This file was deleted.

β€Ždocs/examples/account/create-email-password-session.mdβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Ždocs/examples/account/create-email-token.mdβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Ždocs/examples/account/create-j-w-t.mdβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Ždocs/examples/account/create-magic-u-r-l-token.mdβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.

β€Ždocs/examples/account/create-o-auth2session.mdβ€Ž

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
Β (0)