We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1daef06 commit 2e2707aCopy full SHA for 2e2707a
ldp.gemspec
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
12
spec.summary = spec.description
13
spec.homepage = "https://github.com/samvera/ldp"
14
spec.license = "APACHE2"
15
+ spec.metadata = { "rubygems_mfa_required" => "true" }
16
spec.required_ruby_version = '>= 2.4'
17
18
spec.files = `git ls-files`.split($/)
lib/ldp/version.rb
@@ -1,3 +1,3 @@
1
module Ldp
2
- VERSION = "1.1.0"
+ VERSION = "1.2.0"
3
end
0 commit comments