Skip to content

Commit a1bfca0

Browse files
committed
added rubygems metadata
1 parent 6c602b3 commit a1bfca0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
httplog (1.6.0)
4+
httplog (1.6.1)
55
rack (>= 2.0)
66
rainbow (>= 2.0.0)
77

httplog.gemspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Gem::Specification.new do |gem|
1717
gem.description = "Log outgoing HTTP requests made from your application. Helpful for tracking API calls
1818
of third party gems that don't provide their own log output."
1919

20+
gem.metadata = {
21+
"bug_tracker_uri" => "https://github.com/trusche/httplog/issues",
22+
"changelog_uri" => "https://github.com/trusche/httplog/CHANGELOG.md",
23+
"source_code_uri" => "https://github.com/trusche/httplog"
24+
}
25+
2026
gem.files = Dir['lib/**/*.rb'] +
2127
%w(httplog.gemspec README.md CHANGELOG.md)
2228
gem.test_files = `git ls-files -- test/*`.split("\n")

lib/httplog/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module HttpLog
4-
VERSION = '1.6.0'.freeze
4+
VERSION = '1.6.1'.freeze
55
end

0 commit comments

Comments
 (0)