Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

record the indexing app #49

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
Loading