Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #620 from sul-dlss/remove-metadata-service
Browse files Browse the repository at this point in the history
Remove the Dor::MetadataService
  • Loading branch information
justinlittman committed May 13, 2019
2 parents f92e12b + 123ebf0 commit 43ca5eb
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 201 deletions.
1 change: 0 additions & 1 deletion dor-services.gemspec
Expand Up @@ -30,7 +30,6 @@ Gem::Specification.new do |s|
s.add_dependency 'rest-client', '>= 1.7', '< 3'
s.add_dependency 'retries', '~> 0.0.5' # used by the release tag service
s.add_dependency 'rsolr', '>= 1.0.3', '< 3'
s.add_dependency 'ruby-cache', '~> 0.3.0'
s.add_dependency 'rubydora', '~> 2.1'
s.add_dependency 'solrizer', '~> 3.0'

Expand Down
27 changes: 0 additions & 27 deletions lib/dor/services/metadata_handlers/catalog_handler.rb

This file was deleted.

64 changes: 0 additions & 64 deletions lib/dor/services/metadata_service.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/dor/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dor
VERSION = '7.1.0'
VERSION = '8.0.0.alpha'
end
69 changes: 0 additions & 69 deletions spec/fixtures/mods_record.xml

This file was deleted.

39 changes: 0 additions & 39 deletions spec/services/metadata_service_spec.rb

This file was deleted.

0 comments on commit 43ca5eb

Please sign in to comment.