forest_admin_rpc_agent 1.27.0 → 1.27.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: ce44700d626b56bdba750b4763d86926d7ee4ab003f6d48e38738e5c183db436
4
- data.tar.gz: 620e1d9467f053820da644b5fca76db747913ccfef755e0685edfdbfc5db4e20
3
+ metadata.gz: c826362a3b71c8875ac2e6a6a343babebbf8df8c2cbcef00f0fb722c16e6b87d
4
+ data.tar.gz: 138edf6e821f1bcddefc21998ec5cd752e80f62a2c38bd984c251cae76299f3d
5
5
  SHA512:
6
- metadata.gz: 6ee0d0646d3005ce09cea338c77823130d1662299f8d38ccf4b47394dbf892ce29d9e0bf0b2593ad29ea415ba752a3ff94c26654d0257895664b331f0627dab4
7
- data.tar.gz: '09dd7c9df83e9d743573d7ed8f38e051455b45ef73de14e3624bc521e0afa5e8779719335aa7023b903e7cb96ee947b4c1c081592d14ffa80176c74e829834f3'
6
+ metadata.gz: a2da6debd580b906c1e1540c4f212d7d35756dc18c7fb8ebb41ee8c80fe406cb4588cbe7701df62d54b01d4c553c3863aab6480654f4d6c06cf95b85538529b1
7
+ data.tar.gz: ac489104e7191c3115e6479a94b5254b968ea78d225c942f0fd4d9d6221188ee93fb9be82247e981eeb1cc9d74859f5f9da5d73f73f19661ed8871ecfb76614e
@@ -3,15 +3,16 @@ module ForestAdminRpcAgent
3
3
  def add_datasource(datasource, options)
4
4
  @stack.queue_customization(lambda {
5
5
  if options[:include] || options[:exclude]
6
- publication_decorator = Decorators::Publication::PublicationDatasourceDecorator.new(datasource)
6
+ publication_decorator = ForestAdminDatasourceCustomizer::Decorators::Publication::PublicationDatasourceDecorator.new(datasource)
7
7
  publication_decorator.keep_collections_matching(options[:include], options[:exclude])
8
8
  datasource = publication_decorator
9
9
  end
10
10
 
11
11
  if options[:rename]
12
- rename_collection_decorator = Decorators::RenameCollection::RenameCollectionDatasourceDecorator.new(
13
- datasource
14
- )
12
+ rename_collection_decorator =
13
+ ForestAdminDatasourceCustomizer::Decorators::RenameCollection::RenameCollectionDatasourceDecorator.new(
14
+ datasource
15
+ )
15
16
  rename_collection_decorator.rename_collections(options[:rename])
16
17
  datasource = rename_collection_decorator
17
18
  end
@@ -1,3 +1,3 @@
1
1
  module ForestAdminRpcAgent
2
- VERSION = "1.27.0"
2
+ VERSION = "1.27.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_admin_rpc_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.27.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: 2026-04-01 00:00:00.000000000 Z
12
+ date: 2026-05-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: base64