skylight 4.2.1 → 4.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/skylight/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb8186d74fce21ca99989da0389fb45fec1f2bb5c251664f5b37e8fd83780279
|
4
|
+
data.tar.gz: 0cf34ea9fcdfc5e995b1ccf94db87893a75f063ef886fd163bae662f7ff9f61e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8b928fb946635347d5e7cab56f06ebcfc5a44b18d87b1e65b9070dfb3cef60cd3b83112427666ea2d96df5f0a903adcb0b4734d0a620e9b5a901118a75d8636
|
7
|
+
data.tar.gz: e0229a93a74b2337c5bf1fe357a47f83883cade866e9c97b3cd983d0ee6200c0b35252455635ca21bf22412d6a786044ed1cf5758cc765c7184d6fa49aeace79
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
+
## 4.2.2 (February 25, 2020)
|
2
|
+
* Support graphql-ruby version 1.10
|
3
|
+
|
1
4
|
## 4.2.1 (January 14, 2020)
|
5
|
+
* [IMPROVEMENT] Enable instrumentation for ActionMailer::MailDeliveryJob
|
2
6
|
* [BUGFIX] Improved handling for non-SPEC compliant Rack middleware
|
3
7
|
|
4
8
|
## 4.2.0 (October 30, 2019)
|
data/lib/skylight/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: skylight
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tilde, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: skylight-core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.2.
|
19
|
+
version: 4.2.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 4.2.
|
26
|
+
version: 4.2.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: beefcake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -269,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
269
269
|
- !ruby/object:Gem::Version
|
270
270
|
version: '0'
|
271
271
|
requirements: []
|
272
|
-
rubygems_version: 3.0.
|
272
|
+
rubygems_version: 3.0.3
|
273
273
|
signing_key:
|
274
274
|
specification_version: 4
|
275
275
|
summary: Skylight is a smart profiler for Rails, Sinatra, and other Ruby apps.
|