Skip to content

Commit

Permalink
Normalize gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 2, 2024
1 parent 94017d1 commit eaea0ea
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions rackup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ Gem::Specification.new do |spec|

spec.homepage = "https://github.com/rack/rackup"

spec.files = Dir['{bin,lib}/**/*', '*.md']
spec.metadata = {
"rubygems_mfa_required" => "true",
"source_code_uri" => "https://github.com/rack/rackup.git",
}

spec.files = Dir["{bin,lib}/**/*", "*.md"]

spec.executables = ["rackup"]

spec.required_ruby_version = ">= 2.5"

spec.metadata = {
"rubygems_mfa_required" => "true"
}

spec.add_dependency "rack", ">= 3"
spec.add_dependency "webrick", "~> 1.8"

Expand Down

0 comments on commit eaea0ea

Please sign in to comment.