govuk_app_config 1.16.1 → 1.16.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/govuk_app_config/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d69c3ac1670b7d39ad3b9d08128bc78caa3ba14ad0df21f26341561e17c2d752
|
4
|
+
data.tar.gz: b479c4deebb953d387279fd9a2a2535fc0338bab3d0c99625c281933f9e27f4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 837012296a8f38a30b31fe3a176639fee74ca1577150530efad4dfc13dd919b34dc4533f84b385c4600a053f200760bbf2d437f1b6a7a9c880cbd47ffa2f6bef
|
7
|
+
data.tar.gz: 6c5b19c54be06d5af13caf148dea3fd32cb96544c9ee6222b11f4d0c7f50c78353fe4e16e9f1b3fb756ac30f6e13793cd5cfd9a128810c1de429e17bafa40047
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
# 1.16.3
|
2
|
+
|
3
|
+
* Revert PR #89 - it relies on an unreleased feature of aws-xray-sdk
|
4
|
+
|
5
|
+
# 1.16.2
|
6
|
+
|
7
|
+
* Don't log Context Missing Errors (`ERROR -- : can not find the current context.`)
|
8
|
+
|
1
9
|
# 1.16.1
|
2
10
|
|
3
11
|
* Return Critical status for SidekiqRedis if Redis raises a connection error.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: govuk_app_config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.16.
|
4
|
+
version: 1.16.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GOV.UK Dev
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-xray-sdk
|