sqlint 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +16 -16
  3. data/Makefile +3 -3
  4. data/lib/sqlint/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eee1f00d056eefb2c3c6956cf3f9e33aa44c3fde
4
- data.tar.gz: 241985cf9f96e571f8d63d5012dfbd3959047dca
3
+ metadata.gz: eaf1558622ea1e5cbb4d7af3a4d84004e3d07678
4
+ data.tar.gz: 8f280a98b72c6d8b7e03be0cfdbf68690ca38e7a
5
5
  SHA512:
6
- metadata.gz: d359a5f51928f6ba7494b1c8d35c1ef4848e6bd8137ff1eddb7e236282422a27665487d51fa635fe803a6ddf15f013e787735b0f84442ee6dbc63f54bcc8851f
7
- data.tar.gz: 1183320950702764fae4d1e0c68bea68ecebdac401a86b43d4bb007fd7b41fd59ba64d03bb49ed200010cd295cc2cb9d8a5e06f02b38641b27437cfb76237394
6
+ metadata.gz: 1931e311e2b3f63db83ff674d9f31a331dae23cd7392d3dd5199aa3317c2cc6a981209ccac8d3e1175281637da72b4f431887b8089dea968ecbda80e5038282e
7
+ data.tar.gz: 29e2b75264e80d6dcf06a183b087de5ad8dd9c807ca981b9084505aab9c4e6aa6ad9f6fde85535318b54d43d64f313e1f2acc7dcf65be37cef5c4d1da1286dbc
@@ -1,23 +1,23 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- diff-lcs (1.2.5)
5
- json (1.8.3)
6
- pg_query (0.9.1)
7
- json (~> 1.8)
8
- rspec (3.2.0)
9
- rspec-core (~> 3.2.0)
10
- rspec-expectations (~> 3.2.0)
11
- rspec-mocks (~> 3.2.0)
12
- rspec-core (3.2.3)
13
- rspec-support (~> 3.2.0)
14
- rspec-expectations (3.2.1)
4
+ diff-lcs (1.3)
5
+ json (2.1.0)
6
+ pg_query (1.0.0)
7
+ json (>= 1.8, < 3)
8
+ rspec (3.7.0)
9
+ rspec-core (~> 3.7.0)
10
+ rspec-expectations (~> 3.7.0)
11
+ rspec-mocks (~> 3.7.0)
12
+ rspec-core (3.7.0)
13
+ rspec-support (~> 3.7.0)
14
+ rspec-expectations (3.7.0)
15
15
  diff-lcs (>= 1.2.0, < 2.0)
16
- rspec-support (~> 3.2.0)
17
- rspec-mocks (3.2.1)
16
+ rspec-support (~> 3.7.0)
17
+ rspec-mocks (3.7.0)
18
18
  diff-lcs (>= 1.2.0, < 2.0)
19
- rspec-support (~> 3.2.0)
20
- rspec-support (3.2.2)
19
+ rspec-support (~> 3.7.0)
20
+ rspec-support (3.7.0)
21
21
 
22
22
  PLATFORMS
23
23
  ruby
@@ -27,4 +27,4 @@ DEPENDENCIES
27
27
  rspec
28
28
 
29
29
  BUNDLED WITH
30
- 1.11.2
30
+ 1.14.6
data/Makefile CHANGED
@@ -3,9 +3,9 @@ test:
3
3
 
4
4
  gem:
5
5
  # Ensure perms are correct
6
- find . -type d -not -path "./.git/*" -exec chmod a+rx '{}' ';'
7
- find . -type f -not -path "./.git/*" -exec chmod a+r '{}' ';'
8
- chmod a+x bin/sqlint
6
+ chmod +x bin/sqlint
7
+ chmod -R a+r *
8
+ chmod -R a+X *
9
9
  gem build sqlint.gemspec
10
10
 
11
11
  .PHONY: gem test
@@ -1,3 +1,3 @@
1
1
  module SQLint
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
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.6
4
+ version: 0.1.7
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: 2017-11-24 00:00:00.000000000 Z
12
+ date: 2017-11-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pg_query