skylight 6.0.2 → 6.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/skylight/vendor/cli/highline.rb +0 -1
- data/lib/skylight/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85427756c535b3e22c04387a8e863760fcda84678ccf82e9687a2a9d7832c4ed
|
4
|
+
data.tar.gz: 32cde2837a6abb2a8a45728274394eeddc12b3f9ad5502db17ff18830c76c659
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e82dd423f07da2082568432b97460a711eb43f0e2a3e93e6d89cad1762555dd9ef5c813fa16c509f298fca97b1c6b366fc2f4adff4f26774dcbb93e475f0640
|
7
|
+
data.tar.gz: 732c977eb3420e2c144655e4bdb3bcf863111773a39c56007df8a4472b9418c2ae939195037d6a9e5ff452296a8100bfad82fd42a2f22e6e54640dad673b379c
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
## 6.0.3 (January 18, 2024)
|
2
|
+
- [IMPROVEMENT] Remove an outdated "abbrev" requirement
|
3
|
+
|
1
4
|
## 6.0.2 (January 9, 2024)
|
2
5
|
|
3
6
|
- [IMPROVEMENT] When using certain versions of Rubygems (< 3.4.9), some users experienced a Rubygems bug in which the wrong version of Psych native extensions were loaded during Skylight's native extension building. We have inlined the data needed to download libskylight, so YAML is no longer required during installation. Note that for existing versions of Skylight, this issue may also be corrected by updating Rubygems to at least 3.4.9.
|
@@ -23,6 +26,9 @@
|
|
23
26
|
- [BUGFIX] Fix an issue in which the daemon could time out if the processes file descriptor count was set very high (e.g. on Heroku's Performance dynos)
|
24
27
|
- [IMPROVEMENT] Better support for GraphQL versions >= 2.0.18.
|
25
28
|
|
29
|
+
## 5.3.5 (January 18, 2024)
|
30
|
+
- [IMPROVEMENT] Remove an outdated "abbrev" requirement
|
31
|
+
|
26
32
|
## 5.3.4 (October 17, 2022)
|
27
33
|
|
28
34
|
- [BUGFIX] Fix a middleware response method that was incompatible with Puma >= 6.
|
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: 6.0.
|
4
|
+
version: 6.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tilde, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|