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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82008368e3b720587006e5591b4bacb7f23d7aa4
4
- data.tar.gz: 04a147d56cfba2c231ff58014fd5be92b5ff5bda
3
+ metadata.gz: 093b8849f95cbd28e3c7892a06ef819729cde1b7
4
+ data.tar.gz: b27390757f8417ff58a6bff72230e8fb77a7311a
5
5
  SHA512:
6
- metadata.gz: eff194daa8fc8f234492b4449d0923d541a5c55fa75fd07d239d15d1a93cce3bf7dd6192ada5454387267822ae1db2b7d7b16e043dd947d5764d22ec37562e79
7
- data.tar.gz: 3d307792f13acc18a50dc76c83069173cb1ccdfc10b72dba422cfe48f31186290cac7fb16c339e7618a5f796ef1a241efe1969add2d85b5beda5812172a45499
6
+ metadata.gz: 87a69834610b47d05d26e836722c9d920b39bac02b87e17a5c529ff1d78091818343dd92b406bd6668038feb8b37984df522c483aff945aebc19a895f14ce6e9
7
+ data.tar.gz: 80ce24f6aa512088204dd4e0eefd74f7b1c449a3780c43ec6bf93952f6624cb7339c74af8d86f9058894e99a654a6654dadceecced9c040b80823546febe5a5e
@@ -2,7 +2,7 @@ module Lita
2
2
  module Standups
3
3
  class Manager
4
4
 
5
- EXPIRATION_TIME = 3600
5
+ EXPIRATION_TIME = 600
6
6
 
7
7
  def self.run(robot:, standup_id:, recipients:, room:)
8
8
  session = Models::StandupSession.create(
@@ -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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'lita-standups'
3
- spec.version = '1.0.0'
3
+ spec.version = '1.0.1'
4
4
  spec.authors = ['Cristian Bica']
5
5
  spec.email = ['cristian.bica@gmail.com']
6
6
  spec.description = 'Lita standups'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-standups
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cristian Bica