Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update literal.gemspec

+2 -2
+2 -2
literal.gemspec
··· 9 9 spec.email = ["joel@drapper.me"] 10 10 11 11 spec.summary = "Enums, properties, generics, structured objects and runtime type checking." 12 - spec.description = "A literal Ruby gem." 12 + spec.description = "Enums, properties, generics, structured objects and runtime type checking." 13 13 spec.homepage = "https://literal.fun" 14 14 spec.license = "MIT" 15 15 spec.required_ruby_version = ">= 3.1" 16 16 17 17 spec.metadata["homepage_uri"] = spec.homepage 18 18 spec.metadata["source_code_uri"] = "https://github.com/joeldrapper/literal" 19 - spec.metadata["changelog_uri"] = "https://github.com/joeldrapper/literal/blob/main/CHANGELOG.md" 19 + spec.metadata["changelog_uri"] = "https://github.com/joeldrapper/literal/releases" 20 20 spec.metadata["funding_uri"] = "https://github.com/sponsors/joeldrapper" 21 21 22 22 spec.files = Dir[