jdbc-crate 1.1.1.0-java → 1.2.0.0-java

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: b725a28e929bae88cd1a4a13ad3808aab02c02f6
4
- data.tar.gz: 4c3e6dc9235a9038fbc4c2e6b579986184e1d321
3
+ metadata.gz: 7bdc75214af1c3c73e506a6dafc428add69ffc72
4
+ data.tar.gz: 0fec341ac8b78db48253c81d75a361c395469b42
5
5
  SHA512:
6
- metadata.gz: f9eb3396544f9fbffc7ab90a8a695b2bad4a26f867bbbedf40729321c9da3cb8222eb54e86e95816d87a95f741acb33a2dc5bca46623bce4d395ec243119b720
7
- data.tar.gz: e82dbe34ccc61ca775d970776cd68b7f3fcc8f51d5dfec82ece7d2df3190e12d4d031770b4a9b38069acdd97e6055fdd82d236b57ab2d8e42e5fc9ccb539c859
6
+ metadata.gz: 64dd2558049fcdcca42c07996334f35d124473b4903b0ac0cabb9a59173fa647e606d8ac8ca259571cec5b87510e54291172e247a3d50d7c623ce86d53e847e0
7
+ data.tar.gz: b99904b520430f98206393bd9bb56a0093f42c3f57a4c41d958c2f8a8e10c9cb4c1544add919c8b6b5239b239fdf15c29164f7f2490ad1cb7998a1c20c71d8fe
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module Crate
3
- DRIVER_VERSION = '1.1.1'
3
+ DRIVER_VERSION = '1.2.0'
4
4
  VERSION = DRIVER_VERSION + '.0'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jdbc-crate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1.0
4
+ version: 1.2.0.0
5
5
  platform: java
6
6
  authors:
7
7
  - Ahto Jussila
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-11 00:00:00.000000000 Z
11
+ date: 2014-10-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Install this gem `require 'jdbc/crate'` and invoke `Jdbc::Crate.load_driver` within JRuby to load the driver.
14
14
  email:
@@ -19,7 +19,7 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - README.md
21
21
  - LICENSE.txt
22
- - lib/crate-jdbc-standalone-1.1.1.jar
22
+ - lib/crate-jdbc-standalone-1.2.0.jar
23
23
  - lib/jdbc/crate.rb
24
24
  - lib/jdbc/crate/version.rb
25
25
  homepage: http://github.com/ahto/jdbc-crate