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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33446549737e41f710544ba13dfc91cf80286226
4
- data.tar.gz: ecaf0609af2314d1fa99f38c4f23c1da2e708610
3
+ metadata.gz: 53453b5d5f7a25b9a8d6121b43bd1b3afeda4432
4
+ data.tar.gz: 633f2f1db3d990b1d14e76a18215e94a8601492d
5
5
  SHA512:
6
- metadata.gz: 38f2971fdf6509bbbc3dd974f72b00e99c95cdfb701d5cb6a0beb57cdffd28434ea1c4bc0fd850135297712b880ab7ac6df983a0fc9b96c1b2c567ffea306462
7
- data.tar.gz: 5a457d5749a97bc6f79f1dee57d2f7adab06f8894fa6dd0ccae55adf40c9eeb9cb7ab0c68172e3209f03b7027bfc439017c5cccc3b2334ede47ada941733d696
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 'net-http-tracer'
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 net-http-tracer
23
+ $ gem install nethttp-tracer
24
24
 
25
25
  ## Usage
26
26
 
@@ -1,7 +1,7 @@
1
1
  module Net
2
2
  module Http
3
3
  module Instrumentation
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nethttp-instrumentation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashwin Chandrasekar