passenger 5.1.6 → 5.1.7

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.

Potentially problematic release.


This version of passenger might be problematic. Click here for more details.

@@ -31,7 +31,7 @@ module PhusionPassenger
31
31
 
32
32
  PACKAGE_NAME = 'passenger'
33
33
  # Run 'rake src/cxx_supportlib/Constants.h' after changing this number.
34
- VERSION_STRING = '5.1.6'
34
+ VERSION_STRING = '5.1.7'
35
35
 
36
36
  PREFERRED_NGINX_VERSION = '1.12.1'
37
37
  NGINX_SHA256_CHECKSUM = '8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: passenger
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.6
4
+ version: 5.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phusion - http://www.phusion.nl/
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-20 00:00:00.000000000 Z
11
+ date: 2017-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -424,6 +424,8 @@ files:
424
424
  - src/cxx_supportlib/BackgroundEventLoop.h
425
425
  - src/cxx_supportlib/ConfigKit/Common.h
426
426
  - src/cxx_supportlib/ConfigKit/ConfigKit.h
427
+ - src/cxx_supportlib/ConfigKit/DummyTranslator.h
428
+ - src/cxx_supportlib/ConfigKit/PrefixTranslator.h
427
429
  - src/cxx_supportlib/ConfigKit/README.md
428
430
  - src/cxx_supportlib/ConfigKit/Schema.h
429
431
  - src/cxx_supportlib/ConfigKit/Store.h