slack_chatter 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a54944e82fda0dc0a76ac6db3ec244c35233e425
4
- data.tar.gz: 678442e5c10e92e723a8b5b14da19cea8af400f1
3
+ metadata.gz: 63b43d2539b81da93f4177dbb37b24e45b0cb548
4
+ data.tar.gz: 5bf00ac0320fc0a6a740ae1757dec476e522d8de
5
5
  SHA512:
6
- metadata.gz: df50ed61c41a5e68673f51a6701cd6b3da43ec55beecc71966a674223f8274e1022f245daac14f164086f7e2d1896fcd8c589fcfb0229c2a1f9264329f14237d
7
- data.tar.gz: b1a507b63259fb65156ce2e7dc11f71f26551f662c706595115fb77f3cd7a3a3a3a7b460d7a208b68365c596537756562fe55f362b92ebad85f122c98d210359
6
+ metadata.gz: f1af9400195875be1a73811d3e4becc2b69aa35de6391ffc32abacc0270ee3aef0aaa1ddbea641f2672aa5d300d3388615581f5b740af2d6c170769193fafd94
7
+ data.tar.gz: 64ff5a36406afd6076bfaea4ee2898cd1152e6c37fad2548dd57f723a30042124e7471fc2f5dc8b72f9cb4351687d46c396d902da8e5fce1650e1b3ce6cf6c2e
@@ -1,3 +1,3 @@
1
1
  module SlackChatter
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
@@ -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 = ["william@tout.com"]
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/slack_api_rb"
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.0
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
- - william@tout.com
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/slack_api_rb
191
+ homepage: https://github.com/will3216/slack_chatter
192
192
  licenses: []
193
193
  metadata: {}
194
194
  post_install_message: