pg_query 0.0.4 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +13 -5
  2. data/LICENSE +25 -4
  3. data/lib/pg_query/version.rb +1 -1
  4. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 8e713c20b188655353fb5052380d2c7fda841c69
4
- data.tar.gz: 6109127edff872580045292268836d9bd55b1d05
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OGViZWIzN2Y1NDNmNTAzZjIxZGZhZjQ4Nzc1OGIwOTk1MTYxNDcwYw==
5
+ data.tar.gz: !binary |-
6
+ OTBlNDllYmE5YmQ4YmJiM2Q4NGFiMjMxYWM4NjBhNmZmNTI4YmMxNg==
5
7
  SHA512:
6
- metadata.gz: 59c0d3c90f96d546b3fe4797afd6c749b6afb98d24f9bbcd6ac763d235400a73bcd6f883fa2893116b83870099c1d96d98ec3be576429f8f87143d1b56564cbb
7
- data.tar.gz: 7af745b5b4185318968483f9812a79dd10b656732a83ba907d2a2f6ab4851e7c6481d6528750b9ee2a6d362eac6a77eb5966425c9d954bccb6a727038c716359
8
+ metadata.gz: !binary |-
9
+ ZjExZGE0MWM0YWM1YzIxMzIxOThiMGFiOGJkYTMyYTMyY2ViZTY2MzRlNTgw
10
+ YzFlYjAyYzUxZDc4NzkxNWQ2ZTdlYzhhMmUyNzhiZDk0NTlhYmJiZGUwOGI4
11
+ MGUyMDFlNTdmYTczMGQzOGU4MDJhNTNhODU4YWJhYmFkZDI2ZWE=
12
+ data.tar.gz: !binary |-
13
+ YTIyNTcxZDkwNDBjOGI0YjkxYjg0MjY2ZjJlYzMzNTQwZGU2NGI3MzFlZDc0
14
+ YjZhZGU1NzlmZWJlNDdiN2VlNDY5NWRlNDQ4NmVhYjBkZDllMGRhNjliMGEz
15
+ OTRlOGQ1NGRlYzU3NWMyMmY4MzYxMzQwM2Y0Y2Y5NzljYTYwYjI=
data/LICENSE CHANGED
@@ -1,7 +1,28 @@
1
- Copyright (c) 2014, pganalyze
1
+ Copyright (c) 2014, pganalyze Team <team@pganalyze.com>
2
+ All rights reserved.
2
3
 
3
- Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.
4
+ Redistribution and use in source and binary forms, with or without
5
+ modification, are permitted provided that the following conditions are met:
4
6
 
5
- IN NO EVENT SHALL pganalyze BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF pganalyze HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7
+ * Redistributions of source code must retain the above copyright notice, this
8
+ list of conditions and the following disclaimer.
6
9
 
7
- pganalyze SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND pganalyze HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
10
+ * Redistributions in binary form must reproduce the above copyright notice,
11
+ this list of conditions and the following disclaimer in the documentation
12
+ and/or other materials provided with the distribution.
13
+
14
+ * Neither the name of pganalyze nor the names of its contributors may be used
15
+ to endorse or promote products derived from this software without specific
16
+ prior written permission.
17
+
18
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
22
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28
+ POSSIBILITY OF SUCH DAMAGE.
@@ -1,3 +1,3 @@
1
1
  class PgQuery
2
- VERSION = '0.0.4'
2
+ VERSION = '0.1.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_query
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas Fittl
@@ -14,42 +14,42 @@ dependencies:
14
14
  name: rake-compiler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: '2.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: json
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
47
  version: '1.8'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '1.8'
55
55
  description: Parses SQL queries using a copy of the PostgreSQL server query parser
@@ -70,7 +70,7 @@ files:
70
70
  - lib/pg_query/version.rb
71
71
  homepage: http://github.com/pganalyze/pg_query
72
72
  licenses:
73
- - PostgreSQL
73
+ - BSD-3-Clause
74
74
  metadata: {}
75
75
  post_install_message:
76
76
  rdoc_options: []
@@ -78,12 +78,12 @@ require_paths:
78
78
  - lib
79
79
  required_ruby_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - ">="
81
+ - - ! '>='
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - ">="
86
+ - - ! '>='
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []