jdbc-sqlite3 3.8.10.1 → 3.8.11.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c905640b45c048804cb14a8e2fcfac23d0c280c6
4
- data.tar.gz: 9edd94e3e08b9497d208eeb2b66bcbcbd3696b22
3
+ metadata.gz: eb04ec971562af3395b62c05a321bfced0d874f6
4
+ data.tar.gz: 9709c0d5d8380fb48f59f617940900100356ef75
5
5
  SHA512:
6
- metadata.gz: 52b5fb6f0559e87283ac732495aa367a7189f6a9b5d4ca0a1e052d20ede067fba7af24692f2fe91634c62dfbfb9ee17c3b5804d35ef27fde754a56fd60e67246
7
- data.tar.gz: 89f5e02ba73510903ff5603dfdbfefec7bbd507c50d30d342b3aeb747ed540fda2340d5421de0e1d5e170a152f1af8f8c7c16f5e7a781c82806eee0408cc8f4c
6
+ metadata.gz: b77518fe7041ac88872acd0799ddd8d885f95c349faffea0fefab8283923169fea66aeeb87c2342a638a86882fcb032f3f82e59e7ad23bbd79f732b7643b2b49
7
+ data.tar.gz: 5765d811ca91091c50025cafc94edcb83450f7a443a7850d8763ee7204138e308a648b80eb0c0672fe3322c24fd2ccf399dfb2bc47efd91331515fdc1cf41417
data/README.md CHANGED
@@ -23,6 +23,6 @@ For backwards compatibility with older (<= **3.7.2**) versions of the gem use :
23
23
 
24
24
  ## Copyright
25
25
 
26
- Copyright (c) 2013-2014 [The JRuby Team](https://github.com/jruby).
26
+ Copyright (c) 2013-2015 [The JRuby Team](https://github.com/jruby).
27
27
 
28
28
  SQLite JDBC is distributed under the Apache License 2.0, see *LICENSE.txt*.
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module SQLite3
3
- DRIVER_VERSION = '3.8.10.1'
3
+ DRIVER_VERSION = '3.8.11.2'
4
4
  VERSION = DRIVER_VERSION
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jdbc-sqlite3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.10.1
4
+ version: 3.8.11.2
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-05-20 00:00:00.000000000 Z
11
+ date: 2015-10-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Install this gem `require 'jdbc/sqlite3'` and invoke `Jdbc::SQLite3.load_driver` within JRuby to load the driver.
14
14
  email:
@@ -27,7 +27,7 @@ files:
27
27
  - lib/jdbc/sqlite.rb
28
28
  - lib/jdbc/sqlite3.rb
29
29
  - lib/jdbc/sqlite3/version.rb
30
- - lib/sqlite-jdbc-3.8.10.1.jar
30
+ - lib/sqlite-jdbc-3.8.11.2.jar
31
31
  homepage: http://github.com/jruby/activerecord-jdbc-adapter/tree/master/jdbc-sqlite3
32
32
  licenses:
33
33
  - Apache-2
@@ -50,9 +50,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  version: '0'
51
51
  requirements: []
52
52
  rubyforge_project:
53
- rubygems_version: 2.4.5
53
+ rubygems_version: 2.4.8
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: SQLite3 for JRuby, includes SQLite native libraries as well as the JDBC driver.
57
57
  test_files: []
58
- has_rdoc: