Skip to content

Commit 8e7d365

Browse files
authored
Merge pull request #1491 from samvera/release_prep
Release 14.0.0
2 parents 038fa40 + 4e3cf6e commit 8e7d365

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

active-fedora.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Gem::Specification.new do |s|
1313
s.summary = 'A convenience libary for manipulating documents in the Fedora Repository.'
1414
s.description = 'ActiveFedora provides for creating and managing objects in the Fedora Repository Architecture.'
1515
s.license = "Apache-2.0"
16+
s.metadata = { "rubygems_mfa_required" => "true" }
1617
s.required_ruby_version = '>= 2.6'
1718

1819
s.add_dependency "activemodel", '>= 5.1'

lib/active_fedora/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveFedora
4-
VERSION = '13.3.0'
4+
VERSION = '14.0.0'
55
end

0 commit comments

Comments
 (0)