mattermost-api4-ruby 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -2
- data/README.md +2 -0
- data/lib/mattermost/endpoint/channels.rb +1 -1
- data/mattermost-api4-ruby.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9c4f02e6c79b91d9ba7122872362f5e636d52db5c3ecad48769414a0a20a872
|
4
|
+
data.tar.gz: '062951e7eeedb611b7a83616636c8fede5acbd1de2275b5b87a367a920d365a7'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f9e30ceedc5fea0c0832cc0c8a58bd5022d91b1a764c33b25a388bfbbf6b0b8998848061ef8ce8bec592e47ce0033b5aad8ac649bf18b8976f5c36dd581bd5c
|
7
|
+
data.tar.gz: 110be3d88864529fca91705d0dd5231e4ebad81d9a2ff568b1b7c625e28b3682f18b667858fcfb00704322ec04033439c6b43c171e42d699e742b89f5ef0aa84
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,18 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## [
|
4
|
-
[Full Changelog](https://github.com/maruTA-bis5/mattermost-api4-ruby/compare/v0.0.
|
3
|
+
## [v0.0.10](https://github.com/maruTA-bis5/mattermost-api4-ruby/tree/v0.0.10) (2019-01-26)
|
4
|
+
[Full Changelog](https://github.com/maruTA-bis5/mattermost-api4-ruby/compare/v0.0.9...v0.0.10)
|
5
|
+
|
6
|
+
**Fixed bugs:**
|
7
|
+
|
8
|
+
- Fix typo in create channel method [\#21](https://github.com/maruTA-bis5/mattermost-api4-ruby/pull/21) ([yulkadev](https://github.com/yulkadev))
|
9
|
+
|
10
|
+
**Merged pull requests:**
|
11
|
+
|
12
|
+
- link to gist example for API usage. [\#18](https://github.com/maruTA-bis5/mattermost-api4-ruby/pull/18) ([mqu](https://github.com/mqu))
|
13
|
+
|
14
|
+
## [v0.0.9](https://github.com/maruTA-bis5/mattermost-api4-ruby/tree/v0.0.9) (2018-10-17)
|
15
|
+
[Full Changelog](https://github.com/maruTA-bis5/mattermost-api4-ruby/compare/v0.0.8...v0.0.9)
|
5
16
|
|
6
17
|
**Implemented enhancements:**
|
7
18
|
|
data/README.md
CHANGED
@@ -22,6 +22,8 @@ Or install it yourself as:
|
|
22
22
|
|
23
23
|
TODO: Write usage instructions here
|
24
24
|
|
25
|
+
an example using ruby mattermost api : https://gist.github.com/mqu/7a918ed76a4af5e698fdb5da71553187
|
26
|
+
|
25
27
|
## Development
|
26
28
|
|
27
29
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mattermost-api4-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takayuki Maruyama
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|