forest_liana 9.10.2 → 9.10.4

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: f91ac72edcbf1db54688692ac1d6a5cc1ad7632987d17fbfc868d6e7d8ce10e2
4
- data.tar.gz: 065c79a32c35d9a43fbe6c5348f56eabba4a8fc22cfb7cc561b628785874cf2e
3
+ metadata.gz: 11676e7f62ee5eafc4b08abc8d48bdf071761c142ac5e564183e0dc64f1e34c8
4
+ data.tar.gz: '042287110813d6ea894ae8d3414147ef2ba111edd72d1bce50cb3a7de5882cb3'
5
5
  SHA512:
6
- metadata.gz: dde6bb3a0f721cad5f03a3add67f87fda17d8fe98614ad2505b5ffb267ea32551e9c63f26d4d17255a9c786d59e14d092fb0e8dfa22cf9124883eacd495f91e2
7
- data.tar.gz: 31a7b78747f0c888e030a319bca43d2999da7767a0d7b721f94b0536c71a093c5368e26760915399ee938dff4b1b201917fca370a10e2b156b121312f7776ba4
6
+ metadata.gz: 225bf6a53d8fd82efd4a5ccaf4b94f90b076f0d73a0e808f354d9d0e385f38b17b60c8965a535a9417fe7ea1294e3698494e8030fd0441697572c2b163c8e2bc
7
+ data.tar.gz: 49ec284daf71b7551b9c99cdbdd811ee3b35b603e64732e2e78440591e8294f651dff022086f78373eeaf0a2453dbe2ed9de1812a6c29b68d6cf9c9a3f3a2725
@@ -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
@@ -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.2"
2
+ VERSION = "9.10.4"
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.2
4
+ version: 9.10.4
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-28 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