pg_examiner 0.4.6 → 0.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 145e177c4bd79bd7095003f27a6acaf84818dca4
4
- data.tar.gz: f5c348a076e63d43664bee06c4db303aaf1e9126
2
+ SHA256:
3
+ metadata.gz: 5e72679e7449d04d7fad94082697f560b83a07258f1232330a091bfc06ccdb5d
4
+ data.tar.gz: 611fd90a845d8e4c6f479b5279c67a396daeeb0900ec6bbe0b10fa80eeffe286
5
5
  SHA512:
6
- metadata.gz: 279736308553781e3f7abc4e44162e11338024f8733417669c0cb97d6393cdf890f590fdb5839527152f1a24d244f21232305edf0d5f17e694234196060083ef
7
- data.tar.gz: 9dd36107d9bb80061b7345001a1c406b142f3c34bdad241cdc3fb26ccccdc428c30a97efa12d79dce2f40e2ba7446d9a796d0e308b53056a26c2502b5d172728
6
+ metadata.gz: 5fd413d254787138ca67edeba2568a35801c3bf0a8b66c27d493d7a2c9ce16076a9e91b3aa0b420db2e9c574e03a0c0e871a21ea75a65f19511a59e08087269e
7
+ data.tar.gz: 51fcb5edef574506f5c81f9c4e533af937846f89cc78a34d4a908c35fdfb02d984b860d34c211a380296ac2346e7250b5e7c20c85f9c3afacec7bd25a5a2d1d2
@@ -3,6 +3,11 @@
3
3
  module PGExaminer
4
4
  class Result
5
5
  class Column < Item
6
+ def initialize(*args)
7
+ super
8
+ @default_calculated = false
9
+ end
10
+
6
11
  def diffable_methods
7
12
  {
8
13
  "type" => "type",
@@ -3,6 +3,11 @@
3
3
  module PGExaminer
4
4
  class Result
5
5
  class Extension < Item
6
+ def initialize(*args)
7
+ super
8
+ @schema_calculated = false
9
+ end
10
+
6
11
  def diffable_attrs
7
12
  {
8
13
  "name" => "name",
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PGExaminer
4
- VERSION = '0.4.6'
4
+ VERSION = '0.4.7'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_examiner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Hanks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-08 00:00:00.000000000 Z
11
+ date: 2017-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  requirements: []
142
142
  rubyforge_project:
143
- rubygems_version: 2.5.1
143
+ rubygems_version: 2.7.3
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: Parse the schemas of Postgres databases in detail