embulk-input-aster 0.1.4 → 0.1.5

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: c23d0af6827f366d252bc1b0bc7c03227d66b678
4
- data.tar.gz: 7a4976018053a308646b6e9126b2c1ca29f71a5e
3
+ metadata.gz: da378f207fdccfee86d197ec7bb139ab14b9cce5
4
+ data.tar.gz: 626e9084428e8640f750599b7db70a2be10c5dd1
5
5
  SHA512:
6
- metadata.gz: 82d63b45f2f418013a98cbac1d3b98189d2ef72b6c46c9feef6dc004a171cb1a93dde1a3d44be91eeade030ac7680c2bf4f11988a383afd811c1a10ae7eb30fb
7
- data.tar.gz: f7373440566da6a83f43af07e6915804ac811868d65e65ec175d43d9729b5f7a08947d5177376feedb43a03c7af9db91d1c3569e66e14fe7dffbf23ca73a2ea6
6
+ metadata.gz: 9ab6f0ee2c08a3f4da92d8a64378121dbc581eca99be8fcd978f24214270b6197955f78593e9a9ac443be228bc7b2b195524bf445fa4b2d9014f4e2ddf8510c1
7
+ data.tar.gz: 4ebc444d9dfe1e3bd8935411c42b1d6363f9f8f2f5e72c0058ac7895046115b3a21dbceb285e669bb5b65894fb6878de0375a4204548f4c3c2a5f09ed4d7246a
@@ -16,7 +16,7 @@ configurations {
16
16
  provided
17
17
  }
18
18
 
19
- version = "0.1.4"
19
+ version = "0.1.5"
20
20
 
21
21
  sourceCompatibility = 1.7
22
22
  targetCompatibility = 1.7
@@ -14,6 +14,6 @@ public class AsterInputConnection
14
14
  public AsterInputConnection(Connection connection)
15
15
  throws SQLException
16
16
  {
17
- super(connection, null);
17
+ super(connection, "public");
18
18
  }
19
19
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-aster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - ebyhr
@@ -67,7 +67,7 @@ files:
67
67
  - src/test/java/org/embulk/input/aster/TestAsterInputPlugin.java
68
68
  - src/test/java/org/embulk/input/tester/EmbulkPluginTester.java
69
69
  - classpath/embulk-core-0.8.8.jar
70
- - classpath/embulk-input-aster-0.1.4.jar
70
+ - classpath/embulk-input-aster-0.1.5.jar
71
71
  - classpath/embulk-input-jdbc-0.7.0.jar
72
72
  - classpath/joda-time-2.9.2.jar
73
73
  - classpath/jruby-complete-9.0.5.0.jar