Skip to content

Commit

Permalink
slim.gemspec: Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed Jan 20, 2024
1 parent 98d7561 commit 4bc7e51
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion slim.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@ Gem::Specification.new do |s|
s.email = ['mail@daniel-mendler.de', 'andy@stonean.com', 'ifredwu@gmail.com']
s.summary = 'Slim is a template language.'
s.description = 'Slim is a template language whose goal is reduce the syntax to the essential parts without becoming cryptic.'
s.homepage = 'http://github.com/slim-template/slim/'
s.homepage = 'https://slim-template.github.io/'
s.license = 'MIT'

s.metadata = {
"bug_tracker_uri" => "https://github.com/slim-template/slim/issues",
"changelog_uri" => "https://github.com/slim-template/slim/blob/main/CHANGES",
"documentation_uri" => "https://rubydoc.info/gems/slim/frames",
"homepage_uri" => "https://slim-template.github.io/",
"source_code_uri" => "https://github.com/slim-template/slim",
"wiki_uri" => "https://github.com/slim-template/slim/wiki",
"funding_uri" => "https://github.com/sponsors/slim-template"
}

s.files = `git ls-files`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = %w(lib)
Expand Down

0 comments on commit 4bc7e51

Please sign in to comment.