Sha256: 0a2247db2743ccdaa6ced227c63c443603e99f96c7f99ca0cd4c04bc361075ae

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

# frozen_string_literal: true

Gem::Specification.new do |spec|
  spec.name = "refinements"
  spec.version = "12.5.0"
  spec.authors = ["Brooke Kuhlmann"]
  spec.email = ["brooke@alchemists.io"]
  spec.homepage = "https://alchemists.io/projects/refinements"
  spec.summary = "A collection of core object refinements."
  spec.license = "Hippocratic-2.1"

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

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

  spec.required_ruby_version = "~> 3.3"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinements-12.5.0 refinements.gemspec