Skip to content

Commit

Permalink
add homepage info
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuzi41 committed Feb 11, 2017
1 parent 6f5cec0 commit b385b12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,12 @@ Gem::Specification.new do |spec|
spec.description = %[Decodes LZ4 files read by other file input plugins.]
spec.email = ["[email protected]"]
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
Expand Down

0 comments on commit b385b12

Please sign in to comment.