Skip to content

Commit

Permalink
Update literal.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Dec 10, 2024
1 parent 5fe1974 commit 758fef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions literal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = "Enums, properties, generics, structured objects and runtime type checking."
spec.description = "A literal Ruby gem."
spec.description = "Enums, properties, generics, structured objects and runtime type checking."
spec.homepage = "https://literal.fun"
spec.license = "MIT"
spec.required_ruby_version = ">= 3.1"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/joeldrapper/literal"
spec.metadata["changelog_uri"] = "https://github.com/joeldrapper/literal/blob/main/CHANGELOG.md"
spec.metadata["changelog_uri"] = "https://github.com/joeldrapper/literal/releases"
spec.metadata["funding_uri"] = "https://github.com/sponsors/joeldrapper"

spec.files = Dir[
Expand Down

0 comments on commit 758fef1

Please sign in to comment.