From ae29cc8096f06eb42c34b5ce49fccd7d17975b3d Mon Sep 17 00:00:00 2001 From: Chris Colvard Date: Fri, 27 Jan 2023 16:12:17 -0500 Subject: [PATCH 1/2] Bump version for release --- lib/hydra/pcdm/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hydra/pcdm/version.rb b/lib/hydra/pcdm/version.rb index 2c154f5d..0eb60a0c 100644 --- a/lib/hydra/pcdm/version.rb +++ b/lib/hydra/pcdm/version.rb @@ -1,5 +1,5 @@ module Hydra module PCDM - VERSION = '1.1.0'.freeze + VERSION = '1.2.0'.freeze end end From 8b80b4bfe2b689b4f9ec253174b9990362e607d9 Mon Sep 17 00:00:00 2001 From: Chris Colvard Date: Fri, 27 Jan 2023 16:12:27 -0500 Subject: [PATCH 2/2] Enable MFA for rubygems --- hydra-pcdm.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/hydra-pcdm.gemspec b/hydra-pcdm.gemspec index 30ab62c4..46973d19 100644 --- a/hydra-pcdm.gemspec +++ b/hydra-pcdm.gemspec @@ -12,6 +12,7 @@ Gem::Specification.new do |spec| spec.description = 'Portland Common Data Model (PCDM)' spec.homepage = 'https://github.com/samvera/hydra-pcdm' spec.license = 'APACHE2' + spec.metadata = { "rubygems_mfa_required" => "true" } spec.required_ruby_version = '>= 1.9.3' spec.files = `git ls-files -z`.split("\x0")