slack_trello 0.8.2 → 0.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9bb59a364d5b494477533521994965f3593bb6fd
4
- data.tar.gz: b672b2cc56c8ea24fad279a5253c850a1f34fc4f
3
+ metadata.gz: 04251574157b0fb8f00883cdbb187b2ff86d8021
4
+ data.tar.gz: 85a05d1570fa6afec3b124e48cb1031f5587f2d9
5
5
  SHA512:
6
- metadata.gz: afae7c5eb0258e1ccd239f837a0c1ab94310f20237a1faecc051b2f51a9fb4a1dd8b4b04e818b7d8932637f7a45b10d46da358dfc33ca5a350e0fa0defcdd5ca
7
- data.tar.gz: 17932fc0381754768fc3a1032f9fd23138f5880df70f416cd65d4d5b3ee5f880d3205ab28e0289bbf3d7766a8d2f211ca1199c3ea63e286bfbeb4e2ad3515ed5
6
+ metadata.gz: 4028c337d077e00e5549ff531cb23331302fb97fb33632d232bd66e24fec191f19087cd0e4fc8cbe6c7d6a225871536b5f7a0ff29a44d9520b3e6fe65556d8c2
7
+ data.tar.gz: d306983f4179e934ce27cd20313e5e19a445e7fa1f95fe2bbb0572ce6c52b113afcb5026d4bbf24e93775633f14bc2d912734a49cdac385ab67ee5f571292767
@@ -1,7 +1,7 @@
1
1
  module SlackTrello; module Commands; module StandardStuff
2
2
 
3
3
  def list_not_found_message
4
- "A Trello list named #{trello_list_name} must be added to the '#{trello_board_name}' board for the command to function."
4
+ "A Trello list named #{trello_list_name} must be added to the '#{trello_board_name}' board for the command to function. The Trello Bot user that is authenticated by your application must also be added to the board."
5
5
  end
6
6
 
7
7
  def help_message
@@ -24,6 +24,5 @@ Example: #{example_command}
24
24
  ":mega: [#{slack_post_response.user_name}] has created a new trello card: <#{trello_card.short_url}|#{slack_post_response.text.strip}>"
25
25
  end
26
26
 
27
-
28
27
  end; end; end
29
28
 
@@ -1,3 +1,3 @@
1
1
  module SlackTrello
2
- VERSION = "0.8.2"
2
+ VERSION = "0.8.3"
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.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Powers