Skip to content

Commit

Permalink
Add allowed_push_host in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Nov 10, 2023
1 parent 59e3ecc commit c2923d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rotoscope.gemspec
Expand Up @@ -19,6 +19,8 @@ Gem::Specification.new do |s|
s.files = %x(git ls-files -z).split("\x0").reject do |f|
f.match(%r{^(test)/})
end
s.metadata["allowed_push_host"] = "https://rubygems.org/"

s.required_ruby_version = ">= 2.2.0"
s.extensions = ["ext/rotoscope/extconf.rb"]

Expand Down

0 comments on commit c2923d9

Please sign in to comment.