appsignal 3.3.9 → 3.4.0

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: 762febba3d00911209c9fd4d6d7c1f55aa89ad38437df3da0fa5b36a00008c7b
4
- data.tar.gz: 5cccb7e02b50707e3093025679cd48168379ed2300d855e851eb71d62095f4ff
3
+ metadata.gz: db997a51b6946a8de93bab5d0e95a1d2fe5169fac887907aab53596625641330
4
+ data.tar.gz: 43d1fd0732b267b8bd8d4879a1231fc49e91b54ec2ecb7834f76a07dc0b6db6c
5
5
  SHA512:
6
- metadata.gz: eb3286752fa4a191175612ebb66ea1c8333c29ac74548d510a857aa1bce668d678a255bc995ac979e3f5fff424e9f39fb3883c0e9a835a496b15416b1d3efd5a
7
- data.tar.gz: bb15b922ac0460bd0d58d7c5dcf50e95665be21bfc35af5d1a2d8ca400f78c2857fcc0d78f806568927607f55edffc5891c7b536c0554e48abbf90b41a7cc5fd
6
+ metadata.gz: c23f1677fbcea1433c2332e9d9eecab5958f79a2dba750f3732e068f36c381eb4e3b91e5f3f7f24517d8847914eca5693dd5e868e4be50c9b68558865ea7c319
7
+ data.tar.gz: 1a457a512d4b702c5659118904313178c5d1ef961bc8efa42e1a66d6ae7f9a54b819883336a288d657f57db724dcd38b1bf408207515bef22bfe0d4503d23a9c
data/.rubocop_todo.yml CHANGED
@@ -31,7 +31,7 @@ Metrics/CyclomaticComplexity:
31
31
  # Offense count: 532
32
32
  # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
33
33
  # URISchemes: http, https
34
- Metrics/LineLength:
34
+ Layout/LineLength:
35
35
  Max: 152
36
36
 
37
37
  # Offense count: 109