sqlui 0.1.59 → 0.1.61

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ <svg width="60" height="32" viewBox="0 0 60 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <line x1="10" y1="7" x2="50" y2="7" stroke-linecap="round" stroke="rgb(220,220,220)" stroke-width="4" />
3
+ <line x1="10" y1="16" x2="50" y2="16" stroke-linecap="round" stroke="rgb(220,220,220)" stroke-width="4" />
4
+ <line x1="10" y1="25" x2="50" y2="25" stroke-linecap="round" stroke="rgb(220,220,220)" stroke-width="4" />
5
+ </svg>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqlui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.59
4
+ version: 0.1.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Dower
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-11 00:00:00.000000000 Z
11
+ date: 2023-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: airbrake
@@ -175,6 +175,7 @@ files:
175
175
  - client/resources/favicon.svg
176
176
  - client/resources/sqlui.css
177
177
  - client/resources/sqlui.js
178
+ - client/resources/vertical-resizer.svg
178
179
  homepage: https://github.com/nicholasdower/sqlui
179
180
  licenses:
180
181
  - MIT