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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c77d6378dbaa23c5bbb7a07284e5d779cdaebcc36c06331c8560a1386b8fe586
4
- data.tar.gz: bae4b9182dede99461f65fa3e4ca547361f811c0209113532645914faef30d8f
3
+ metadata.gz: 85427756c535b3e22c04387a8e863760fcda84678ccf82e9687a2a9d7832c4ed
4
+ data.tar.gz: 32cde2837a6abb2a8a45728274394eeddc12b3f9ad5502db17ff18830c76c659
5
5
  SHA512:
6
- metadata.gz: 9d912a959e49a697f497e7700a7b8cc25c649738af3c3bb1e596c5fe5ae8b0fa01fb1cbf2cfe43d7d20f115197693bcef34a9b1cbce5dbb291bfa553f7754bb7
7
- data.tar.gz: 1f8db02871fd190e4172ba836275b2ce39ec193cce9d576d47072ea457ead1ef8685c0b32dc608474912d890c1d40344552c9e199acd9759567d3f831aacd333
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.
@@ -10,7 +10,6 @@
10
10
  require "erb"
11
11
  require "optparse"
12
12
  require "stringio"
13
- require "abbrev"
14
13
  require "highline/system_extensions"
15
14
  require "highline/question"
16
15
  require "highline/menu"
@@ -3,5 +3,5 @@ module Skylight
3
3
  # for compatibility with semver when it is parsed by the rust agent.
4
4
  # This string will be transformed in the gemspec to "5.0.0.alpha"
5
5
  # to conform with rubygems.
6
- VERSION = "6.0.2".freeze
6
+ VERSION = "6.0.3".freeze
7
7
  end
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.2
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-09 00:00:00.000000000 Z
11
+ date: 2024-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport