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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 036da9c4c2d80a696edd3024fa35af5276890402
4
- data.tar.gz: 5fe39b40c619e55cbe75ee1826537977fc2b2853
3
+ metadata.gz: ffd84bcb841bf0ecee4de01ed58fe0d41621ae5e
4
+ data.tar.gz: 2bfc7b74942b246ea3f0a9a3da18b51aaf9d764c
5
5
  SHA512:
6
- metadata.gz: 9972810f9068d9df13fc4ecc960f3596d0402a19e167306924a5660d3d5a01115f681b5ea04ff86e9078c6b4f1f4e3977d1b56781671b51742661eb303b2ea03
7
- data.tar.gz: 42cec53fd5af4d65d9f284b4937627073747ad4eb3b5e34b26dfc25dff36cda6170a3898ced65faeab14918777478827a3d241ed4313d2e5d7b8e73a7de039b1
6
+ metadata.gz: a1f368676210ac1b9729978fdfd91bcbe2ba0327095ea5cf31218e91fca74cf777f4afdefa573220323af7f6f59d139a9549081b3dbf22fbd3a857c9b7fba8d5
7
+ data.tar.gz: ced910498246a7c2191153a3d2dc7175e64e49c91ad398f2a0cd2d06268c3579a71d0fac2b8522f6e8a1842e33768b50b8923bdc8b44a75361a1920ac565b9d1
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  [![Build Status](https://travis-ci.org/purcell/sqlint.svg?branch=master)](https://travis-ci.org/purcell/sqlint)
2
2
  [ ![](https://img.shields.io/gem/v/sqlint.svg)](https://rubygems.org/gems/sqlint)
3
3
  [ ![](https://img.shields.io/gem/dt/sqlint.svg)](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
@@ -1,3 +1,3 @@
1
1
  module SQLint
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
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', '~> 0.9.1')
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
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: 2016-04-21 00:00:00.000000000 Z
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.9.1
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.9.1
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: " Simple SQL linter.\n"
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.