old_sql 1.19.0 → 1.20.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -83,7 +83,7 @@ Configure your reports config/old_sql/report.yml. An example configuration is cr
83
83
  # The 'report_sql' file should be located under config/old_sql/report_sql.
84
84
  # See config/old_sql/report_sql/user_old_sql_demo.sql for an example.
85
85
  #
86
- # The 'processor' parameter is optional, and should point to a class in lib/old_sql.
86
+ # The 'report_processor' parameter is optional, and should point to a class in lib/old_sql.
87
87
  # See lib/old_sql/user_old_sql_demo_processor.rb for an example.
88
88
  #
89
89
  # 'report_processor' names should be capitalized and separated with underscores. The file
@@ -6,7 +6,7 @@
6
6
  # The 'report_sql' file should be located under config/old_sql/report_sql.
7
7
  # See config/old_sql/report_sql/user_old_sql_demo.sql for an example.
8
8
  #
9
- # The 'processor' parameter is optional, and should point to a class in lib/old_sql.
9
+ # The 'report_processor' parameter is optional, and should point to a class in lib/old_sql.
10
10
  # See lib/old_sql/user_old_sql_demo_processor.rb for an example.
11
11
  #
12
12
  # 'report_processor' names should be capitalized and separated with underscores. The file
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: old_sql
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.19.0
5
+ version: 1.20.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Eddie Gonzales
@@ -193,7 +193,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
193
193
  requirements:
194
194
  - - ">="
195
195
  - !ruby/object:Gem::Version
196
- hash: -4313948363484833511
196
+ hash: 654231032708781883
197
197
  segments:
198
198
  - 0
199
199
  version: "0"