jdbc-crate 1.0.5.1-java → 1.0.5.2-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: 27ed94d04a4a42c4ca6228f64fba4debc2a809d9
4
- data.tar.gz: a5af34af58cf5a81a7367cdc13ebcf8a073f2faf
3
+ metadata.gz: 1b255109af226eca5f4132cb514a097cb5f7a21f
4
+ data.tar.gz: 4c7eb6e340dc284e19d34f1c35f4e4ae0d1f6784
5
5
  SHA512:
6
- metadata.gz: d1e5ae3b87edfea2da23e4e1512e0d36ff2124915052ed19a49d8cce45a3629d22ccffc647d63be312ff0f2ccdeea81d5907f26fec39145612b0fe746df733b4
7
- data.tar.gz: 43cca6f9d5f626e518575cf5f4181d115103cd106b34ee7cfb99ececad06495f88504118ec3625014dd399f35c7f772d64d5094c22d7556fb502fa80410e60db
6
+ metadata.gz: 8513531807ba4c6d4b9ea2589a39e166bf959fecb3cbd053aaefad789d6ea0582d14f6b5494997d94abea44052b1df2bba6510d7af41236581ddace09db4a21b
7
+ data.tar.gz: b4c7039af448aa1f9e5b575952841615d396cca8c31bb03b8b36e45bfb1d155c499459a67e1b4b7a53611be2c848bdd1bbd3959a12db34b7f25b43d704b0a518
Binary file
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module Crate
3
3
  DRIVER_VERSION = '1.0.5'
4
- VERSION = DRIVER_VERSION + '.1'
4
+ VERSION = DRIVER_VERSION + '.2'
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.0.5.1
4
+ version: 1.0.5.2
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-08-30 00:00:00.000000000 Z
11
+ date: 2014-08-31 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: