nethttp-instrumentation 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/net/http/instrumentation/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 53453b5d5f7a25b9a8d6121b43bd1b3afeda4432
|
|
4
|
+
data.tar.gz: 633f2f1db3d990b1d14e76a18215e94a8601492d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49fe7ec37a4a27239aa63f0becbdb0b952b74a0a0e3d463c5c59636228d1f6af6c94f8eae47129cafa59586ce4c1f793c500a1996f93db17d3e9224f9858720c
|
|
7
|
+
data.tar.gz: 2ccab222cbabc3107f1301288db37b9e225ced489a1fae8164cef97c989de44c95c563d15e735e9fa504ad51477f2e4abbef93a9dbaf7ed9845f15f2a7fda085
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ This gem automatically traces all requests made with Net::HTTP.
|
|
|
11
11
|
Add this line to your application's Gemfile:
|
|
12
12
|
|
|
13
13
|
```ruby
|
|
14
|
-
gem '
|
|
14
|
+
gem 'nethttp-tracer'
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
And then execute:
|
|
@@ -20,7 +20,7 @@ And then execute:
|
|
|
20
20
|
|
|
21
21
|
Or install it yourself as:
|
|
22
22
|
|
|
23
|
-
$ gem install
|
|
23
|
+
$ gem install nethttp-tracer
|
|
24
24
|
|
|
25
25
|
## Usage
|
|
26
26
|
|