From 2ea30ae8ca90250dbc0150e20c7afccc9ff17312 Mon Sep 17 00:00:00 2001 From: Chris Colvard Date: Wed, 8 Feb 2023 17:34:29 -0500 Subject: [PATCH] Release 3.8.0 (#250) * Enable MFA for rubygems * Bump version for release --- VERSION | 2 +- hydra-derivatives.gemspec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7c69a55..1981190 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.0 +3.8.0 diff --git a/hydra-derivatives.gemspec b/hydra-derivatives.gemspec index 005cb3d..ab30ce6 100644 --- a/hydra-derivatives.gemspec +++ b/hydra-derivatives.gemspec @@ -9,6 +9,7 @@ Gem::Specification.new do |spec| spec.summary = "Derivative generation plugin for hydra" spec.license = "APACHE2" spec.homepage = "https://github.com/projecthydra/hydra-derivatives" + spec.metadata = { "rubygems_mfa_required" => "true" } spec.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR).select { |f| File.dirname(f) !~ %r{\A"?spec|test|features\/?} } spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }