Sha256: 9e5041ed25616baed760bf468ec5a756912417c5ccd1344377075aae62e2e868
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.11.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.2" spec.add_dependency "refinements", "~> 12.9" 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 |
---|---|
pipeable-0.11.0 | pipeable.gemspec |