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 2a6b0aa commit bf35f0eCopy full SHA for bf35f0e
dry-struct.gemspec
@@ -21,6 +21,8 @@ Gem::Specification.new do |spec|
21
spec.executables = []
22
spec.require_paths = ["lib"]
23
24
+ spec.extra_rdoc_files = ["README.md", "CHANGELOG.md", "LICENSE"]
25
+
26
spec.metadata["allowed_push_host"] = "https://rubygems.org"
27
spec.metadata["changelog_uri"] = "https://github.com/dry-rb/dry-struct/blob/main/CHANGELOG.md"
28
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/dry-struct"
0 commit comments