slack_chatter 0.9.2 → 0.9.3
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 +8 -8
- data/README.md +2 -2
- data/lib/slack_chatter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDI3MDdmZWY1YTM2MWIwMjkzNmFhYWJiZDhiZGE0M2FlNjlhOGIwMg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjgyYTdlYTY0ZDJjYzlmMTljOGFmNzAwN2U0NmI0NzYxY2JkYTc3Yg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NjA1Y2MzZTIwYTU1NDI2ZDRlMjczZjkxNDA4NjViNDhiNzkxMzIyMTVhNGIy
|
|
10
|
+
Y2FmNzgzNGExMmU3NzM3Mzg2Njk4OGQwYmM0OGY0ZGQ1NWNkODNmZmIwMTRh
|
|
11
|
+
ZWNkMzQzNjI4YmI2YTIzMmU0MzZjMDRmMzYyZTk5ODRjZjI2YzM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OWJkNGIxY2I3ZjdiZWE5YzYwYTZiZDIyYjBkZjI5NTI2OTI3MjJhNDM0ZjBi
|
|
14
|
+
MDU2ZjRlNmM4NjE2NThiODA3NDE1ZjRkZjVjNDhiZTFjY2NiMzdlY2QyYmYz
|
|
15
|
+
YmFmZDJlOWU5YTIxYzQ3YjgzOWQxNDA5ZGY4MjE4MjI0ODUzYzU=
|
data/README.md
CHANGED
|
@@ -59,11 +59,11 @@ client.auth.test
|
|
|
59
59
|
## Web API
|
|
60
60
|
|
|
61
61
|
### Basic Usage
|
|
62
|
-
The
|
|
62
|
+
The api methods follow the following format
|
|
63
63
|
```ruby
|
|
64
64
|
client.method_namespace.action(required, arguments, {optional: arguments})
|
|
65
65
|
# Example:
|
|
66
|
-
client.chat.post_message("some-channel-id", "some message to post", {
|
|
66
|
+
client.chat.post_message("some-channel-id", "some message to post", {optional_param: 'and its value'})
|
|
67
67
|
```
|
|
68
68
|
These methods directly correspond to those found in the [Slack API Docs](https://api.slack.com/methods)
|
|
69
69
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slack_chatter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Will Bryant
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-04-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|