Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #531 from sul-dlss/add-publish-attr
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Mar 11, 2021
2 parents 174c9a0 + 067bdf2 commit 4153bb3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'rack-timeout', '~> 0.5.1'
gem 'bootsnap', '>= 1.1.0', require: false
gem 'dor-rights-auth', '~>1.5' # 1.5 or better is needed to ensure we index controlled digital lending rights object correctly
gem 'dor-services', '~> 9.0', '>= 9.2.1' # must be 9.2.1 to get fix from https://github.com/sul-dlss/dor-services/pull/695
gem 'dor-services-client', '~> 6.25'
gem 'dor-services-client', '~> 6.26.0'
gem 'dor-workflow-client', '~> 3.20'
gem 'dry-monads', '~> 1.3'
gem 'iso-639', '~> 0.3.5'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capistrano-shared_configs (0.2.2)
cocina-models (0.53.0)
cocina-models (0.54.0)
activesupport
dry-struct (~> 1.0)
dry-types (~> 1.1)
Expand Down Expand Up @@ -146,9 +146,9 @@ GEM
solrizer (~> 3.0)
stanford-mods (>= 2.3.1)
stanford-mods-normalizer (~> 0.1)
dor-services-client (6.25.0)
dor-services-client (6.26.0)
activesupport (>= 4.2, < 7)
cocina-models (~> 0.53.0)
cocina-models (~> 0.54.0)
deprecation
faraday (>= 0.15, < 2)
moab-versioning (~> 4.0)
Expand Down Expand Up @@ -275,12 +275,12 @@ GEM
netrc (0.11.0)
newrelic_rpm (6.15.0)
nio4r (2.5.7)
nokogiri (1.11.1)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-darwin)
nokogiri (1.11.2-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-linux)
nokogiri (1.11.2-x86_64-linux)
racc (~> 1.4)
nokogiri-happymapper (0.8.1)
nokogiri (~> 1.5)
Expand Down Expand Up @@ -490,7 +490,7 @@ DEPENDENCIES
dlss-capistrano (~> 3.11)
dor-rights-auth (~> 1.5)
dor-services (~> 9.0, >= 9.2.1)
dor-services-client (~> 6.25)
dor-services-client (~> 6.26.0)
dor-workflow-client (~> 3.20)
dry-monads (~> 1.3)
erubis
Expand Down
3 changes: 3 additions & 0 deletions spec/indexers/content_metadata_datastream_indexer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"download": "world"
},
"administrative": {
"publish": true,
"sdrPreserve": true,
"shelve": true
},
Expand Down Expand Up @@ -101,6 +102,7 @@
"download": "none"
},
"administrative": {
"publish": false,
"sdrPreserve": false,
"shelve": false
},
Expand Down Expand Up @@ -132,6 +134,7 @@
"download": "none"
},
"administrative": {
"publish": false,
"sdrPreserve": true,
"shelve": false
},
Expand Down
1 change: 1 addition & 0 deletions spec/indexers/describable_indexer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
"download": "world"
},
"administrative": {
"publish": true,
"sdrPreserve": true,
"shelve": true
}
Expand Down

0 comments on commit 4153bb3

Please sign in to comment.