File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- httplog (1.6.0 )
4+ httplog (1.6.1 )
55 rack (>= 2.0 )
66 rainbow (>= 2.0.0 )
77
Original file line number Diff line number Diff 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 " )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module HttpLog
4- VERSION = '1.6.0 ' . freeze
4+ VERSION = '1.6.1 ' . freeze
55end
You can’t perform that action at this time.
0 commit comments