build.gradle in embulk-output-bigquery-0.1.7 vs build.gradle in embulk-output-bigquery-0.1.8

- old
+ new

@@ -13,15 +13,15 @@ } sourceCompatibility = 1.7 targetCompatibility = 1.7 -version = "0.1.7" +version = "0.1.8" dependencies { - compile "org.embulk:embulk-core:0.6.8" - provided "org.embulk:embulk-core:0.6.8" + compile "org.embulk:embulk-core:0.6.22" + provided "org.embulk:embulk-core:0.6.22" compile "com.google.http-client:google-http-client-jackson2:1.20.0" compile "com.google.apis:google-api-services-bigquery:v2-rev205-1.20.0" testCompile "junit:junit:4.+" @@ -47,10 +47,10 @@ spec.authors = ["Satoshi Akama"] spec.summary = %[Google BigQuery output plugin for Embulk] spec.description = %[Embulk plugin that insert records to Google BigQuery.] spec.email = ["satoshiakama@gmail.com"] spec.licenses = ["Apache-2.0"] - spec.homepage = "https://github.com/sakama/embulk-output-bigquery" + spec.homepage = "https://github.com/embulk/embulk-output-bigquery" spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"] spec.test_files = spec.files.grep(%r"^(test|spec)/") spec.require_paths = ["lib"]