We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fc154 commit 10a27b4Copy full SHA for 10a27b4
build.gradle
@@ -78,7 +78,7 @@ Gem::Specification.new do |spec|
78
spec.description = %[Dumps records to AWS DynamoDB.]
79
spec.email = ["satoshiakama@gmail.com"]
80
spec.licenses = ["Apache-2.0"]
81
- # TODO set this: spec.homepage = "https://github.com/sakama/embulk-output-dynamodb"
+ spec.homepage = "https://github.com/sakama/embulk-output-dynamodb"
82
83
spec.files = `git ls-files`.split("\n") + Dir["classpath/*.jar"]
84
spec.test_files = spec.files.grep(%r"^(test|spec)/")
0 commit comments