Skip to content

Commit

Permalink
record the indexing app
Browse files Browse the repository at this point in the history
in this case should only be collections
  • Loading branch information
mkorcy committed Oct 24, 2024
1 parent dd1b536 commit 04a66b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gem 'riiif', '~> 2.0'
gem 'rsolr', '>= 1.0', '< 3'
gem 'sidekiq', '~> 5.2'
gem 'simple_token_authentication', '~> 1.0'
gem 'tufts-curation', git: 'https://github.com/TuftsUniversity/tufts-curation', tag: 'v1.2.9'
gem 'tufts-curation', git: 'https://github.com/TuftsUniversity/tufts-curation', tag: 'v1.3.7'
gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript'

group :development, :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/TuftsUniversity/tufts-curation
revision: 2b9a3c3295e27a04803232c22a243c10f385b458
tag: v1.2.9
revision: 182b4906bf0f98bc78adba6360117378722ae185
tag: v1.3.7
specs:
tufts-curation (0.1.0)
tufts-curation (1.3.4)
active-fedora (>= 11.5, <= 12.99)
activerecord
activesupport
Expand Down
4 changes: 4 additions & 0 deletions config/initializers/tufts_curation.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require 'tufts/curation/indexing_identifier'

# config/initializers/tufts_curator.rb
Tufts::Curation::IndexerIdentifier.configured_app_name = 'Trove'

0 comments on commit 04a66b6

Please sign in to comment.