pg-doc 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: edd4c08d6e5821b6faa98209653d65c20239881a
4
- data.tar.gz: 8bcbf6a133bd04de380e7802c196ca65cf6b81d3
2
+ SHA256:
3
+ metadata.gz: 14706c2bad3b5794f8bb32b9ad1e921619208b1bf308d51a6c87612f31ecca3c
4
+ data.tar.gz: cd16b94198201054e4411d265c1ede0ab208adf95fe3b6ab1456b64ca67a3d76
5
5
  SHA512:
6
- metadata.gz: 6f5a640423d6e0f65b98f4fd375bb319f89781322a7a22656e6900725ba0076c22e54ee6174479d56ceef97bed7257bffbe74d195a3a2efcb5b0cbf7339cad63
7
- data.tar.gz: 9c7f27cf75762c7c440fb4f64c9a6b4d2adad5231bdf143b516a55af37b0e65243d45e3a7b268d0f2d61d1105f7178935bc5d223570e0a0dcde63e720e3fd2ab
6
+ metadata.gz: bd2901322fe9068116c7bac49266c459b06dd5af81bc4f7777c23ae4268a8398e1e3f2cfee983ff4ce6c42bfee0870eceed1cb68e6155387b6ce9a8196543783
7
+ data.tar.gz: d27d2e836008dfc7ec51f69d42f6e31e248dbf0803a9b8720bd8621a6ff07e32a38f9c0b001b2e2c88423871d40745b8284cdf95cbca2c9026a03db90195355b
@@ -82,7 +82,7 @@ module PG
82
82
  information_schema.tables
83
83
  WHERE
84
84
  #{@schema_filter.call :table_schema}
85
- AND table_type != 'VIEW'
85
+ AND table_type = 'BASE TABLE'
86
86
  ORDER BY
87
87
  1, 2
88
88
  SQL
@@ -1,5 +1,5 @@
1
1
  module PG
2
2
  module Doc
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg-doc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenaniah Cerny
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-18 00:00:00.000000000 Z
11
+ date: 2018-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
191
191
  version: '0'
192
192
  requirements: []
193
193
  rubyforge_project:
194
- rubygems_version: 2.6.8
194
+ rubygems_version: 2.7.6
195
195
  signing_key:
196
196
  specification_version: 4
197
197
  summary: Automatic documentation for your PostgreSQL database