slack_trello 0.8.0 → 0.8.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_trello/commands/retro.rb +1 -3
- data/lib/slack_trello/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 205bf05baf99a6f384f1ddba4aef39ed5acb9aef
|
|
4
|
+
data.tar.gz: 42dbbf201cf40698b34dc53aa049bf5828128bf7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb86f3883f58cef1d02fa4f6e7875fc1ce6471010b28669dafbbf789b5df71c1de868e93af07566543817f2e7bea0aa632cf950d5c534d81fc3241ca80ecc119
|
|
7
|
+
data.tar.gz: 302a5e3200bf39cdb5c573f7849e63c2451c5bebe9ede31cf2ab5c1f33eb475ea9326a9202bc2f8de3b82aaeba368b34f551539c1d0489298cc9f10ad728e3c3
|
|
@@ -24,10 +24,8 @@ module SlackTrello; module Commands; class Retro
|
|
|
24
24
|
def help_message
|
|
25
25
|
%{:cry: Invalid format
|
|
26
26
|
Your message: #{text}
|
|
27
|
-
Example: /
|
|
27
|
+
Example: /retro (#{list_names.first}) blah blah blah
|
|
28
28
|
Available list names: #{list_names.join(", ")}
|
|
29
|
-
If the Trello list has spaces, replace them with underscores
|
|
30
|
-
For example, Some List Name => some_list_name
|
|
31
29
|
}
|
|
32
30
|
end
|
|
33
31
|
|
data/lib/slack_trello/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slack_trello
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Powers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|