forest_liana 9.10.4 → 9.10.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 +4 -4
- data/app/services/forest_liana/ip_whitelist.rb +1 -1
- data/lib/forest_liana/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59975fbc9024a89c0295286bcd1afcf78d56d6162d8753db2db2b02770962c0d
|
4
|
+
data.tar.gz: 1cb4672b45d8633b0d7c7baa16278419a572ca8af3331532cbd3fae9d0a17aaf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6427c521b57e797febf3210b5842cbccde0f88bcb58e8db92c253f2f80ddaae1a055ba529cbcb2debd00bc65fbdd650a79e10b39c32a7aa3366b8d7afd73be6
|
7
|
+
data.tar.gz: 8128c23ea6bf1b9961e4710b32ebb773331e890d5cafec77ded402a5463c1a1a434891ae9ca4729c426e4de2d96361bdff921c8bf153b11a2c425de541e18b2e
|
@@ -17,7 +17,7 @@ module ForestLiana
|
|
17
17
|
else
|
18
18
|
FOREST_LOGGER.error 'An error occured while retrieving your IP whitelist. Your Forest ' +
|
19
19
|
'env_secret seems to be missing or unknown. Can you check that you properly set your ' +
|
20
|
-
'Forest env_secret in the forest_liana initializer?'
|
20
|
+
'Forest env_secret in the forest_liana initializer? Current value is: ' + ForestLiana.env_secret
|
21
21
|
false
|
22
22
|
end
|
23
23
|
rescue => exception
|
data/lib/forest_liana/version.rb
CHANGED