dor_indexing 2.1.1 → 2.1.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: c119039d4d2826b59eacba3c0440c1127b602343fa5bc07ed6fc0dd1778d46fd
4
- data.tar.gz: b584a09d357163ac73d7dd3c920840287b550c2c4d31852bbfc51327502bf4f0
3
+ metadata.gz: 9ba195fa5c141b1fb44c63f40a6fcf5a62768a0eef1e693ab2f0d05dc198957a
4
+ data.tar.gz: 490dfeb6b3f98baff6191820f167c78c586cf16527032baf9e9bc68288f8cbe3
5
5
  SHA512:
6
- metadata.gz: 1c6e44429e42da6ac84ed8acf327a53965d6cfe171cf669dbc1213f410fcd017f480e9516fcbd4666319aab0f7494ce3a1e8673f7213ce1b5033d60cb180e321
7
- data.tar.gz: 87e84b444f1ad95c5d54031ba72163b3e9a1b94cb5a3535cdaa20894d28e0b32db536ea2b354b92866c67715f73936f1c6af544fc24c43ae7f0517c835e984df
6
+ metadata.gz: 8e51b2329780b6cda1b3610968f8b3c9e89d0514686aa98aab847a6172ab03f7e63b128848faf94c962e16234471005c6e6434ccb0358a15fe01e2a8b786556d
7
+ data.tar.gz: ce3fb7755ae5bcfcb74a6b4bfbbb0b73bd7b76c2b15f49134bd1c85d959816e612b02244a0904dab6d9bd0371868ac4eaf00d47d45ff81f0c8627428ea4853be
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dor_indexing (2.1.1)
4
+ dor_indexing (2.1.2)
5
5
  activesupport
6
6
  cocina-models (~> 0.96.0)
7
7
  dor-workflow-client (~> 7.0)
@@ -53,7 +53,7 @@ class DorIndexing
53
53
  parent_collections.each_with_object({}) do |collection, result|
54
54
  release_tags_finder
55
55
  .call(collection.externalIdentifier)
56
- .select { |tag| tag.what == 'self' }
56
+ .select { |tag| tag.what == 'collection' }
57
57
  .group_by(&:to).map do |project, releases_for_project|
58
58
  result[project] = releases_for_project.max_by(&:date)
59
59
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class DorIndexing
4
- VERSION = '2.1.1'
4
+ VERSION = '2.1.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dor_indexing
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Littman
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-03 00:00:00.000000000 Z
11
+ date: 2024-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport