Skip to content

Commit

Permalink
Publish 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Nov 16, 2018
1 parent 5703a12 commit 64b1f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sqlint/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SQLint
VERSION = "0.1.8"
VERSION = "0.1.9"
end
2 changes: 1 addition & 1 deletion sqlint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.8.23'
s.summary = 'Simple SQL linter.'

s.add_runtime_dependency('pg_query', '~> 1.0.2')
s.add_runtime_dependency('pg_query', '~> 1')
s.add_development_dependency('rake', '~> 10.1')
s.add_development_dependency('rspec', '~> 3.2')
s.add_development_dependency('bundler', '~> 1.3')
Expand Down

0 comments on commit 64b1f6f

Please sign in to comment.