forest_liana 9.10.3 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a2ec391d876de96099caa8f4ddfd30d86703a6d99b8d95d579a0a96b21982e35
4
- data.tar.gz: 709ebb86f342f7a7a41823ecec62db664bb35b966136ea8977754d46fab86847
3
+ metadata.gz: 59975fbc9024a89c0295286bcd1afcf78d56d6162d8753db2db2b02770962c0d
4
+ data.tar.gz: 1cb4672b45d8633b0d7c7baa16278419a572ca8af3331532cbd3fae9d0a17aaf
5
5
  SHA512:
6
- metadata.gz: 87943f49f184b3f7b6df8a2762887e2e4064a85aca240384690d0f16b4744089c0f2a3cf4ad8c930cf5ecf9b2a5f89f8daad765ca0ad708d5b95d6abac470eb8
7
- data.tar.gz: e9fb39702378c837b83b8d0c3614ad342a0353e5bce807b6cc0af21b509e6c462d747cd4f8ad9aa3d247f0de0523e9b49a293f65071ed591758d77734a1a1032
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
@@ -107,7 +107,7 @@ module ForestLiana
107
107
  if ENV['FOREST_DEACTIVATE_AUTOMATIC_APIMAP']
108
108
  FOREST_LOGGER.warn "DEPRECATION WARNING: FOREST_DEACTIVATE_AUTOMATIC_APIMAP option has been renamed. Please use FOREST_DISABLE_AUTO_SCHEMA_APPLY instead."
109
109
  end
110
- bootstrapper.synchronize unless ENV['FOREST_DEACTIVATE_AUTOMATIC_APIMAP'] == true || ENV['FOREST_DISABLE_AUTO_SCHEMA_APPLY'] == true || Rails.env.test?
110
+ bootstrapper.synchronize unless ActiveRecord::Type::Boolean.new.cast(ENV['FOREST_DEACTIVATE_AUTOMATIC_APIMAP']) || ActiveRecord::Type::Boolean.new.cast(ENV['FOREST_DISABLE_AUTO_SCHEMA_APPLY']) || Rails.env.test?
111
111
  end
112
112
  end
113
113
  end
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "9.10.3"
2
+ VERSION = "9.10.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_liana
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.10.3
4
+ version: 9.10.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-05 00:00:00.000000000 Z
11
+ date: 2025-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails