httplog 1.6.0 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b45410a66dcec431137326ea3402d5f7aa46aec70ad5bd826dc3fe24021c4dfe
4
- data.tar.gz: a7fb94896bd9456ca53f83c78a9b0ed025e9dffd537bf531b56350488334ee1f
3
+ metadata.gz: '0741018e32c5c27fcd5af3f417806ccd01f0034ce67083d90ddf13812ba5d8e5'
4
+ data.tar.gz: bb0dadfbbd7e3834a1a99459e3828c5cc11c04624ae194f488209b417f75880e
5
5
  SHA512:
6
- metadata.gz: 4abf19d31bcf87d0f4f5cdf4eab1eee36f1974581310077be364a3a89d9f5dae956b7cd5fa021b2711606ac6657ce904a293119a3da8738d95e45d52fc98d50b
7
- data.tar.gz: 567406b24ed46bf14bec3960ad246c8ca866f9f96160fcb3578c99969548d2720a5dde179eb69ac129c787cd9121839560914900bd9eef7f68986cd545c93438
6
+ metadata.gz: 024403ade01a1e3fd8352735f65c61ee5d723a914be3cae1b57e6f66498e37fc4234424ed7ab51f7d79f9d536080bd978046a913eb3ead713b5c46c0920582b2
7
+ data.tar.gz: d4004322b6371d761f9c6e4868b7a71943f166935c53a59c42af902ac1666d7e4c279d8fc24e3b1b8b7009cc3301a9e783775e07a3bdee513dc23839757f25da
data/httplog.gemspec CHANGED
@@ -17,6 +17,12 @@ Gem::Specification.new do |gem|
17
17
  gem.description = "Log outgoing HTTP requests made from your application. Helpful for tracking API calls
18
18
  of third party gems that don't provide their own log output."
19
19
 
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
+
20
26
  gem.files = Dir['lib/**/*.rb'] +
21
27
  %w(httplog.gemspec README.md CHANGELOG.md)
22
28
  gem.test_files = `git ls-files -- test/*`.split("\n")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HttpLog
4
- VERSION = '1.6.0'.freeze
4
+ VERSION = '1.6.1'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: httplog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thilo Rusche
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-17 00:00:00.000000000 Z
11
+ date: 2022-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ethon
@@ -286,7 +286,10 @@ files:
286
286
  homepage: http://github.com/trusche/httplog
287
287
  licenses:
288
288
  - MIT
289
- metadata: {}
289
+ metadata:
290
+ bug_tracker_uri: https://github.com/trusche/httplog/issues
291
+ changelog_uri: https://github.com/trusche/httplog/CHANGELOG.md
292
+ source_code_uri: https://github.com/trusche/httplog
290
293
  post_install_message:
291
294
  rdoc_options: []
292
295
  require_paths: