falcon 0.35.3 → 0.35.4

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
  SHA256:
3
- metadata.gz: df502988a195ba883a12db2e5cd5b33ed5ecb8ac29a8976642ad90adad498ce4
4
- data.tar.gz: abf7216bff0ded981b69f53b15821286465fd0c48d0812be7b32741e9dd869fa
3
+ metadata.gz: d5096cf9dd5938f5ab21783443a39b0f913a7642ee77c40dcac2e6fe7fb5b442
4
+ data.tar.gz: a16d8aac26ba68a1b18978eba9b7afb62195ae6d31a5811723f6eab6686ba1a3
5
5
  SHA512:
6
- metadata.gz: 04f7770d6c0c6d6dba5a290dcfabed26f02f7c5fcaf0dacb8267fe7cba7e2c655a01c467e7a63b5ff3eb2c354c70830c33a77aec4adf0763bcea386d489e9b05
7
- data.tar.gz: b331342da5022cf534e39016711a6c2d1383231fbb8038a83dc886cd02c79272cbf9a44db96e369530682bb34b057ff21bd6250ffdcb5167e39fc7c9f3309255
6
+ metadata.gz: 15362126885ff2e18af583d19549b7c7d694de1af5a861bf35b35db03911f70b4d324ac04ead25a49ccb95cccf528c02020b15687f38b75dcca3243d2c82c98d
7
+ data.tar.gz: 9b94bb69571af1a9594fe55caf78847386143427353370eaa04f7ee9a51d53aade8b79d91d82537c295c397b1cae0d15e8fdd637c71c18d950aff2fc21800c8a
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- recipe :restart, description: 'Restart the application server via the supervisor.' do
3
+ # Restart the application server via the supervisor.
4
+ def restart
4
5
  require_relative '../../lib/falcon/command/supervisor'
5
6
 
6
7
  Falcon::Command::Supervisor["restart"].call
@@ -21,5 +21,5 @@
21
21
  # THE SOFTWARE.
22
22
 
23
23
  module Falcon
24
- VERSION = "0.35.3"
24
+ VERSION = "0.35.4"
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: falcon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.3
4
+ version: 0.35.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-03 00:00:00.000000000 Z
11
+ date: 2020-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async
@@ -266,6 +266,7 @@ files:
266
266
  - README.md
267
267
  - Rakefile
268
268
  - VIRTUAL.md
269
+ - bake/falcon/supervisor.rb
269
270
  - bin/falcon
270
271
  - bin/falcon-host
271
272
  - examples/beer/config.ru
@@ -342,7 +343,6 @@ files:
342
343
  - logo-square.afdesign
343
344
  - logo.afdesign
344
345
  - logo.svg
345
- - recipes/falcon/supervisor.rb
346
346
  - server.rb
347
347
  - tasks/benchmark.rake
348
348
  homepage: https://github.com/socketry/falcon