Skip to content

Instantly share code, notes, and snippets.

@jcoleman
Last active August 10, 2016 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcoleman/25c66a32c8338abb027471a0e8efe71a to your computer and use it in GitHub Desktop.
Save jcoleman/25c66a32c8338abb027471a0e8efe71a to your computer and use it in GitHub Desktop.
gem "pg_query", :git => "git@github.com:jcoleman/pg_query.git", :ref => "f870ce136ea15a33cf9e2aabf7e8b20607061d8a"
GIT
remote: git@github.com:jcoleman/pg_query.git
revision: f870ce136ea15a33cf9e2aabf7e8b20607061d8a
ref: f870ce136ea15a33cf9e2aabf7e8b20607061d8a
specs:
pg_query (0.11.0)
json (~> 1.8)
GEM
specs:
json (1.8.3)
PLATFORMS
ruby
DEPENDENCIES
pg_query!
require 'pg_query'
PgQuery.parse("SELECT 1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment