forest_admin_rails 1.8.1 → 1.8.2

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: ca17a7d18e669c4dc689e20e645d95390cb8674551316bbc3d56a196fba373a6
4
- data.tar.gz: 3845b54097e6225df1e17887f36109e8e0c231a78664819c0a2e1c291273416b
3
+ metadata.gz: 452f70e5397f23956d0b10e35ad5689ff26528cc57aec5e3df78f3fca3e778b6
4
+ data.tar.gz: 4a6441357f2090c6e942f777fb6f4b92c2f1a2d09f7fcc3d3e653fa9a3a57aa2
5
5
  SHA512:
6
- metadata.gz: 6220b66d3f0e40f238a9ab135e845a41b2fed03899e160727688604f202e5a8b5dc3a542cfd72f60ac2e4d8058799806045d60e9e4fa21189ff540fcc277e4e2
7
- data.tar.gz: a683adbf9e8932a6a45893e81744a36f4a61056bc30ce1e09884bc70655393986419c2d0c7a798448bbeb4af5e86463fc71cf7e34846c93d125af3ad74e585bd
6
+ metadata.gz: c101868fbf040313e540fccf68f30051fce104d076c9c11587b69d32d4bc32eae60118702d3282238b1a45ff1961423cb99fa0429686f36408087e301241e423
7
+ data.tar.gz: bf9f00a625770d7751621c15617ed4b60d5c7a645caa5ea9803c5ffd5f3684d3e3b4cd5cc96b83a1f345b22880dc36ef6252c3308a32aaed30dfc8d44e60f58b
@@ -62,7 +62,7 @@ module ForestAdminRails
62
62
  end
63
63
 
64
64
  unless ForestAdminAgent::Facades::Container.cache(:is_production)
65
- ForestAdminAgent::Facades::Container.logger.log('Debug', exception.full_message)
65
+ ForestAdminAgent::Facades::Container.logger.log('Error', exception.full_message)
66
66
  end
67
67
 
68
68
  render json: data, status: exception.try(:status) || 500
@@ -1,3 +1,3 @@
1
1
  module ForestAdminRails
2
- VERSION = "1.8.1"
2
+ VERSION = "1.8.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_admin_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-10-13 00:00:00.000000000 Z
12
+ date: 2025-10-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dry-configurable