Skip to content

Commit

Permalink
Allow to push to Rubygems.org
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Nov 22, 2021
1 parent 7741540 commit 13d6b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smart_todo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = spec.homepage + "/releases"
spec.metadata["allowed_push_host"] = "https://rubygems.org"

spec.files = Dir.chdir(File.expand_path("..", __FILE__)) do
%x(git ls-files -z).split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
Expand Down

0 comments on commit 13d6b4d

Please sign in to comment.