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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78dd4c868665a939a3c0e5475c62308cc34528bedf8ebd1b6a2c100c178207be
4
- data.tar.gz: e21be2adcfda4e2e82968506f5085b20725cfb036691aedddb1572ed17012f9d
3
+ metadata.gz: 0ff9153f097bb346bb37101befc71c5560c330cac7a15d28f94b9b1197c7fd41
4
+ data.tar.gz: 980ecd63dd2c5159d060cdf072f6e3d5fbeadef4651a8cfce21f0a532c72595c
5
5
  SHA512:
6
- metadata.gz: 65cad0936fa3b4106f0001eedc649fcf4f4f300882f014d00f853cf1504524b660cf9c1cd19a8a5f8ff63da0621db242d23b6bcbc845d4480f069c1493ab2f06
7
- data.tar.gz: 93f8032f771efdb97e732c012db3d9e3815805e45a6f04071f2d93e72e1ef05cf143b3f1db88f7318d0f82d70bdbc93d39f23b58296c55e93792760ce48742ad
6
+ metadata.gz: f837c55769f069a53001b6d17d09ef5d8e155e60845cd8a104f16ae997e6bbe8ec159501b07c4c383e0df25b4281ea5c9242cc3bfacc252b2fcaa7690748cc04
7
+ data.tar.gz: 800f975b8ae7257d16a58226700b36a5b5ef719ebe67ca602557f2bdf35204e04dff7542759b550439ad17a4e287ab1ee1140af67cd6a797fd1827ae89cf449f
@@ -0,0 +1,2 @@
1
+ # These are supported funding model platforms
2
+ custom: https://github.com/socketry/community/#funding
@@ -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: 60*10
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
 
@@ -19,5 +19,5 @@
19
19
  # THE SOFTWARE.
20
20
 
21
21
  module Falcon
22
- VERSION = "0.34.0"
22
+ VERSION = "0.34.1"
23
23
  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.34.0
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-21 00:00:00.000000000 Z
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"