We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 038fa40 + 4e3cf6e commit 8e7d365Copy full SHA for 8e7d365
active-fedora.gemspec
@@ -13,6 +13,7 @@ Gem::Specification.new do |s|
13
s.summary = 'A convenience libary for manipulating documents in the Fedora Repository.'
14
s.description = 'ActiveFedora provides for creating and managing objects in the Fedora Repository Architecture.'
15
s.license = "Apache-2.0"
16
+ s.metadata = { "rubygems_mfa_required" => "true" }
17
s.required_ruby_version = '>= 2.6'
18
19
s.add_dependency "activemodel", '>= 5.1'
lib/active_fedora/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ActiveFedora
4
- VERSION = '13.3.0'
+ VERSION = '14.0.0'
5
end
0 commit comments