Skip to content

Commit

Permalink
Release 3.8.0 (#250)
Browse files Browse the repository at this point in the history
* Enable MFA for rubygems

* Bump version for release
  • Loading branch information
cjcolvar authored Feb 8, 2023
1 parent d676adf commit 2ea30ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.0
3.8.0
1 change: 1 addition & 0 deletions hydra-derivatives.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |spec|
spec.summary = "Derivative generation plugin for hydra"
spec.license = "APACHE2"
spec.homepage = "https://github.com/projecthydra/hydra-derivatives"
spec.metadata = { "rubygems_mfa_required" => "true" }

spec.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR).select { |f| File.dirname(f) !~ %r{\A"?spec|test|features\/?} }
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand Down

0 comments on commit 2ea30ae

Please sign in to comment.