forest_liana 9.3.9 → 9.3.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9420eb4b991fed9b8586d449be403e1e18233e4e9cfb49dd07af81fc34183b58
4
- data.tar.gz: '018a7faf146dfc6aec02d14f12557c12add1b9236505c927117703c0c19a69ef'
3
+ metadata.gz: 7b41f09562cb8cdf4fe34225cd51901e002e7e223fcdefaee9f2645e12c9bc95
4
+ data.tar.gz: 8d1456dce99ccbc54abd92c62f44c8e9b10dec281c01545ec3d299fef2a96891
5
5
  SHA512:
6
- metadata.gz: 93488f0f9c7f00a19dae8a41fa1c916232808876c0d76e4fa584f66316a7a19c5a445e5c69bb0fe4ce177a5776165973b804bef1fc8a72a69711434dcdd1e9a9
7
- data.tar.gz: 43a4984883cbb093ffeb4371dd516d02b816a57284eaa1c44b459f50a3838139994ca07ae7bca3c0b0034195aac527c207970e354d407ce00212cb5d9a2633fb
6
+ metadata.gz: 5bdadc526907e977de8459f43bfaa53d7fececc76e2cbeb79ea973395ea92f53eb8bc75a06daa55ec9df7856184c884b00c633d75013a5a5c6877210ab77657f
7
+ data.tar.gz: 68177e16ee3421950d80f3369eef54251dfcd1bc4dc92bdd606abd890c45b996f6387055ee7c391c772bbf9437f6969828a7f96a2f4863ca9f1c85a7aa5a8292
@@ -28,11 +28,6 @@ module ForestLiana
28
28
  "ForestLiana.forest_client_id is deprecated. It's not needed anymore."
29
29
  end
30
30
 
31
- if Rails.application.secrets.forest_application_url
32
- FOREST_LOGGER.warn "DEPRECATION WARNING: The use of " \
33
- "The secret forest_application_url is deprecated. It's not needed anymore."
34
- end
35
-
36
31
  unless Rails.application.config.action_controller.perform_caching || Rails.env.test?
37
32
  FOREST_LOGGER.error "You need to enable caching on your environment to use Forest Admin.\n" \
38
33
  "For a development environment, run: `rails dev:cache`"
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "9.3.9"
2
+ VERSION = "9.3.10"
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.3.9
4
+ version: 9.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-10 00:00:00.000000000 Z
11
+ date: 2024-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails