-
- Downloads
Provide a simple summary and description (#5)
A more proper description will have to be written, but let's at least have something in there for now
... | ... | @@ -6,8 +6,8 @@ Gem::Specification.new do |spec| |
spec.authors = ['Alexander Olofsson'] | ||
spec.email = ['ace@haxalot.com'] | ||
spec.summary = '' | ||
spec.description = '' | ||
spec.summary = 'SDK for applications using the Matrix protocol' | ||
spec.description = spec.summary | ||
spec.homepage = 'https://github.com/ananace/ruby_matrix_sdk' | ||
spec.license = 'MIT' | ||
... | ... |
Please register or sign in to comment