build.gradle in embulk-input-gcs-0.1.3 vs build.gradle in embulk-input-gcs-0.1.4

- old
+ new

@@ -13,11 +13,11 @@ } sourceCompatibility = 1.7 targetCompatibility = 1.7 -version = "0.1.3" +version = "0.1.4" dependencies { compile "org.embulk:embulk-core:0.5.1" provided "org.embulk:embulk-core:0.5.1" @@ -47,10 +47,10 @@ spec.authors = ["Satoshi Akama"] spec.summary = %[Google Cloud Storage input plugin for Embulk] spec.description = %[gcs input plugin is an Embulk plugin that loads records from Google Cloud Storage. read by any input plugins. Search the output plugins by 'embulk-output' keyword.] spec.email = ["satoshiakama@gmail.com"] spec.licenses = ["Apache-2.0"] - spec.homepage = "https://github.com/sakama/embulk-input-gcs" + spec.homepage = "https://github.com/embulk/embulk-input-gcs" spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"] spec.test_files = spec.files.grep(%r"^(test|spec)/") spec.require_paths = ["lib"]