activerecord-jdbc-adapter 1.3.16 → 1.3.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-jdbc-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.16
4
+ version: 1.3.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-13 00:00:00.000000000 Z
11
+ date: 2015-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -147,6 +147,8 @@ files:
147
147
  - lib/arjdbc/postgresql/adapter.rb
148
148
  - lib/arjdbc/postgresql/base/array_parser.rb
149
149
  - lib/arjdbc/postgresql/base/oid.rb
150
+ - lib/arjdbc/postgresql/base/pgconn.rb
151
+ - lib/arjdbc/postgresql/base/schema_definitions.rb
150
152
  - lib/arjdbc/postgresql/column.rb
151
153
  - lib/arjdbc/postgresql/connection_methods.rb
152
154
  - lib/arjdbc/postgresql/explain_support.rb