1
0

Fill in gemspec placeholders

This commit is contained in:
Tim Kächele 2023-09-02 08:35:29 +02:00
parent 1f0b45630f
commit c3728bf5da

View File

@ -5,19 +5,17 @@ require_relative "lib/planet_express_express/version"
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = "planet_express_express" spec.name = "planet_express_express"
spec.version = PlanetExpressExpress::VERSION spec.version = PlanetExpressExpress::VERSION
spec.authors = ["Tim K\xC3\xA4chele"] spec.authors = ["Tim Kächele"]
spec.email = ["mail@timkaechele.me"] spec.email = ["mail@timkaechele.me"]
spec.summary = "TODO: Write a short summary, because RubyGems requires one." spec.summary = "A performant discount calculator"
spec.description = "TODO: Write a longer description or delete this line." spec.description = "Data oriented implementation of a discount calculator."
spec.homepage = "TODO: Put your gem's website or public repo URL here." spec.homepage = "https://git.timkaechele.me"
spec.required_ruby_version = ">= 2.6.0" spec.required_ruby_version = ">= 2.6.0"
spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
spec.metadata["homepage_uri"] = spec.homepage spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here." spec.metadata["source_code_uri"] = "https://git.timkaechele.me"
spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here." spec.metadata["changelog_uri"] = "https://git.timkaechele.me"
# Specify which files should be added to the gem when it is released. # Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.