hierarchy 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/hierarchy.rb +0 -1
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.3
1
+ 1.0.4
@@ -4,7 +4,6 @@ module Arel
4
4
  module Attributes
5
5
  # @private
6
6
  def self.for_with_psql(column)
7
- p column.sql_type
8
7
  case column.sql_type
9
8
  when 'ltree' then String
10
9
  else for_without_psql(column)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 3
9
- version: 1.0.3
8
+ - 4
9
+ version: 1.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tim Morgan