Sha256: bee1b1a893a25d4acce28bc2dd9e2adfdd0b06453b4205551a9b7ee194902c21

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# frozen_string_literal: true

Gem::Specification.new do |spec|
  spec.name = "marameters"
  spec.version = "0.7.0"
  spec.authors = ["Brooke Kuhlmann"]
  spec.email = ["brooke@alchemists.io"]
  spec.homepage = "https://www.alchemists.io/projects/marameters"
  spec.summary = "Provides dynamic method parameter construction and deconstruction."
  spec.license = "Hippocratic-2.1"

  spec.metadata = {
    "bug_tracker_uri" => "https://github.com/bkuhlmann/marameters/issues",
    "changelog_uri" => "https://www.alchemists.io/projects/marameters/versions",
    "documentation_uri" => "https://www.alchemists.io/projects/marameters",
    "funding_uri" => "https://github.com/sponsors/bkuhlmann",
    "label" => "Marameters",
    "rubygems_mfa_required" => "true",
    "source_code_uri" => "https://github.com/bkuhlmann/marameters"
  }

  spec.signing_key = Gem.default_key_path
  spec.cert_chain = [Gem.default_cert_path]

  spec.required_ruby_version = "~> 3.1"
  spec.add_dependency "refinements", "~> 9.6"
  spec.add_dependency "zeitwerk", "~> 2.6"

  spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
  spec.files = Dir["*.gemspec", "lib/**/*"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
marameters-0.7.0 marameters.gemspec