slack_trello 0.0.3 → 0.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4654c45b406316d6804b8a34bdaa30168d6fc8d
4
- data.tar.gz: 3b5dd49d677c4aa678958fbc5b25be595ed9d0e2
3
+ metadata.gz: 47b0602d631ad6f231ffc500b668f12e3a085bf8
4
+ data.tar.gz: 9eab9e6728a2f463c0bf440aceaec77feff65208
5
5
  SHA512:
6
- metadata.gz: 8d09831470e199d4e93055ecb87d604e9a069a5272baea346b56dae5109fe37dca97411a2ecf155c6c0bd71dbda9a2ce9a04b5bda39d1ba01a45d6196e4dec8b
7
- data.tar.gz: 8bf159d8ff2cb0e7a46160224d068cbf0eb8114761ecdda3fc233c485cf0bc30f0411a78d1ca0f73276c01d628f41dd6bdeac58b8b7d50dce0a5ab46a916db2c
6
+ metadata.gz: c1ed994f5b75093987f6a0c910dac55ff76d476893a3a07cc21a22028c70f1535335d47dd546a00ce72fd0dda89527ae6f0b2fb03f051cb12e20afedf31cb93f
7
+ data.tar.gz: 2fb762121e63f4b4f444bb6350806b8e26b5dce0abab02fb28ee81f6d3b5557600c9208825b42514b7c878f3f954e64d0fb44c831b9ef721308e86d2629d2f7e
@@ -13,7 +13,7 @@ module SlackTrello; class Speaker
13
13
  private
14
14
 
15
15
  def session
16
- @session ||= Slack::Notifier.new(@token, channel: @channel, username: @username)
16
+ @session ||= Slack::Notifier.new(@webhook_url, channel: @channel, username: @username)
17
17
  end
18
18
 
19
19
  end; end
@@ -1,3 +1,3 @@
1
1
  module SlackTrello
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack_trello
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Powers