immunio 1.0.11 → 1.0.12
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/lib/immunio/plugins/active_record.rb +1 -0
- data/lib/immunio/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: 15b0dfa60eb5dc43c942e4d0329d592343e6c4cb
|
|
4
|
+
data.tar.gz: 74713b51655c5ab55152a5b671ad99c377fe6bdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0210c5e5ecea34b100d68becaab8bd150a3e4399403297669ea2ce967a393a26c8c1f5cfce03fbede1fcb38954b43beba6a229c2af3ad7441b9f65197fa54129
|
|
7
|
+
data.tar.gz: c5e51ce49246eedb93a88a79ba9599c1e97f2c527b6a7a90f7ad570b1edd336f5e6c0c778c72e12a91cee5e3ea245c2b1c7f32c52534ff8544293893554e39d2
|
|
@@ -336,6 +336,7 @@ module Immunio
|
|
|
336
336
|
alias :visit_Time :terminal
|
|
337
337
|
alias :visit_TrueClass :terminal
|
|
338
338
|
alias :visit_Object :terminal
|
|
339
|
+
alias :visit_Arel_Nodes_Casted :terminal
|
|
339
340
|
|
|
340
341
|
def visit_Arel_Nodes_InsertStatement(o, context, _opts)
|
|
341
342
|
QueryTracker.instance.add_ast_data o.class, @connection_id
|
data/lib/immunio/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: immunio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Immunio
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-02-
|
|
11
|
+
date: 2016-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|