httplog.gemspec in httplog-1.6.1 vs httplog.gemspec in httplog-1.6.2
- old
+ new
@@ -17,10 +17,10 @@
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",
+ "changelog_uri" => "https://github.com/trusche/httplog/blob/master/CHANGELOG.md",
"source_code_uri" => "https://github.com/trusche/httplog"
}
gem.files = Dir['lib/**/*.rb'] +
%w(httplog.gemspec README.md CHANGELOG.md)