cocina-models.gemspec in cocina-models-0.7.0 vs cocina-models.gemspec in cocina-models-0.8.0
- old
+ new
@@ -10,11 +10,11 @@
spec.authors = ['Justin Coyne']
spec.email = ['jcoyne@justincoyne.com']
spec.summary = 'Data models for the SDR'
spec.description = 'SDR data models that can be validated'
- spec.homepage = 'https://github.com/sul-dlss-labs/cocina-models'
+ spec.homepage = 'https://github.com/sul-dlss/cocina-models'
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -30,6 +30,7 @@
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 12.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '~> 0.74.0'
spec.add_development_dependency 'rubocop-rspec'
+ spec.add_development_dependency 'simplecov'
end