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

- old
+ new

@@ -13,15 +13,15 @@ } sourceCompatibility = 1.7 targetCompatibility = 1.7 -version = "0.1.4" +version = "0.1.5" dependencies { - compile "org.embulk:embulk-core:0.5.1" - provided "org.embulk:embulk-core:0.5.1" + compile "org.embulk:embulk-core:0.7.1" + provided "org.embulk:embulk-core:0.7.1" compile "com.google.http-client:google-http-client-jackson2:1.19.0" compile ("com.google.apis:google-api-services-storage:v1-rev27-1.19.1") {exclude module: "guava-jdk5"} testCompile "junit:junit:4.+" @@ -44,10 +44,10 @@ Gem::Specification.new do |spec| spec.name = "${project.name}" spec.version = "${project.version}" 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.description = %[Reads files stored on Google Cloud Storage (Standard/Durable Reduced Availability/Nearline)] spec.email = ["satoshiakama@gmail.com"] spec.licenses = ["Apache-2.0"] spec.homepage = "https://github.com/embulk/embulk-input-gcs" spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"]