pg_query_analyzer 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. data/lib/pg_query_analyzer.rb +2 -2
  2. metadata +2 -2
@@ -4,10 +4,10 @@ module ActiveRecord
4
4
  include CommonAnalyzer
5
5
 
6
6
  cattr_accessor :explain_analyze
7
- @@explain_analyze = true
7
+ @@explain_analyze = nil
8
8
 
9
9
  cattr_accessor :explain_verbose
10
- @@explain_verbose = true
10
+ @@explain_verbose = nil
11
11
 
12
12
  private
13
13
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Trevor Turk