Sha256: 4f54c35694c4d479e086108938b3e3911c04fcac2dd5dd01d9d5e5d8fe22fbf3
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
# frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "pipeable" spec.version = "0.12.0" spec.authors = ["Brooke Kuhlmann"] spec.email = ["brooke@alchemists.io"] spec.homepage = "https://alchemists.io/projects/pipeable" spec.summary = "A domain specific language for building functionally composable steps." spec.license = "Hippocratic-2.1" spec.metadata = { "bug_tracker_uri" => "https://github.com/bkuhlmann/pipeable/issues", "changelog_uri" => "https://alchemists.io/projects/pipeable/versions", "homepage_uri" => "https://alchemists.io/projects/pipeable", "funding_uri" => "https://github.com/sponsors/bkuhlmann", "label" => "Pipeable", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/bkuhlmann/pipeable" } spec.signing_key = Gem.default_key_path spec.cert_chain = [Gem.default_cert_path] spec.required_ruby_version = ">= 3.3", "<= 3.4" spec.add_dependency "containable", "~> 0.2" spec.add_dependency "dry-monads", "~> 1.6" spec.add_dependency "marameters", "~> 3.9" spec.add_dependency "refinements", "~> 12.9" spec.add_dependency "zeitwerk", "~> 2.7" 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 |
---|---|
pipeable-0.12.0 | pipeable.gemspec |