Skip to content

Commit

Permalink
added rubygems metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
trusche committed Nov 19, 2022
1 parent 6c602b3 commit a1bfca0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
httplog (1.6.0)
httplog (1.6.1)
rack (>= 2.0)
rainbow (>= 2.0.0)

Expand Down
6 changes: 6 additions & 0 deletions httplog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Gem::Specification.new do |gem|
gem.description = "Log outgoing HTTP requests made from your application. Helpful for tracking API calls
of third party gems that don't provide their own log output."

gem.metadata = {
"bug_tracker_uri" => "https://github.com/trusche/httplog/issues",
"changelog_uri" => "https://github.com/trusche/httplog/CHANGELOG.md",
"source_code_uri" => "https://github.com/trusche/httplog"
}

gem.files = Dir['lib/**/*.rb'] +
%w(httplog.gemspec README.md CHANGELOG.md)
gem.test_files = `git ls-files -- test/*`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/httplog/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HttpLog
VERSION = '1.6.0'.freeze
VERSION = '1.6.1'.freeze
end

0 comments on commit a1bfca0

Please sign in to comment.