jdbc-hsqldb 2.3.0 → 2.3.2

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3526002ac04ab4800270f1b199335327825c45d9
4
+ data.tar.gz: 93a5654fb9d070c0cd9e9079c9ba5d073683bb5d
5
+ SHA512:
6
+ metadata.gz: 7ac9cbf31e86f38ab9616883bb6ff2b072521f740808f0fae2f8cba2e943aab244e905cb93183ccbbf299e94cc463b030402b1a8bb671ee0122e83503cd19105
7
+ data.tar.gz: 227f179d235c3a97e698bbddc39319914589b82c2262458ddcc6931b344d00a345d73aa0e5de026fa9c6b603f206cae859fb459667357d800ea25e7e1851c4ad
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module HSQLDB
3
- DRIVER_VERSION = '2.3.0'
3
+ DRIVER_VERSION = '2.3.2'
4
4
  VERSION = DRIVER_VERSION
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,29 +1,33 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jdbc-hsqldb
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 2.3.0
4
+ version: 2.3.2
6
5
  platform: ruby
7
6
  authors:
8
- - Nick Sieger, Ola Bini and JRuby contributors
7
+ - Nick Sieger, Ola Bini, Karol Bucek and JRuby contributors
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-08-29 00:00:00.000000000 Z
11
+ date: 2014-03-05 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Install this gem `require 'jdbc/hsqldb'` and invoke `Jdbc::HSQLDB.load_driver` within JRuby to load the driver.
15
- email: nick@nicksieger.com, ola.bini@gmail.com
14
+ email:
15
+ - nick@nicksieger.com
16
+ - ola.bini@gmail.com
17
+ - self@kares.org
16
18
  executables: []
17
19
  extensions: []
18
20
  extra_rdoc_files: []
19
21
  files:
20
- - README.md
21
22
  - LICENSE.txt
22
- - lib/hsqldb-2.3.0.jar
23
+ - README.md
24
+ - lib/hsqldb-2.3.2.jar
23
25
  - lib/jdbc/hsqldb.rb
24
26
  - lib/jdbc/hsqldb/version.rb
25
27
  homepage: https://github.com/jruby/activerecord-jdbc-adapter
26
- licenses: []
28
+ licenses:
29
+ - BSD
30
+ metadata: {}
27
31
  post_install_message:
28
32
  rdoc_options:
29
33
  - --main
@@ -34,22 +38,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
34
38
  requirements:
35
39
  - - '>='
36
40
  - !ruby/object:Gem::Version
37
- segments:
38
- - 0
39
- hash: 2
40
41
  version: '0'
41
- none: false
42
42
  required_rubygems_version: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - '>='
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- none: false
48
47
  requirements: []
49
- rubyforge_project: jruby-extras
50
- rubygems_version: 1.8.24
48
+ rubyforge_project:
49
+ rubygems_version: 2.2.2
51
50
  signing_key:
52
- specification_version: 3
51
+ specification_version: 4
53
52
  summary: HSQLDB JDBC driver for JRuby and HSQLDB/ActiveRecord-JDBC (activerecord-jdbchsqldb-adapter).
54
53
  test_files: []
55
54
  has_rdoc: