We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8aba43 + c3953d4 commit a08b697Copy full SHA for a08b697
rake.gemspec
@@ -23,6 +23,13 @@ Rake has the following features:
23
s.homepage = "https://github.com/ruby/rake".freeze
24
s.licenses = ["MIT".freeze]
25
26
+ s.metadata = {
27
+ "bug_tracker_uri" => "https://github.com/ruby/rake/issues",
28
+ "changelog_uri" => "https://github.com/ruby/rake/blob/v#{s.version}/History.rdoc",
29
+ "documentation_uri" => "https://ruby.github.io/rake",
30
+ "source_code_uri" => "https://github.com/ruby/rake/tree/v#{s.version}",
31
+ }
32
+
33
s.files = %x[git ls-files -z].split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } -
34
%w[.rubocop.yml .gitignore .travis.yml appveyor.yml]
35
s.bindir = "exe"
0 commit comments