old_sql 1.20.0 → 1.21.0
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.
- data/README.md +1 -2
- data/lib/generators/old_sql/templates/reports.yml.example +1 -2
- metadata +2 -2
data/README.md
CHANGED
|
@@ -95,8 +95,7 @@ Configure your reports config/old_sql/report.yml. An example configuration is cr
|
|
|
95
95
|
# 'report_view' is optional. It overrides the default_report_view defined in the initializer. It
|
|
96
96
|
# can be set to jqgrid, table, or chart.
|
|
97
97
|
#
|
|
98
|
-
# 'query_vars' are variables that are passed into the SQL file and can be parsed using ERB.
|
|
99
|
-
# E.g. <%=foo%>
|
|
98
|
+
# 'query_vars' are variables that are passed into the SQL file and can be parsed using ERB.
|
|
100
99
|
#
|
|
101
100
|
# Optionally use 'report_db' to specify a class that extends ActiveRecord::Base. Use the require
|
|
102
101
|
# path for your class. E.g. foo/my_alternative_db.
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
# 'report_view' is optional. It overrides the default_report_view defined in the initializer. It
|
|
19
19
|
# can be set to jqgrid, table, or chart.
|
|
20
20
|
#
|
|
21
|
-
# 'query_vars' are variables that are passed into the SQL file and can be parsed using ERB.
|
|
22
|
-
# E.g. <%=foo%>
|
|
21
|
+
# 'query_vars' are variables that are passed into the SQL file and can be parsed using ERB.
|
|
23
22
|
#
|
|
24
23
|
# Optionally use 'report_db' to specify a class that extends ActiveRecord::Base. Use the require
|
|
25
24
|
# path for your class. E.g. foo/my_alternative_db.
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: old_sql
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.
|
|
5
|
+
version: 1.21.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:
|
|
196
|
+
hash: -341398864351494341
|
|
197
197
|
segments:
|
|
198
198
|
- 0
|
|
199
199
|
version: "0"
|