build-buddy 1.12.1 → 1.12.2

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: 8a552c3787d5d47a56a1e98766a255f7465f55e3
4
- data.tar.gz: c7507aea8ea62bb171412ddb39aa2bdfa07463ca
3
+ metadata.gz: 9c8370ef9234e1e2e2b53c9504a8626262ae7918
4
+ data.tar.gz: 405570c57c751895749b446cef081120f7e2787b
5
5
  SHA512:
6
- metadata.gz: 7ea0e8ce598873347869fb3f7eec082b05b2ddde5811c2f26adbd988401fdcebc573bd2e7af3db062e744845c53b2f0dc003624a59cdb4f15c394687f37341ce
7
- data.tar.gz: d5212a3ae04d87c742395759343dd810b93a159a6cbc6209a922b8c9c088718fd01fbacb15fa101a63d3c65aac152413956a7c50aa3cf2894c24986de7e90b2c
6
+ metadata.gz: 672ffd5191ace8f70d7aac002625a1fb7b09ce8978c610acb9ae886767e542cdc9f9f3a4723e4f199a32c62ca29ca739ef9f4ad527e7ce0363246896f753ced4
7
+ data.tar.gz: 6d2eb7e0a8f71ade20c51db7fbc651c8ca5ff5cf91db354525f7d0b5da7167f1ee2efb5ac82d91995465de8f5a405ab10807a6f0f0dfaef85b12ddedaaa0b5e3
@@ -9,5 +9,5 @@ require 'build_buddy/recorder'
9
9
  require 'build_buddy/build_data'
10
10
 
11
11
  module BuildBuddy
12
- VERSION = "1.12.1"
12
+ VERSION = "1.12.2"
13
13
  end
@@ -298,16 +298,18 @@ Build metrics and charts are available at #{Config.server_base_uri}/hud/#{Config
298
298
  return
299
299
  end
300
300
 
301
+ # Remove
302
+
301
303
  response = case message
302
- when /^ *build (.*)/i
304
+ when /^.*?build (.*)/i
303
305
  do_build $1, is_from_slack_channel, slack_user_name
304
- when /^ *status/ # Legacy support
306
+ when /^.*?status/ # Legacy support
305
307
  do_show 'status'
306
- when /^ *show(.*)/
308
+ when /^.*?show(.*)/
307
309
  do_show $1
308
- when /^ *help/i
310
+ when /^*?help/i
309
311
  do_help is_from_slack_channel
310
- when /^ *stop(?: build)(.*)/i
312
+ when /^.*?stop(?: build)(.*)/i
311
313
  do_stop $1, is_from_slack_channel, slack_user_name
312
314
  else
313
315
  "Sorry#{is_from_slack_channel ? ' ' + slack_user_name : ''}, I'm not sure how to respond."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: build-buddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.1
4
+ version: 1.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Lyon-smith