unicorn-shopify 4.8.2.5.24 → 4.8.2.5.25

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
  SHA1:
3
- metadata.gz: d683cb11b66981a1673102c09ea86c6abb4ebe28
4
- data.tar.gz: 4ac0317e011818f325aa0938fc40023ac1051c32
3
+ metadata.gz: f282f7858b1660c1185a85a94d1c6f646efa18d3
4
+ data.tar.gz: 6457be766870f6597c3e8b183076f879aef1b9b6
5
5
  SHA512:
6
- metadata.gz: ce8ced04f3f409e2e91f483dfa54582ca74797b3e594d8ff117cc29d998320e395b856b596df2805e5701d3c7d927fce771bb88f32cc934df2ac998493fab24a
7
- data.tar.gz: e4bf2708ca22882ce58ffbd3e678c13ffb6024651d1475732b32cd54845d23adbbbea1dd8ba8263e215beabe0dc358f038718001ca28b40cd4fa14b58291b1bc
6
+ metadata.gz: fd4f262e2af7164a7a95b037063733099bba45a512cb20616807322585dc331ab681f58c882e9f7f235c6b76c3041b535e89a4dca5aeb98f2e39b86a91139793
7
+ data.tar.gz: 0bae69f0062bb805cce19c96f99a3dd14f4511b9cfcc131eb187d19133be94cb8eecd7329065faf35d177b094868665e875d94ba5d15587dbc71fd6e6923c042
@@ -531,7 +531,7 @@ class Unicorn::HttpServer
531
531
  def handle_error(client, exception, env)
532
532
  code = case exception
533
533
  when EOFError,Errno::ECONNRESET,Errno::EPIPE,Errno::ENOTCONN
534
- Unicorn.log_error(@logger, "client disconnected #{env.inspect}", exception)
534
+ Unicorn.log_error(@logger, "client disconnected", exception)
535
535
  # client disconnected on us and there's nothing we can do
536
536
  when Unicorn::RequestURITooLongError
537
537
  414
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: binary -*-
2
- ENV["VERSION"] or abort "VERSION= must be specified"
2
+ # ENV["VERSION"] or abort "VERSION= must be specified"
3
3
  manifest = File.readlines('.manifest').map! { |x| x.chomp! }
4
4
  require 'olddoc'
5
5
  extend Olddoc::Gemspec
@@ -14,7 +14,7 @@ end.compact
14
14
 
15
15
  Gem::Specification.new do |s|
16
16
  s.name = %q{unicorn-shopify}
17
- s.version = "4.8.2.5.24"
17
+ s.version = "4.8.2.5.25"
18
18
  s.authors = ["#{name} hackers"]
19
19
  s.summary = summary
20
20
  s.description = readme_description
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicorn-shopify
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.8.2.5.24
4
+ version: 4.8.2.5.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Unicorn hackers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-11 00:00:00.000000000 Z
11
+ date: 2017-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack