pg_graph 0.1.6 → 0.1.7

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
2
  SHA256:
3
- metadata.gz: b24d838b20ef999a63391e330fa9a35b8888a46a20128ea8f41ffaf5c64e4c2f
4
- data.tar.gz: ee8a549def41b47989472d7cdb757ceef10a98b758d7e2f89aa65b603ae6baea
3
+ metadata.gz: 136ce8c4b3c16482350810101783e0f2ed45efd775d49da517a686c97dba041f
4
+ data.tar.gz: c6a2371d4b1dc9344eb05438cb12c59b7afe4ea632229500604cf83a517996cc
5
5
  SHA512:
6
- metadata.gz: 457085837cc06237a3eeabca20e568ebc239e05c4a20467cb1ed08288c6df889fce9cb55c4d27a4c5ad0bc5947cf8a74e869c892b7ff6d43def318e3da92d406
7
- data.tar.gz: 9c4ee15fb96f547ac544d2f7608eca0af7eb05a82743440d6c9bb3b335ef362485cbe80716427774a00db8ce9354457b35705278dc8b157b15ba866785e591bf
6
+ metadata.gz: 6301004fc3fd68f2a6cdb24d52623fc3bcf8f68d0873e99a8c26f43077ff4ea681f63e932ed2a899c36e528b0e5bf86fa684861afa9adfcc5d72234e346c6420
7
+ data.tar.gz: afbea163f01b28362c5cf3f8f70b74772cb97122c6ee1dd4b86cf26ed953b83b44a5d4efb458db97b158291daa54a9daaa9f3c3afed19128a416d2b58812a89f
@@ -85,7 +85,7 @@ module PgGraph
85
85
  def postgres_type2ruby_class(name)
86
86
  case name
87
87
  when "character varying", "varchar", "text", "uuid", "xml"; String
88
- when "smallint", "integer", "int4", "int2"; Integer
88
+ when "smallint", "integer", "int8", "int4", "int2"; Integer
89
89
  when "double precision", "real", "float8"; Float
90
90
  when "numeric", "decimal"; BigDecimal
91
91
  when "bool", "boolean"; Boolean
@@ -1,3 +1,3 @@
1
1
  module PgGraph
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_graph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claus Rasmussen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-14 00:00:00.000000000 Z
11
+ date: 2022-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: boolean