pipeable.gemspec in pipeable-0.9.0 vs pipeable.gemspec in pipeable-0.9.1

- old
+ new

@@ -1,19 +1,19 @@ # frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "pipeable" - spec.version = "0.9.0" + spec.version = "0.9.1" 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", - "documentation_uri" => "https://alchemists.io/projects/pipeable", + "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" }