falcon 0.34.0 → 0.34.1
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
- data/.github/FUNDING.yml +2 -0
- data/lib/falcon/command/serve.rb +1 -1
- data/lib/falcon/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0ff9153f097bb346bb37101befc71c5560c330cac7a15d28f94b9b1197c7fd41
|
|
4
|
+
data.tar.gz: 980ecd63dd2c5159d060cdf072f6e3d5fbeadef4651a8cfce21f0a532c72595c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f837c55769f069a53001b6d17d09ef5d8e155e60845cd8a104f16ae997e6bbe8ec159501b07c4c383e0df25b4281ea5c9242cc3bfacc252b2fcaa7690748cc04
|
|
7
|
+
data.tar.gz: 800f975b8ae7257d16a58226700b36a5b5ef719ebe67ca602557f2bdf35204e04dff7542759b550439ad17a4e287ab1ee1140af67cd6a797fd1827ae89cf449f
|
data/.github/FUNDING.yml
ADDED
data/lib/falcon/command/serve.rb
CHANGED
|
@@ -42,7 +42,7 @@ module Falcon
|
|
|
42
42
|
|
|
43
43
|
option '-p/--port <number>', "Override the specified port", type: Integer
|
|
44
44
|
option '-h/--hostname <hostname>', "Specify the hostname which would be used for certificates, etc."
|
|
45
|
-
option '-t/--timeout <duration>', "Specify the maximum time to wait for blocking operations.", type: Float, default:
|
|
45
|
+
option '-t/--timeout <duration>', "Specify the maximum time to wait for blocking operations.", type: Float, default: nil
|
|
46
46
|
|
|
47
47
|
option '-c/--config <path>', "Rackup configuration file to load", default: 'config.ru'
|
|
48
48
|
|
data/lib/falcon/version.rb
CHANGED
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.34.
|
|
4
|
+
version: 0.34.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-07-
|
|
11
|
+
date: 2019-07-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: async
|
|
@@ -230,6 +230,7 @@ extensions: []
|
|
|
230
230
|
extra_rdoc_files: []
|
|
231
231
|
files:
|
|
232
232
|
- ".editorconfig"
|
|
233
|
+
- ".github/FUNDING.yml"
|
|
233
234
|
- ".gitignore"
|
|
234
235
|
- ".rspec"
|
|
235
236
|
- ".travis.yml"
|