Skip to content

Commit b2c9e4e

Browse files
committed
Tidies up and releases v0.6.4
1 parent 81437bc commit b2c9e4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
postgresql_cursor (0.6.3)
4+
postgresql_cursor (0.6.4)
55
activerecord (>= 3.1.0)
66

77
GEM

lib/postgresql_cursor/version.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
module PostgresqlCursor
2-
VERSION = "0.6.3"
4+
VERSION = '0.6.4'
35
end

0 commit comments

Comments
 (0)