Rakefile in rjack-jdbc-postgres-9.4.1202.0 vs Rakefile in rjack-jdbc-postgres-9.4.1204.0

- old
+ new

@@ -4,10 +4,10 @@ require 'bundler/setup' require 'rjack-tarpit' RJack::TarPit.new( 'rjack-jdbc-postgres' ).define_tasks -%w[ 4 41 ].each do |v| +%w[ 41 42 ].each do |v| jar = "postgresql-#{RJack::JDBCPostgres::DRIVER_VERSION}.jdbc#{v}.jar" file "lib/rjack-jdbc-postgres/#{jar}" do |t| sh "curl -sf -o #{t.name} https://jdbc.postgresql.org/download/#{jar}" end end