Skip to content

Commit

Permalink
Add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby authored Jun 17, 2024
1 parent b5e904b commit 5a2b168
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion enumerize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ Gem::Specification.new do |gem|
gem.name = "enumerize"
gem.require_paths = ["lib"]
gem.version = Enumerize::VERSION

gem.metadata = {
"homepage_uri" => "https://github.com/brainspec/enumerize",
"changelog_uri" => "https://github.com/brainspec/enumerize/blob/main/CHANGELOG.md",
"source_code_uri" => "https://github.com/brainspec/enumerize",
"bug_tracker_uri" => "https://github.com/brainspec/enumerize/issues",
"wiki_uri" => "https://github.com/brainspec/enumerize/wiki"
}
gem.required_ruby_version = '>= 2.7'

gem.add_dependency('activesupport', '>= 3.2')
Expand Down

0 comments on commit 5a2b168

Please sign in to comment.