slack_chatter 0.9.0 → 0.9.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/slack_chatter/version.rb +1 -1
- data/slack_chatter.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63b43d2539b81da93f4177dbb37b24e45b0cb548
|
|
4
|
+
data.tar.gz: 5bf00ac0320fc0a6a740ae1757dec476e522d8de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1af9400195875be1a73811d3e4becc2b69aa35de6391ffc32abacc0270ee3aef0aaa1ddbea641f2672aa5d300d3388615581f5b740af2d6c170769193fafd94
|
|
7
|
+
data.tar.gz: 64ff5a36406afd6076bfaea4ee2898cd1152e6c37fad2548dd57f723a30042124e7471fc2f5dc8b72f9cb4351687d46c396d902da8e5fce1650e1b3ce6cf6c2e
|
data/slack_chatter.gemspec
CHANGED
|
@@ -7,11 +7,11 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "slack_chatter"
|
|
8
8
|
spec.version = SlackChatter::VERSION
|
|
9
9
|
spec.authors = ["Will Bryant"]
|
|
10
|
-
spec.email = ["
|
|
10
|
+
spec.email = ["will.t.bryant@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Simple to use SlackChatter wrapper}
|
|
13
13
|
spec.description = %q{Simple to use Slack API wrapper which makes it easy to access and use the Slack API client without much knowledge of how it works}
|
|
14
|
-
spec.homepage = "https://github.com/will3216/
|
|
14
|
+
spec.homepage = "https://github.com/will3216/slack_chatter"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
17
17
|
spec.bindir = "exe"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Will Bryant
|
|
@@ -153,7 +153,7 @@ dependencies:
|
|
|
153
153
|
description: Simple to use Slack API wrapper which makes it easy to access and use
|
|
154
154
|
the Slack API client without much knowledge of how it works
|
|
155
155
|
email:
|
|
156
|
-
-
|
|
156
|
+
- will.t.bryant@gmail.com
|
|
157
157
|
executables: []
|
|
158
158
|
extensions: []
|
|
159
159
|
extra_rdoc_files: []
|
|
@@ -188,7 +188,7 @@ files:
|
|
|
188
188
|
- lib/slack_chatter/response.rb
|
|
189
189
|
- lib/slack_chatter/version.rb
|
|
190
190
|
- slack_chatter.gemspec
|
|
191
|
-
homepage: https://github.com/will3216/
|
|
191
|
+
homepage: https://github.com/will3216/slack_chatter
|
|
192
192
|
licenses: []
|
|
193
193
|
metadata: {}
|
|
194
194
|
post_install_message:
|