Skip to content

Commit

Permalink
Merge pull request #427 from viraptor/patch-1
Browse files Browse the repository at this point in the history
Add rubygems metadata
  • Loading branch information
RobinDaugherty committed Nov 9, 2018
2 parents 638bbc6 + 51bd42a commit ad519b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions better_errors.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,12 @@ Gem::Specification.new do |s|
# optional dependencies:
# s.add_dependency "binding_of_caller"
# s.add_dependency "pry"

if s.respond_to?(:metadata)
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 ad519b7

Please sign in to comment.