Skip to content

Commit

Permalink
hopefully index app name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorcy committed Oct 24, 2024
1 parent 7d97f08 commit 24e23f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
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 @@
require 'tufts/curation/indexing_identifier'

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

0 comments on commit 24e23f5

Please sign in to comment.