sqlint 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile.lock +14 -14
- data/README.md +1 -1
- data/lib/sqlint/version.rb +1 -1
- data/sqlint.gemspec +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 0b55e39791ece2d796501377ba27d0a80afeacfa68799bf0484e8dbd5ee6c0c0
|
4
|
+
data.tar.gz: 6827a165e70bc218abd781e50f467116bbefdc471044826f15c9632d51745167
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22c5dc68cbafa7c8b6e7b9f8c37aa1fc7bdcaf77b8dccab1819d877281c74ed2eb42e0c7428c6ac9a145cd8bea602a003ffc0bc482ca25ea5cd8405eff56b161
|
7
|
+
data.tar.gz: 7bdfc9eb241b33bc6565cf53908b0955a7c64594542d0c632abafae84e31cd36a9b81da2c8b9b3e026bdd5cbc94995df5ceaf445def6275ca99703f6052d0eac
|
data/Gemfile.lock
CHANGED
@@ -2,27 +2,27 @@ GEM
|
|
2
2
|
remote: https://rubygems.org/
|
3
3
|
specs:
|
4
4
|
diff-lcs (1.3)
|
5
|
-
pg_query (1.0
|
6
|
-
rspec (3.
|
7
|
-
rspec-core (~> 3.
|
8
|
-
rspec-expectations (~> 3.
|
9
|
-
rspec-mocks (~> 3.
|
10
|
-
rspec-core (3.
|
11
|
-
rspec-support (~> 3.
|
12
|
-
rspec-expectations (3.
|
5
|
+
pg_query (1.1.0)
|
6
|
+
rspec (3.8.0)
|
7
|
+
rspec-core (~> 3.8.0)
|
8
|
+
rspec-expectations (~> 3.8.0)
|
9
|
+
rspec-mocks (~> 3.8.0)
|
10
|
+
rspec-core (3.8.0)
|
11
|
+
rspec-support (~> 3.8.0)
|
12
|
+
rspec-expectations (3.8.2)
|
13
13
|
diff-lcs (>= 1.2.0, < 2.0)
|
14
|
-
rspec-support (~> 3.
|
15
|
-
rspec-mocks (3.
|
14
|
+
rspec-support (~> 3.8.0)
|
15
|
+
rspec-mocks (3.8.0)
|
16
16
|
diff-lcs (>= 1.2.0, < 2.0)
|
17
|
-
rspec-support (~> 3.
|
18
|
-
rspec-support (3.
|
17
|
+
rspec-support (~> 3.8.0)
|
18
|
+
rspec-support (3.8.0)
|
19
19
|
|
20
20
|
PLATFORMS
|
21
21
|
ruby
|
22
22
|
|
23
23
|
DEPENDENCIES
|
24
|
-
pg_query
|
24
|
+
pg_query (>= 1.0, < 2)
|
25
25
|
rspec
|
26
26
|
|
27
27
|
BUNDLED WITH
|
28
|
-
1.
|
28
|
+
1.17.1
|
data/README.md
CHANGED
@@ -35,7 +35,7 @@ sqlint filename.sql
|
|
35
35
|
Support for `sqlint` is provided for the following editors:
|
36
36
|
|
37
37
|
- Emacs, via [Flycheck](https://github.com/flycheck/flycheck)
|
38
|
-
- VIM, via [Syntastic](https://github.com/scrooloose/syntastic)
|
38
|
+
- VIM, via [Syntastic](https://github.com/scrooloose/syntastic), [Neomake](https://github.com/neomake/neomake) or [ALE](https://github.com/w0rp/ale)
|
39
39
|
- SublimeText, via [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3/)
|
40
40
|
|
41
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', '~> 1
|
39
|
+
s.add_runtime_dependency('pg_query', '~> 1')
|
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.9
|
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: 2018-
|
12
|
+
date: 2018-11-16 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: 1
|
20
|
+
version: '1'
|
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: 1
|
27
|
+
version: '1'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: rake
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -67,8 +67,7 @@ dependencies:
|
|
67
67
|
- - "~>"
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: '1.3'
|
70
|
-
description:
|
71
|
-
Simple SQL linter.
|
70
|
+
description: " Simple SQL linter.\n"
|
72
71
|
email: steve@sanityinc.com
|
73
72
|
executables:
|
74
73
|
- sqlint
|
@@ -107,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
106
|
version: '0'
|
108
107
|
requirements: []
|
109
108
|
rubyforge_project:
|
110
|
-
rubygems_version: 2.
|
109
|
+
rubygems_version: 2.7.6
|
111
110
|
signing_key:
|
112
111
|
specification_version: 4
|
113
112
|
summary: Simple SQL linter.
|