Skip to content

Commit

Permalink
Update gemspec for late release
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Oct 2, 2024
1 parent e87f546 commit 5109e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mime-types-data.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.metadata = { "rubygems_mfa_required" => "true" } if s.respond_to? :metadata=
s.require_paths = ["lib".freeze]
s.authors = ["Austin Ziegler".freeze]
s.date = "2024-10-01"
s.date = "2024-10-02"
s.description = "mime-types-data provides a registry for information about MIME media type\ndefinitions. It can be used with the Ruby mime-types library or other software\nto determine defined filename extensions for MIME types, or to use filename\nextensions to look up the likely MIME type definitions.".freeze
s.email = ["halostatue@gmail.com".freeze]
s.extra_rdoc_files = ["Code-of-Conduct.md".freeze, "Contributing.md".freeze, "History.md".freeze, "Licence.md".freeze, "Manifest.txt".freeze, "README.md".freeze, "SECURITY.md".freeze]
Expand All @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.licenses = ["MIT".freeze]
s.rdoc_options = ["--main".freeze, "README.md".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze)
s.rubygems_version = "3.5.20".freeze
s.rubygems_version = "3.5.16".freeze
s.summary = "mime-types-data provides a registry for information about MIME media type definitions".freeze

s.specification_version = 4
Expand Down

0 comments on commit 5109e72

Please sign in to comment.