forest_admin_agent 1.14.2 → 1.14.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: 748c862fcdf3f95a737e4f241268f24e5a65c4056a682941ef92c5385b9ed53d
4
- data.tar.gz: e7faed81b3f8d0267179a5eb028062b87a8dd5e8c00cddd73590303ed2d4d4bd
3
+ metadata.gz: c475a6902dcbe4e5505a50154f8d61bdc4162b91bc4df9aaeaeca89a6b99f1e3
4
+ data.tar.gz: 22b54199015f354be66a927e09b4d0c5392ba7c5245bf8f62ee0f6ffb047e4d3
5
5
  SHA512:
6
- metadata.gz: 7660fa3bd5afd73b141cb00a3fa790f92066b3880225d49b16f2c2eae8c9a9243ba7ffbe775d9070fc71efc74cc8bc60f035fbf38f945184470580fcefc10f94
7
- data.tar.gz: 710a987509d1b4f85ebb05b7f0c035edc7756d37a8648790ccd3903fd082ee63b77f6d72a8e04f8d379b9a8a8f0d695b6b5402dd5a509958465f2ce83447325b
6
+ metadata.gz: 7880626f80437eb92b4a055cebb8e0ccab2fe50ef342843866b550b0b10b9d6ab366ca7818da602941f31baf53ab11a3d3e9d629e1ffdeb6ae02a0affa8c4e34
7
+ data.tar.gz: 5fe97160380645ff601ef48cee1b26cbb7385083c1a521297fd10d6e0f925ce6f681880bd48bfa98996fe54c19f511c1b88d5fd3ab5ef6fa588c81d0d45c3508
@@ -10,7 +10,7 @@ module ForestAdminAgent
10
10
  end
11
11
 
12
12
  def handle_request(_args = {})
13
- { content: nil, status: 204 }
13
+ { content: { error: nil, message: 'Agent is running' }, status: 200 }
14
14
  end
15
15
  end
16
16
  end
@@ -6,7 +6,7 @@ module ForestAdminAgent
6
6
  module Schema
7
7
  class SchemaEmitter
8
8
  LIANA_NAME = "agent-ruby"
9
- LIANA_VERSION = "1.14.2"
9
+ LIANA_VERSION = "1.14.3"
10
10
 
11
11
  def self.generate(datasource)
12
12
  datasource.collections
@@ -1,3 +1,3 @@
1
1
  module ForestAdminAgent
2
- VERSION = "1.14.2"
2
+ VERSION = "1.14.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_admin_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.2
4
+ version: 1.14.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2025-11-12 00:00:00.000000000 Z
12
+ date: 2025-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport