lita-slack-standup 0.5.0 → 0.6.0

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: 13a8bd26d0513fbb89c7d2e2da9260382fe807c3
4
- data.tar.gz: 77b75f0b5ac8943e58088151a3500ee480a4b458
3
+ metadata.gz: 92392fd935466f60969f50841967b819e95b1ee5
4
+ data.tar.gz: c3c6aa770535c762d5b7ae0cd0419a29fb38672b
5
5
  SHA512:
6
- metadata.gz: 51473e6515c67ddff2ed08b93a426b6da14fc58727375942d2a8c9642526c11c72311572e268990101373843d717c9ac3f1f35cddc4ec6c7f085b44eb9fbd27e
7
- data.tar.gz: 912ead65247840a1e91dbef8db7395954fd698f08a495861edb425111e2dda37b0dae1a6ebe9863cf6dd5e43d85712d37e6a390d999250b4ac64dc25a74c573d
6
+ metadata.gz: d06f9fc78df53f4275dde5dac269991827db87e7987cb48d4c6ba2d6ed0db051eb304c2573d263156c7b5fb96df6837a259ab96c8e7d170c0e064456c9217f10
7
+ data.tar.gz: 36ae480d2a9a6c3e5b69403292f6a86e5645732f73ec06f2033ac0928132ef37557c4294032e2d1891a63fbff8d495ef0b32e21ebe9d87bbd0098b067b1f0574
@@ -15,7 +15,7 @@ module Lita
15
15
  standup_next
16
16
  end
17
17
 
18
- route(/^standup\s*report\s*(.*)$/, :standup_report, command: true, help: {"standup report TEXT" => "Permet d'écrire son standup à l'avance ou pendant le tour d'un autre."})
18
+ route(/\Astandup\s*report\s*((.|\s)*)\z/, :standup_report, command: true, help: {"standup report TEXT" => "Permet d'écrire son standup à l'avance ou pendant le tour d'un autre."})
19
19
 
20
20
  def standup_report(message)
21
21
  setup_redis_objects
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "lita-slack-standup"
3
- spec.version = "0.5.0"
3
+ spec.version = "0.6.0"
4
4
  spec.authors = ["Sybil Deboin"]
5
5
  spec.email = ["sybil.deboin@gmail.com"]
6
6
  spec.description = "Standup feature for slack"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lita-slack-standup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sybil Deboin