forest_liana 9.3.8 → 9.3.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/forest_liana/bootstrapper.rb +0 -5
- data/lib/forest_liana/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b41f09562cb8cdf4fe34225cd51901e002e7e223fcdefaee9f2645e12c9bc95
|
4
|
+
data.tar.gz: 8d1456dce99ccbc54abd92c62f44c8e9b10dec281c01545ec3d299fef2a96891
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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`"
|
data/lib/forest_liana/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2024-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|