rumination 0.16.4 → 0.16.5

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: 4e411b05efadd11eba58519bbd57daf252ca4a33
4
- data.tar.gz: 054d956f8c981a85d0f14f42abb6f086991ec413
3
+ metadata.gz: af430ea81ac11f2ce2ade16e18a823e6e33996f6
4
+ data.tar.gz: 19fe0cd0660e887df05b66dd6c4ea3f95f03828a
5
5
  SHA512:
6
- metadata.gz: a60f9111610f2a0ba1dc36158847b50b1f865a10127ba4e108ed833243671a0f6bf770c142ce233229f10223ae474c4c4326f542d4fa330c73288dcd435cf3b9
7
- data.tar.gz: efdda769433b90f41b50dbcd0d02c384ad214805de236cc6e7e6204d822be52fe766f7002ec02c845c99bdeee9952513cd0af5c89546a8ed1f2bc619222c228a
6
+ metadata.gz: 8cbdba395dd1b8fbc79da6930c8f865cff27288a42da2d28edd46f6a1af8f95a74b88f9770bb97a70b7066d1202f789aa34fd6b5ce3984b030ccff805c7f935d
7
+ data.tar.gz: e50359246f884612540a0668daa170db78c3066c13632438a22dd063c8f5c812a64715c1ceb15a72b864f6eb59409928fb966ef0638eb2c346fb9f80291622c5
@@ -25,7 +25,7 @@ module Rumination
25
25
  env["LETSENCRYPT_HOST"] = config.virtual_host
26
26
  env["LETSENCRYPT_EMAIL"] = config.letsencrypt_email
27
27
  end
28
- if ENV["NEWRELIC_KEY"]
28
+ if ENV["NEWRELIC_KEY"].present?
29
29
  env["NEWRELIC_NAME"] = project_with_target_name
30
30
  end
31
31
  env = env.merge(config.docker_env || {})
@@ -1,3 +1,3 @@
1
1
  module Rumination
2
- VERSION = "0.16.4"
2
+ VERSION = "0.16.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumination
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.4
4
+ version: 0.16.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Baguinski