build-buddy 1.14.4 → 1.14.5

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: a586377dab8683cfbe1cb9d42db7087a463d08be
4
- data.tar.gz: 42b507512d9bc9f47c4efad3e3bf8af6d82b44ba
3
+ metadata.gz: 1f8c3eada28d3fcfa2647950a7d5328f0c3f5d69
4
+ data.tar.gz: 870c5fa9f493e4164b825ae3c5693a28417bbdd7
5
5
  SHA512:
6
- metadata.gz: 1608c1fa5a9cadacc27178691c179a1046aa2ecdc6414b342658afd68d7d2d821a546077a4bf339814800808f548d333c33bfd790f46692ee5b3f542960fc573
7
- data.tar.gz: e85a33cfd8dc8b0ed97771f9d4f4a3c2a4e35c7a9ced76fdb76d0541aeab93f589855a3083570d2648a8b689743a870d7bf39cff3bb2e9802d94222d362e448e
6
+ metadata.gz: c1ab88bbdd323c86526fd949975c9c23e7795ead7011571924b04fc89c77240899a2667e951e253ce3390e0931563ee8a6160ef7d2e1d0e8f134ca3431e1dc26
7
+ data.tar.gz: be6252377a00326792b5276a3879747f56910aab6c000e693eb4aa687e8bb7842b5808b73e9f89d622b2f428cafd81955bf77d2b5f4d2f8198b0cb4b4bb05d61
@@ -9,5 +9,5 @@ require 'build_buddy/recorder'
9
9
  require 'build_buddy/build_data'
10
10
 
11
11
  module BuildBuddy
12
- VERSION = "1.14.4"
12
+ VERSION = "1.14.5"
13
13
  end
@@ -16,6 +16,8 @@ module BuildBuddy
16
16
 
17
17
  def on_connection(connection)
18
18
  connection.each_request do |request|
19
+ # Workaround for https://github.com/celluloid/reel/issues/229
20
+ request.body.to_s
19
21
  case request.path
20
22
  when '/webhook'
21
23
  case request.method
@@ -339,7 +339,7 @@ I have lots of `show` commands:
339
339
  response = case message
340
340
  when /build +([a-z0-9\.]+)/i
341
341
  do_build $1, is_from_slack_channel, slack_user_name
342
- when /(?:show +)status/
342
+ when /(?:show +)?status/
343
343
  do_show_status
344
344
  when /show +(last [0-9]+ +)?builds/
345
345
  limit = $1.to_i unless $1.nil?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: build-buddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.4
4
+ version: 1.14.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Lyon-smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-19 00:00:00.000000000 Z
11
+ date: 2016-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: timers