falcon 0.54.1 → 0.54.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/falcon/environment/server.rb +2 -2
- data/lib/falcon/service/server.rb +2 -2
- data/lib/falcon/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b9ff97d8dd84c727fd5e29379976c81b787cc4437ec1c052066d229a664d63bc
|
|
4
|
+
data.tar.gz: beb068894417d21ba24a85cb2f174663231cc1a7c45f17b1751869abae96a543
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 826954ab4b59334e3877a4a8ed12dc5404181a4b2cf4701c504abb48923a7487025c7b3c7b7b76b8762188013a0f93df65c31074f80a428bc1ab10a4d2823268
|
|
7
|
+
data.tar.gz: abfc8b7799cea32a816fa053327ad69b3fa5e8cb9270def5d2115b97fd193514184bf3b74cd982643aa92a2cc668fa9c29a64351fc92dc1238b2fe68e9e94bad
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# Released under the MIT License.
|
|
4
4
|
# Copyright, 2020-2025, by Samuel Williams.
|
|
5
5
|
|
|
6
|
-
require "async/service/
|
|
6
|
+
require "async/service/managed/environment"
|
|
7
7
|
require "async/http/endpoint"
|
|
8
8
|
|
|
9
9
|
require_relative "../service/server"
|
|
@@ -13,7 +13,7 @@ module Falcon
|
|
|
13
13
|
module Environment
|
|
14
14
|
# Provides an environment for hosting a web application that uses a Falcon server.
|
|
15
15
|
module Server
|
|
16
|
-
include Async::Service::
|
|
16
|
+
include Async::Service::Managed::Environment
|
|
17
17
|
|
|
18
18
|
# The service class to use for the proxy.
|
|
19
19
|
# @returns [Class]
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
# Copyright, 2019-2025, by Samuel Williams.
|
|
5
5
|
# Copyright, 2020, by Daniel Evans.
|
|
6
6
|
|
|
7
|
-
require "async/service/
|
|
7
|
+
require "async/service/managed/service"
|
|
8
8
|
require "async/container/supervisor/supervised"
|
|
9
9
|
require "async/http/endpoint"
|
|
10
10
|
|
|
@@ -12,7 +12,7 @@ require_relative "../server"
|
|
|
12
12
|
|
|
13
13
|
module Falcon
|
|
14
14
|
module Service
|
|
15
|
-
class Server < Async::Service::
|
|
15
|
+
class Server < Async::Service::Managed::Service
|
|
16
16
|
def initialize(...)
|
|
17
17
|
super
|
|
18
18
|
|
data/lib/falcon/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: falcon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.54.
|
|
4
|
+
version: 0.54.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
@@ -141,14 +141,14 @@ dependencies:
|
|
|
141
141
|
requirements:
|
|
142
142
|
- - "~>"
|
|
143
143
|
- !ruby/object:Gem::Version
|
|
144
|
-
version: '0.
|
|
144
|
+
version: '0.19'
|
|
145
145
|
type: :runtime
|
|
146
146
|
prerelease: false
|
|
147
147
|
version_requirements: !ruby/object:Gem::Requirement
|
|
148
148
|
requirements:
|
|
149
149
|
- - "~>"
|
|
150
150
|
- !ruby/object:Gem::Version
|
|
151
|
-
version: '0.
|
|
151
|
+
version: '0.19'
|
|
152
152
|
- !ruby/object:Gem::Dependency
|
|
153
153
|
name: bundler
|
|
154
154
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
|
Binary file
|