Skip to content

Commit a144a4d

Browse files
committed
Updated templates
1 parent e2f3e35 commit a144a4d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
**This SDK is compatible with Appwrite server version 0.5.3. For older versions, please check previous releases.**
77

8-
Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
8+
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.
9+
Use the Ruby SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools.
10+
For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)
911

1012

1113

appwrite.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ Gem::Specification.new do |s|
22

33
s.name = 'appwrite'
44
s.version = '1.0.9'
5-
s.summary = "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)"
5+
s.summary = "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.
6+
Use the Ruby SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools.
7+
For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)"
68
s.author = 'Appwrite Team'
79
s.homepage = 'https://appwrite.io/support'
810
s.email = 'team@appwrite.io'

0 commit comments

Comments
 (0)