apidepth 0.2.1 → 0.2.2
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/lib/apidepth/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1863cc44a0aa90d68dbae4bba31293e4d8154a3a92c1fa0030c3a0002cf5237
|
|
4
|
+
data.tar.gz: 881062b88799903817b01067cfad0227499402073cd8e58702de8eb5cbf00f3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3f798621d4d00f8c158ec0ed50b1c00fb8e215da5efaec04fe04a996c29eec97dcf746c355eb16336b98ac46655133f7a16f0c4325cbec7b20e3bff72b37fa3
|
|
7
|
+
data.tar.gz: 88da8b454854604520dd0d025eb08ece7da634adb8951f59bc9c6b1421d6440b6ce7a0d9d82413f740025d9df361a80f530c18c8359a7484ca5ce4bf3d24d43e
|
data/lib/apidepth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apidepth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Apidepth
|
|
@@ -94,9 +94,10 @@ dependencies:
|
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
95
|
version: '1.65'
|
|
96
96
|
description: |
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
97
|
+
Know if your API slowness is your code or the vendor's. Apidepth instruments
|
|
98
|
+
Net::HTTP to track real production latency to Stripe, OpenAI, Twilio and others
|
|
99
|
+
— then benchmarks your p95 against anonymized fleet data so you can see if it's
|
|
100
|
+
you, or everyone.
|
|
100
101
|
email:
|
|
101
102
|
- hello@apidepth.io
|
|
102
103
|
executables: []
|
|
@@ -140,5 +141,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
141
|
requirements: []
|
|
141
142
|
rubygems_version: 4.0.11
|
|
142
143
|
specification_version: 4
|
|
143
|
-
summary:
|
|
144
|
+
summary: Know if your API slowness is your code or the vendor's
|
|
144
145
|
test_files: []
|