sqlint: 0.1.10 -> 0.2.0

- Updates libpg_query to 2.0.0 in gem config, used by pg_query gem 2.0.1
- Continue to support older gem with older libpg_query, for gitlab
- Remove redundant gem config override in sqlint expression
- Add myself as a maintainer
This commit is contained in:
Steve Purcell
2021-04-02 00:28:17 -04:00
committed by tomberek
parent 54c1e44240
commit b092bdccfa
4 changed files with 34 additions and 29 deletions
+16 -5
View File
@@ -1,13 +1,24 @@
{
pg_query = {
google-protobuf = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0p9s6znavm6v5dwk1hxg9a8h2lrrwh9l0rlk0sy8cx4sq2mq82m1";
sha256 = "1ak5yqqhr04b4x0axzvpw1xzwmxmfcw0gf4r1ijixv15kidhsj3z";
type = "gem";
};
version = "1.2.0";
version = "3.15.6";
};
pg_query = {
dependencies = ["google-protobuf"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "01a8asbgkr7f1gp50ikzr1zzmvwv50da389943hrrqzxwd202268";
type = "gem";
};
version = "2.0.1";
};
sqlint = {
dependencies = ["pg_query"];
@@ -15,9 +26,9 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0ds7qsaqi745fda8nliy15is36l1bkfbfkr43q6smpy103xbk44c";
sha256 = "1ylicsc9x4vpj6ff3hmrm6iz1xswrwwgn1m7ri8nx86ij30w9hkk";
type = "gem";
};
version = "0.1.10";
version = "0.2.0";
};
}