stream-chat-ruby 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stream-chat/version.rb +1 -1
- data/stream-chat.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 520b69d498d01a2cf41b857e498d3dc0fc4c7dd6ac328848c2bf4f761862953e
|
|
4
|
+
data.tar.gz: '091b5137483ae1ec59a68b26026cad060adbdb19ada735f0f1933a6232c2823d'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2415204b5775bb39d620351a1d3b60474a18115c4f818eae55cab17982b1dd832b0458edbac3cb1b44ac926aabde06256cdc4e86b54ec2164f2bb9ca0e644e8e
|
|
7
|
+
data.tar.gz: 1535f8eadb39fab2f30a89a4649d6bfbfe013fd5fc77775eceda7c5d59ffcde6b344a7ae2f25c12bce535590ba7db161f6503c836058a75ae4c5d48e7b125a72
|
data/lib/stream-chat/version.rb
CHANGED
data/stream-chat.gemspec
CHANGED
|
@@ -4,10 +4,10 @@ require 'stream-chat/version'
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |gem|
|
|
6
6
|
gem.name = 'stream-chat-ruby'
|
|
7
|
-
gem.description = ''
|
|
7
|
+
gem.description = 'Ruby client for Stream Chat.'
|
|
8
8
|
gem.version = StreamChat::VERSION
|
|
9
9
|
gem.platform = Gem::Platform::RUBY
|
|
10
|
-
gem.summary = ''
|
|
10
|
+
gem.summary = 'The low level client for serverside calls for Stream Chat.'
|
|
11
11
|
gem.email = 'support@getstream.io'
|
|
12
12
|
gem.homepage = 'http://github.com/GetStream/stream-chat-ruby'
|
|
13
13
|
gem.authors = ['Mircea Cosbuc']
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stream-chat-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mircea Cosbuc
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
-
description:
|
|
83
|
+
description: Ruby client for Stream Chat.
|
|
84
84
|
email: support@getstream.io
|
|
85
85
|
executables: []
|
|
86
86
|
extensions: []
|
|
@@ -120,5 +120,5 @@ requirements: []
|
|
|
120
120
|
rubygems_version: 3.0.3
|
|
121
121
|
signing_key:
|
|
122
122
|
specification_version: 4
|
|
123
|
-
summary:
|
|
123
|
+
summary: The low level client for serverside calls for Stream Chat.
|
|
124
124
|
test_files: []
|