skylight 3.1.0.beta3 → 3.1.0
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/CHANGELOG.md +1 -5
- data/lib/skylight/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a74473e70e8f3739aca7cc4f2879024e22f07e9ed278ebb76253236cbe3746dd
|
|
4
|
+
data.tar.gz: c811e3f2c4f32af59b32d02a2ceee81b87ac411feabf8250614f8996a74bcad2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93fcabf4eb86be67860f60924a8e1cc3b636273998a09e98cecef3d7ae38cc33eaadb3ce7744cb1c0dfd9f368180cb55fd7c8c5ef289481e0d4ba0cd90fd9760
|
|
7
|
+
data.tar.gz: da036ac39be2911f232094efcdb7d882a187e8799b757677ab60a76bb79e697f0b0c60aa974444f5634c1624b4c58efda9114c31d9b53a6c4ba359d49cd9cb15
|
data/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
## 3.1.0
|
|
2
|
-
* [BUGFIX] Fix in 32-bit linux build
|
|
1
|
+
## 3.1.0 (October 22, 2018)
|
|
3
2
|
|
|
4
|
-
## 3.1.0-beta2
|
|
5
3
|
* [IMPROVEMENT] Trace Mongo aggregate queries
|
|
6
4
|
* [BUGFIX] Correct configuration keys in skylight.yml
|
|
7
|
-
|
|
8
|
-
## 3.1.0-beta
|
|
9
5
|
* [BUGFIX] SQL queries with schema-qualified table names are parsed correctly
|
|
10
6
|
* [BUGFIX] `SELECT ... FOR UPDATE` queries are parsed correctly
|
|
11
7
|
* [BUGFIX] Revision to SQL string escaping rules
|
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: 3.1.0
|
|
4
|
+
version: 3.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tilde, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-10-
|
|
11
|
+
date: 2018-10-23 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: 3.1.0
|
|
19
|
+
version: 3.1.0
|
|
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: 3.1.0
|
|
26
|
+
version: 3.1.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -263,9 +263,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
263
263
|
version: 2.2.7
|
|
264
264
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
265
265
|
requirements:
|
|
266
|
-
- - "
|
|
266
|
+
- - ">="
|
|
267
267
|
- !ruby/object:Gem::Version
|
|
268
|
-
version:
|
|
268
|
+
version: '0'
|
|
269
269
|
requirements: []
|
|
270
270
|
rubyforge_project:
|
|
271
271
|
rubygems_version: 2.7.6
|