Skip to content

Commit

Permalink
Warn on missing metadata support.
Browse files Browse the repository at this point in the history
  • Loading branch information
viraptor committed Nov 8, 2018
1 parent 8077c90 commit 51bd42a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions better_errors.gemspec
Expand Up @@ -38,5 +38,7 @@ Gem::Specification.new do |s|
s.metadata['changelog_uri'] = 'https://github.com/BetterErrors/better_errors/releases'
s.metadata['source_code_uri'] = 'https://github.com/BetterErrors/better_errors'
s.metadata['bug_tracker_uri'] = 'https://github.com/BetterErrors/better_errors/issues'
else
puts "Your RubyGems does not support metadata. Update if you'd like to make a release."
end
end

0 comments on commit 51bd42a

Please sign in to comment.