sqlint 0.1.4 → 0.1.5
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.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/sqlint/version.rb +1 -1
- data/sqlint.gemspec +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ffd84bcb841bf0ecee4de01ed58fe0d41621ae5e
|
|
4
|
+
data.tar.gz: 2bfc7b74942b246ea3f0a9a3da18b51aaf9d764c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1f368676210ac1b9729978fdfd91bcbe2ba0327095ea5cf31218e91fca74cf777f4afdefa573220323af7f6f59d139a9549081b3dbf22fbd3a857c9b7fba8d5
|
|
7
|
+
data.tar.gz: ced910498246a7c2191153a3d2dc7175e64e49c91ad398f2a0cd2d06268c3579a71d0fac2b8522f6e8a1842e33768b50b8923bdc8b44a75361a1920ac565b9d1
|
data/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
[](https://travis-ci.org/purcell/sqlint)
|
|
2
2
|
[ ](https://rubygems.org/gems/sqlint)
|
|
3
3
|
[ ](https://rubygems.org/gems/sqlint)
|
|
4
|
+
<a href="https://www.patreon.com/sanityinc"><img alt="Support me" src="https://img.shields.io/badge/Support%20Me-%F0%9F%92%97-ff69b4.svg"></a>
|
|
4
5
|
|
|
5
6
|
## SQLint - a simple SQL linter
|
|
6
7
|
|
|
@@ -34,7 +35,7 @@ sqlint filename.sql
|
|
|
34
35
|
Support for `sqlint` is provided for the following editors:
|
|
35
36
|
|
|
36
37
|
- Emacs, via [Flycheck](https://github.com/flycheck/flycheck)
|
|
37
|
-
- VIM, via [Syntastic](https://github.com/scrooloose/syntastic)
|
|
38
|
+
- VIM, via [Syntastic](https://github.com/scrooloose/syntastic) or [Neomake](https://github.com/neomake/neomake)
|
|
38
39
|
- SublimeText, via [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3/)
|
|
39
40
|
|
|
40
41
|
### Authors
|
data/lib/sqlint/version.rb
CHANGED
data/sqlint.gemspec
CHANGED
|
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
|
|
|
36
36
|
s.rubygems_version = '1.8.23'
|
|
37
37
|
s.summary = 'Simple SQL linter.'
|
|
38
38
|
|
|
39
|
-
s.add_runtime_dependency('pg_query', '~> 0.
|
|
39
|
+
s.add_runtime_dependency('pg_query', '~> 0.13.5')
|
|
40
40
|
s.add_development_dependency('rake', '~> 10.1')
|
|
41
41
|
s.add_development_dependency('rspec', '~> 3.2')
|
|
42
42
|
s.add_development_dependency('bundler', '~> 1.3')
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sqlint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steve Purcell
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2017-10-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: pg_query
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 0.
|
|
20
|
+
version: 0.13.5
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 0.
|
|
27
|
+
version: 0.13.5
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: rake
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -67,7 +67,8 @@ dependencies:
|
|
|
67
67
|
- - "~>"
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '1.3'
|
|
70
|
-
description:
|
|
70
|
+
description: |2
|
|
71
|
+
Simple SQL linter.
|
|
71
72
|
email: steve@sanityinc.com
|
|
72
73
|
executables:
|
|
73
74
|
- sqlint
|
|
@@ -105,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
105
106
|
version: '0'
|
|
106
107
|
requirements: []
|
|
107
108
|
rubyforge_project:
|
|
108
|
-
rubygems_version: 2.4.5
|
|
109
|
+
rubygems_version: 2.4.5.2
|
|
109
110
|
signing_key:
|
|
110
111
|
specification_version: 4
|
|
111
112
|
summary: Simple SQL linter.
|