falcon 0.47.3 → 0.47.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: f6c82a0a990f36224ab1ed3f2ae66d9d6593c261de28241d9cc9fb41145f65d0
4
- data.tar.gz: 71295d17ef57d18739c328c0a7c16598a1cf836abb9457766f04460d05971bfc
3
+ metadata.gz: 66c929396dfe5f414b795d6a5a137fea6996975fbf7c2332627cbc801703c7e9
4
+ data.tar.gz: fe40f4298c221df573c2d9bda0df94e5ca08d37edb33d1647f9ae86fe339c2b6
5
5
  SHA512:
6
- metadata.gz: 0f9992178910ed2606435d193c6a372a0436364f13490fb9bb9fe1ca6d709909514a375131c8d970d62e0a3000e96cce45903dfff748e4210b29261635b6939b
7
- data.tar.gz: d02f57c73f46e29824eaaba95d6d908221c0f2b62b2fc92a3596342f15e504737ef972e127f68c93c8d14b94ee4af947f875d929e39ed780d07e704f44bcd646
6
+ metadata.gz: 1c1a19802cc4a817dd241f55881bd73a0a2182906a671a4358eb109a13abd0002a6aa42800c6d66825ed4fc4c555f64c2712515fd6cfcbb134fd300d31e87061
7
+ data.tar.gz: 769341ca245aaed0de1d5af95c8e20d62af6c32569d8eb432b2d4178504f6d831da5d88f012293e086b14f01fe8ee0c4914abe91f79073a2544b2b43a68556b3
checksums.yaml.gz.sig CHANGED
Binary file
data/bin/falcon CHANGED
@@ -27,6 +27,6 @@ begin
27
27
  rescue Interrupt
28
28
  # Ignore.
29
29
  rescue => error
30
- Console.logger.error(Falcon::Command) {error}
30
+ Console.error(Falcon::Command, error)
31
31
  exit! 1
32
32
  end
@@ -140,9 +140,9 @@ module Falcon
140
140
  else
141
141
  super
142
142
  end
143
- rescue
144
- Console.logger.error(self) {$!}
145
- return Protocol::HTTP::Response[502, {'content-type' => 'text/plain'}, ["#{$!.inspect}: #{$!.backtrace.join("\n")}"]]
143
+ rescue => error
144
+ Console.error(self, error)
145
+ return Protocol::HTTP::Response[502, {'content-type' => 'text/plain'}, [error.class.name]]
146
146
  end
147
147
  end
148
148
  end
@@ -4,5 +4,5 @@
4
4
  # Copyright, 2017-2024, by Samuel Williams.
5
5
 
6
6
  module Falcon
7
- VERSION = "0.47.3"
7
+ VERSION = "0.47.4"
8
8
  end
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.47.3
4
+ version: 0.47.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -57,7 +57,7 @@ cert_chain:
57
57
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
58
58
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
59
59
  -----END CERTIFICATE-----
60
- date: 2024-05-07 00:00:00.000000000 Z
60
+ date: 2024-05-08 00:00:00.000000000 Z
61
61
  dependencies:
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: async
metadata.gz.sig CHANGED
Binary file