Sha256: 0a0f6faba45cb154d7b83199a72bd3004d0be2d7ea0fd0ca4e22284ef4f0a815
Contents?: true
Size: 992 Bytes
Versions: 1
Compression:
Stored size: 992 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "refinements" spec.version = "9.3.0" spec.authors = ["Brooke Kuhlmann"] spec.email = ["brooke@alchemists.io"] spec.homepage = "https://www.alchemists.io/projects/refinements" spec.summary = "A collection of refinements to core Ruby objects." spec.license = "Hippocratic-3.0" spec.metadata = { "bug_tracker_uri" => "https://github.com/bkuhlmann/refinements/issues", "changelog_uri" => "https://www.alchemists.io/projects/refinements/versions", "documentation_uri" => "https://www.alchemists.io/projects/refinements", "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.1" 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-9.3.0 | refinements.gemspec |