From 2e2707a9d27f6c6d4a9e2083275a04ec481ac87d Mon Sep 17 00:00:00 2001 From: Randall Floyd Date: Fri, 27 Jan 2023 16:54:21 -0500 Subject: [PATCH] Release 1.2.0 (#155) * Turn on MFA for rubygems * Bump version for release --- ldp.gemspec | 1 + lib/ldp/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ldp.gemspec b/ldp.gemspec index 5df836d..2d9c753 100644 --- a/ldp.gemspec +++ b/ldp.gemspec @@ -12,6 +12,7 @@ Gem::Specification.new do |spec| spec.summary = spec.description spec.homepage = "https://github.com/samvera/ldp" spec.license = "APACHE2" + spec.metadata = { "rubygems_mfa_required" => "true" } spec.required_ruby_version = '>= 2.4' spec.files = `git ls-files`.split($/) diff --git a/lib/ldp/version.rb b/lib/ldp/version.rb index c0cd5e8..651f99f 100644 --- a/lib/ldp/version.rb +++ b/lib/ldp/version.rb @@ -1,3 +1,3 @@ module Ldp - VERSION = "1.1.0" + VERSION = "1.2.0" end