stream-ruby 2.5.7 → 2.5.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -0
  3. data/lib/stream/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f031859ce173a3df8c182f897bb39e3863192ded
4
- data.tar.gz: 820aa8e396bf09fe5269a6a174dda5de787e6baf
3
+ metadata.gz: 7c574df76ea568aae6df6bc23389620694877ef1
4
+ data.tar.gz: 46424a58f936da6ea646d6c8e5ce4003761cec04
5
5
  SHA512:
6
- metadata.gz: e6a0625d285aec93eb1ed663ed8c032cae4e26b3f500f959f89321dea40fce136d14594fa6a7714db55e86d216fa925259cc778ae5f4d6d79eb53cde90ff2494
7
- data.tar.gz: dbf43a00cab68d9a6e111cd078281ee6a0dad105271cce0de5c243ab01c8025ab1d48e1c56bef71fee83c0f01e40c600a5bbfb0313ba19fc43c9b8e0540f78ad
6
+ metadata.gz: 4db2fa01486a78daf5ea3574bee4c9bbfdc5345bd4a352731c82c80b2fc72d47fa46c04cffa511aa4a69347eba47ae1657024318f9a791a7ac13b79ec3a097b5
7
+ data.tar.gz: 183ffd03c3ad120b3c5a20850f8b63994ba18c1d56c4f688ef7527fb8db3cc464391a72618cddc400408102403c356eda8344980e0233f155d19651ad3ba000f
data/README.md CHANGED
@@ -9,6 +9,15 @@ Note there is also a higher level [Ruby on Rails - Stream integration](https://g
9
9
 
10
10
  You can sign up for a Stream account at https://getstream.io/get_started.
11
11
 
12
+ ### Ruby Language Support
13
+
14
+ We will support the following versions of Ruby:
15
+
16
+ - 2.2.8
17
+ - 2.3.1
18
+ - 2.3.5
19
+ - 2.4.2
20
+
12
21
  ### Installation
13
22
 
14
23
  ```bash
@@ -1,3 +1,3 @@
1
1
  module Stream
2
- VERSION = "2.5.7".freeze
2
+ VERSION = "2.5.8".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stream-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.7
4
+ version: 2.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tommaso Barbugli
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-09-12 00:00:00.000000000 Z
12
+ date: 2017-09-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday