old_sql 0.43.0 → 0.44.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.
Files changed (2) hide show
  1. data/lib/old_sql.rb +1 -0
  2. metadata +2 -2
data/lib/old_sql.rb CHANGED
@@ -3,6 +3,7 @@ module OldSql
3
3
 
4
4
  # The default report view. This setting will be used unless overridden in
5
5
  # config/old_sql/reports.yml.
6
+ mattr_accessor :default_report_view
6
7
  @@default_report_view = 'jqgrid'
7
8
 
8
9
  # Default way to setup Old SQL. Run rails generate old_sql:install to create
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: old_sql
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.43.0
5
+ version: 0.44.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Eddie Gonzales
@@ -199,7 +199,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
199
199
  requirements:
200
200
  - - ">="
201
201
  - !ruby/object:Gem::Version
202
- hash: -3181007581839946414
202
+ hash: -3929765327561185850
203
203
  segments:
204
204
  - 0
205
205
  version: "0"