From b385b12c3cba867b8c12e517a3a3deb21b59ec1e Mon Sep 17 00:00:00 2001 From: yuuzi Date: Sun, 12 Feb 2017 00:05:59 +0900 Subject: [PATCH] add homepage info --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f397da6..decb644 100644 --- a/build.gradle +++ b/build.gradle @@ -82,13 +82,12 @@ Gem::Specification.new do |spec| spec.description = %[Decodes LZ4 files read by other file input plugins.] spec.email = ["yuuzi41@hotmail.com"] spec.licenses = ["MIT"] - # TODO set this: spec.homepage = "https://github.com/yuuzi41/embulk-decoder-lz4" + spec.homepage = "https://github.com/yuuzi41/embulk-decoder-lz4" spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"] spec.test_files = spec.files.grep(%r"^(test|spec)/") spec.require_paths = ["lib"] - #spec.add_dependency 'YOUR_GEM_DEPENDENCY', ['~> YOUR_GEM_DEPENDENCY_VERSION'] spec.add_development_dependency 'bundler', ['~> 1.0'] spec.add_development_dependency 'rake', ['>= 10.0'] end