diff --git a/lib/lpgar.rb b/lib/lpgar.rb index b223a22..8dd6577 100644 --- a/lib/lpgar.rb +++ b/lib/lpgar.rb @@ -135,7 +135,6 @@ module LPGAR WHERE #{selector} LIMIT 1 QUERY - puts @sync_query end # Returns transaction class for this record. diff --git a/lpgar.gemspec b/lpgar.gemspec index 6130467..d7ba24d 100644 --- a/lpgar.gemspec +++ b/lpgar.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "lpgar" - spec.version = "0.2.2" + spec.version = "0.2.3" spec.summary = "Lightweight Postgres Active Record" spec.description = <<~DESC Lightweight implementation of Active Record pattern for Postgres.