1
0
Fork 0
mirror of synced 2024-07-01 04:30:59 +12:00
appwrite/app/sdks/server-ruby/appwrite.gemspec
2020-05-18 19:57:55 +03:00

13 lines
787 B
Ruby

Gem::Specification.new do |s|
s.name = 'appwrite'
s.version = '1.0.10'
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.
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)"
s.author = 'Appwrite Team'
s.homepage = 'https://appwrite.io/support'
s.email = 'team@localhost.test'
s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
end