forest_liana 9.10.4 → 9.10.6

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: 11676e7f62ee5eafc4b08abc8d48bdf071761c142ac5e564183e0dc64f1e34c8
4
- data.tar.gz: '042287110813d6ea894ae8d3414147ef2ba111edd72d1bce50cb3a7de5882cb3'
3
+ metadata.gz: 5cc0a2d3217931e33ca56c2cd0d755515fd84a8ffa132fad2ff8b1bbe6ca8da7
4
+ data.tar.gz: e686b67814767f35221acced7c4c8857c4ee4a21e9de94d567fddd042a47d0bc
5
5
  SHA512:
6
- metadata.gz: 225bf6a53d8fd82efd4a5ccaf4b94f90b076f0d73a0e808f354d9d0e385f38b17b60c8965a535a9417fe7ea1294e3698494e8030fd0441697572c2b163c8e2bc
7
- data.tar.gz: 49ec284daf71b7551b9c99cdbdd811ee3b35b603e64732e2e78440591e8294f651dff022086f78373eeaf0a2453dbe2ed9de1812a6c29b68d6cf9c9a3f3a2725
6
+ metadata.gz: 549b9e8b9f579bed560d53f1889df2d00c109fce4047e9f7c783017b0d4ab044273a768fa78afa1e9fc3a876a75c686c83353b1e58dc1652d11746c7d6b59b4b
7
+ data.tar.gz: 243e87bc5ebfd56a87bb1953d530a8a21a37a7c12ad4fbef8a38d1433778522559714a8e7a0fb3460ea22a38d29d7586a798e07626a436cef08146ca07cdf11a
@@ -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
@@ -149,7 +149,7 @@ module ForestLiana
149
149
  file.puts pretty_print({
150
150
  collections: @collections,
151
151
  meta: @meta
152
- }).gsub(/\\/, '\\\\\\\\')
152
+ }).gsub(/(?<!\\)(\\)(?!["\\])/, '\\\\\\1')
153
153
  end
154
154
  end
155
155
  end
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "9.10.4"
2
+ VERSION = "9.10.6"
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.4
4
+ version: 9.10.6
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-07 00:00:00.000000000 Z
11
+ date: 2025-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails