diff --git a/Gemfile b/Gemfile index 8f2a9f60..1aa95a42 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 852f84f2..d19f2b61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/config/initializers/tufts_curation.rb b/config/initializers/tufts_curation.rb new file mode 100644 index 00000000..8c95c96f --- /dev/null +++ b/config/initializers/tufts_curation.rb @@ -0,0 +1,5 @@ +require 'tufts/curation/indexing_identifier' + +# config/initializers/tufts_curator.rb +Tufts::Curation::IndexerIdentifier.configured_app_name = 'MIRA' +