forest_liana 3.1.1 → 3.2.0

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
  SHA1:
3
- metadata.gz: d0deea9d4b4092de9d0cf1b82f506d139c339bfc
4
- data.tar.gz: f77aa045c340c1e052eb51b5fa969ff9096c0c2d
3
+ metadata.gz: d297a55019a4d8290afd5452b2220c6197c47e2b
4
+ data.tar.gz: 53467e918feec3608d49dc64be4d0ebb2dce0529
5
5
  SHA512:
6
- metadata.gz: 24be42f73688a8a3688a5bfa97524a7e62525d1dd5f517c46c9deffd66e870e7ff107c16bdb5ba7d0d97e4ca08f254b07c13208c42b1c0b9458dd839e74b165c
7
- data.tar.gz: 2d244bc10de55279eb0baabbec6292dcda9ca290e7f7d4322f812473cb13c5b32a7aee935f375374e4c99cc8bc53816a26b58466125ef6cd0ffe2c154f19ea64
6
+ metadata.gz: a7a23a87650ba0c26bda676b81fee7985080fc47692cde50df2f680c1db56325ad3bd68f50ccfe56a2b8c7f045607e761fa1c34569de36440da70870be4228fe
7
+ data.tar.gz: 32ef5b451f53206a036f05681038dba8b0cc13c6180df541cac624e75f24d9d7043306c806b87428e13ab879b0d75fa9e76318a56240562fdbf2d9da2243cf0a
@@ -348,7 +348,7 @@ module ForestLiana
348
348
  type = 'Dateonly'
349
349
  when :integer, :float, :decimal
350
350
  type = 'Number'
351
- when :json, :jsonb
351
+ when :json, :jsonb, :hstore
352
352
  type = 'Json'
353
353
  when :string, :text, :citext, :uuid
354
354
  type = 'String'
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "3.1.1"
2
+ VERSION = "3.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_liana
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-18 00:00:00.000000000 Z
11
+ date: 2019-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails