skylight 0.9.0 → 0.9.1
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 +5 -1
- data/ext/libskylight.yml +3 -3
- data/lib/skylight/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b77ff08fd427540227b119876b4889efdf4b25d
|
|
4
|
+
data.tar.gz: 11b9a550d52165edddf765a4e7f071b3900d127d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32ea1e53fdc985c26852bbcff2281392b6b22ae504125c89b6b066157cc9148518c6f53b109a8d3ca879bc1e35390d280af8bec9b07bdefe12737d4a79236fa3
|
|
7
|
+
data.tar.gz: e4ed5ef06f992921c165766b5a19496653b1d544d893b8d75a337ea3cb651825b8527d70a8dd7efef03db9c8b31ee0a2e9697ecc0ad1c3c2409ce82aad3f8721
|
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
## 0.9.
|
|
1
|
+
## 0.9.1 (November 10, 2015)
|
|
2
|
+
|
|
3
|
+
* [BUGFIX] Update Rust SQL lexer to handle `NOT` and `::` typecasting.
|
|
4
|
+
|
|
5
|
+
## 0.9.0 (November 6, 2015)
|
|
2
6
|
|
|
3
7
|
* [FEATURE] Expose Skylight::Helpers.instrument_class_method
|
|
4
8
|
* [BUGFIX] Allow for instrumentation of setters
|
data/ext/libskylight.yml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
version: "0.7.0-1630bf6"
|
|
3
3
|
checksums:
|
|
4
|
-
x86-linux: "
|
|
5
|
-
x86_64-linux: "
|
|
6
|
-
x86_64-darwin: "
|
|
4
|
+
x86-linux: "057d0f21293ce4a287a0f1a2b9389934059627abaac83fa0ee438eb299beb46f"
|
|
5
|
+
x86_64-linux: "4c7c6393eab6833ac69a84728bb1e4d764f2f6bd073c1dc51c86a145fc9e4bb4"
|
|
6
|
+
x86_64-darwin: "ffee12bbd3d9925ae31a29005c0b73a4176084229b681cd25c82946b7b47d1c9"
|
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: 0.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tilde, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|