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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 0e88bf83bfd2307a0d0ca63de25de94e03e5a9e1
4
- data.tar.gz: 728b779650035b8cf1e43aec0fd35b24926fff42
2
+ SHA256:
3
+ metadata.gz: 0b55e39791ece2d796501377ba27d0a80afeacfa68799bf0484e8dbd5ee6c0c0
4
+ data.tar.gz: 6827a165e70bc218abd781e50f467116bbefdc471044826f15c9632d51745167
5
5
  SHA512:
6
- metadata.gz: 707a60be6e2a6603c20930b910c14400381aa5ea04633e8428180f5277724922c0edac4a215033de316d91f1754de0fcb5f1d713f6ffedecedd5c53ab611e1b7
7
- data.tar.gz: d41231e5469516c3ca940e73c9642bd78c90c7b2e6c9eadae1a96f2858be3fab844319069061481c18ca953887549d7d5a70a669d91b5781c3b6a49c5fb4c398
6
+ metadata.gz: 22c5dc68cbafa7c8b6e7b9f8c37aa1fc7bdcaf77b8dccab1819d877281c74ed2eb42e0c7428c6ac9a145cd8bea602a003ffc0bc482ca25ea5cd8405eff56b161
7
+ data.tar.gz: 7bdfc9eb241b33bc6565cf53908b0955a7c64594542d0c632abafae84e31cd36a9b81da2c8b9b3e026bdd5cbc94995df5ceaf445def6275ca99703f6052d0eac
@@ -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.2)
6
- rspec (3.7.0)
7
- rspec-core (~> 3.7.0)
8
- rspec-expectations (~> 3.7.0)
9
- rspec-mocks (~> 3.7.0)
10
- rspec-core (3.7.1)
11
- rspec-support (~> 3.7.0)
12
- rspec-expectations (3.7.0)
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.7.0)
15
- rspec-mocks (3.7.0)
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.7.0)
18
- rspec-support (3.7.1)
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.14.6
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) or [Neomake](https://github.com/neomake/neomake)
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
@@ -1,3 +1,3 @@
1
1
  module SQLint
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
@@ -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.0.2')
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.8
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-06-23 00:00:00.000000000 Z
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.0.2
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.0.2
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: |2
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.4.5.2
109
+ rubygems_version: 2.7.6
111
110
  signing_key:
112
111
  specification_version: 4
113
112
  summary: Simple SQL linter.