Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'postgres' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Jun 19, 2017
2 parents 006c866 + fb1b960 commit f6fa792
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jdbc-postgres/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rjack-jdbc-postgres (9.4.1208.0)
rjack-jdbc-postgres (42.1.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 2 additions & 0 deletions jdbc-postgres/History.rdoc
@@ -1,3 +1,5 @@
=== 42.1.1.0 (TBD)

=== 9.4.1208.0 (2016-3-24)
* Update to 9.4.1208

Expand Down
4 changes: 2 additions & 2 deletions jdbc-postgres/Manifest.txt
Expand Up @@ -5,5 +5,5 @@ Rakefile
lib/rjack-jdbc-postgres/base.rb
lib/rjack-jdbc-postgres.rb
test/test_jdbc_postgres.rb
lib/rjack-jdbc-postgres/postgresql-9.4.1208.jdbc41.jar
lib/rjack-jdbc-postgres/postgresql-9.4.1208.jdbc42.jar
lib/rjack-jdbc-postgres/postgresql-42.1.1.jdbc41.jar
lib/rjack-jdbc-postgres/postgresql-42.1.1.jdbc42.jar
2 changes: 1 addition & 1 deletion jdbc-postgres/lib/rjack-jdbc-postgres/base.rb
Expand Up @@ -32,7 +32,7 @@ module RJack
module JDBCPostgres

# Postgres JDBC Driver version
DRIVER_VERSION = "9.4.1208"
DRIVER_VERSION = "42.1.1"

# rjack gem version
VERSION = DRIVER_VERSION.gsub( '-', '.' ) + '.0'
Expand Down

0 comments on commit f6fa792

Please sign in to comment.