dbviewer 0.3.6 → 0.3.15

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.
@@ -1,3 +1,3 @@
1
1
  module Dbviewer
2
- VERSION = "0.3.6"
2
+ VERSION = "0.3.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dbviewer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wailan Tirajoh
@@ -77,6 +77,7 @@ files:
77
77
  - app/views/dbviewer/shared/_sidebar.html.erb
78
78
  - app/views/dbviewer/tables/_table_structure.html.erb
79
79
  - app/views/dbviewer/tables/index.html.erb
80
+ - app/views/dbviewer/tables/mini_erd.html.erb
80
81
  - app/views/dbviewer/tables/query.html.erb
81
82
  - app/views/dbviewer/tables/show.html.erb
82
83
  - app/views/layouts/dbviewer/application.html.erb