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

Indexes the app name as part of the object #118

Merged
merged 2 commits 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 @@ -49,7 +49,7 @@ gem 'omniauth', '1.9.1'
gem 'omniauth-shibboleth'
gem 'whenever', require: false

gem 'tufts-curation', git: 'https://github.com/TuftsUniversity/tufts-curation', tag: 'v1.3.6'
gem 'tufts-curation', git: 'https://github.com/TuftsUniversity/tufts-curation', tag: 'v1.3.7'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ GIT

GIT
remote: https://github.com/TuftsUniversity/tufts-curation
revision: 5211e229ac51f4a86abda6d57825ec2b178cbad7
tag: v1.3.6
revision: 182b4906bf0f98bc78adba6360117378722ae185
tag: v1.3.7
specs:
tufts-curation (1.3.4)
active-fedora (>= 11.5, <= 12.99)
Expand Down
5 changes: 5 additions & 0 deletions config/initializers/tufts_curation.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true
require 'tufts/curation/indexing_identifier'

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