prosopite 1.1.2 → 1.1.4
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/Gemfile.lock +1 -1
- data/lib/prosopite/version.rb +1 -1
- data/lib/prosopite.rb +3 -2
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df639c665fefc84471086093056a2588fa173b81c66ac43e332fba52ba536408
|
|
4
|
+
data.tar.gz: f2fee55c16bf971f4cbba8d6b522ed097f807590024d5ec386ab8fc8f5b7b984
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d57e66ffe211db8c38a7188e23bc5d82aa1f30b78e0ae1564831a8fe51f85dd7f9a0a8f1c09d619d2c8754bd2dde93d6b9b1bdc95399aa215daee98a0be697f0
|
|
7
|
+
data.tar.gz: 4a621d14b33c5943038fcc401b2d8caaa49767ffa4b3c3de5df2316dc452ae80c106c4d1150718d5318a8ee9e866903fc4b7767a32f2d288d62e35485ede182d
|
data/Gemfile.lock
CHANGED
data/lib/prosopite/version.rb
CHANGED
data/lib/prosopite.rb
CHANGED
|
@@ -62,11 +62,12 @@ module Prosopite
|
|
|
62
62
|
end
|
|
63
63
|
|
|
64
64
|
def resume
|
|
65
|
-
|
|
65
|
+
tc[:prosopite_scan] = true
|
|
66
66
|
end
|
|
67
67
|
|
|
68
68
|
def scan?
|
|
69
|
-
tc[:prosopite_scan]
|
|
69
|
+
!!(tc[:prosopite_scan] && tc[:prosopite_query_counter] &&
|
|
70
|
+
tc[:prosopite_query_holder] && tc[:prosopite_query_caller])
|
|
70
71
|
end
|
|
71
72
|
|
|
72
73
|
def finish
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prosopite
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mpampis Kostas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pry
|
|
@@ -118,8 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
119
|
version: '0'
|
|
120
120
|
requirements: []
|
|
121
|
-
|
|
122
|
-
rubygems_version: 2.7.6.2
|
|
121
|
+
rubygems_version: 3.1.6
|
|
123
122
|
signing_key:
|
|
124
123
|
specification_version: 4
|
|
125
124
|
summary: N+1 auto-detection for Rails with zero false positives / false negatives
|