lita-standups 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lita/standups/manager.rb +1 -1
- data/lib/lita/standups/wizards/run_standup.rb +3 -2
- data/lita-standups.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 093b8849f95cbd28e3c7892a06ef819729cde1b7
|
4
|
+
data.tar.gz: b27390757f8417ff58a6bff72230e8fb77a7311a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87a69834610b47d05d26e836722c9d920b39bac02b87e17a5c529ff1d78091818343dd92b406bd6668038feb8b37984df522c483aff945aebc19a895f14ce6e9
|
7
|
+
data.tar.gz: 80ce24f6aa512088204dd4e0eefd74f7b1c449a3780c43ec6bf93952f6624cb7339c74af8d86f9058894e99a654a6654dadceecced9c040b80823546febe5a5e
|
@@ -42,10 +42,11 @@ module Lita
|
|
42
42
|
end
|
43
43
|
|
44
44
|
def initial_message
|
45
|
-
"Hey. I'm running the '#{standup.name}' standup. Please answer the following questions
|
46
|
-
"in the next #{Lita::Standups::Manager::EXPIRATION_TIME} seconds"
|
45
|
+
"Hey. I'm running the '#{standup.name}' standup. Please answer the following questions."
|
47
46
|
end
|
48
47
|
|
48
|
+
|
49
|
+
|
49
50
|
def final_message
|
50
51
|
"You're done. Thanks"
|
51
52
|
end
|
data/lita-standups.gemspec
CHANGED