forest_liana 9.10.1 → 9.10.3

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: 93d29040c097c6aacc18e54915ecd7352ae7cf0705f79a69d229cfa8b6a9d860
4
- data.tar.gz: 385dcbeaa4667f2eea950bb7e6431f7c0e171a47b21c4a7e68054b7aa6133147
3
+ metadata.gz: a2ec391d876de96099caa8f4ddfd30d86703a6d99b8d95d579a0a96b21982e35
4
+ data.tar.gz: 709ebb86f342f7a7a41823ecec62db664bb35b966136ea8977754d46fab86847
5
5
  SHA512:
6
- metadata.gz: 29492979e9286a33acd93a45039f8ce1536c2789a98005350bc75c0833807a5bf50a6d4fccad8258aca1c86399e6650b47db50503dcd9abc4a0d253202712484
7
- data.tar.gz: 50b040a1ef0cbb754ea98c2521e4d6ea8581ac95e5425388dcfb4d3d544166370ce8874df4ab628a4fbea7042fc0c54f852c668db63a1a35750e2b9cb49db58d
6
+ metadata.gz: 87943f49f184b3f7b6df8a2762887e2e4064a85aca240384690d0f16b4744089c0f2a3cf4ad8c930cf5ecf9b2a5f89f8daad765ca0ad708d5b95d6abac470eb8
7
+ data.tar.gz: e9fb39702378c837b83b8d0c3614ad342a0353e5bce807b6cc0af21b509e6c462d747cd4f8ad9aa3d247f0de0523e9b49a293f65071ed591758d77734a1a1032
@@ -318,9 +318,11 @@ module ForestLiana
318
318
  end
319
319
  rescue Errno::ECONNREFUSED, SocketError
320
320
  FOREST_LOGGER.warn "Cannot send the apimap to Forest. Are you online?"
321
- rescue
322
- FOREST_LOGGER.warn "Cannot send the apimap to Forest. Forest might " \
321
+ rescue => error
322
+ FOREST_REPORTER.report error
323
+ FOREST_LOGGER.error "Cannot send the apimap to Forest (#{forest_url}). Forest might " \
323
324
  "currently be in maintenance."
325
+ FOREST_LOGGER.error "#{error}\n#{error.backtrace.join("\n\t")}"
324
326
  end
325
327
  end
326
328
  end
@@ -149,7 +149,7 @@ module ForestLiana
149
149
  file.puts pretty_print({
150
150
  collections: @collections,
151
151
  meta: @meta
152
- }).gsub(/[^\\](\\)[^\\"]/) { |x| x.gsub($1, "\\\\\\") }
152
+ }).gsub(/\\/, '\\\\\\\\')
153
153
  end
154
154
  end
155
155
  end
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "9.10.1"
2
+ VERSION = "9.10.3"
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.1
4
+ version: 9.10.3
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-02-26 00:00:00.000000000 Z
11
+ date: 2025-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails