pipeable.gemspec in pipeable-0.3.0 vs pipeable.gemspec in pipeable-0.4.0

- old
+ new

@@ -1,13 +1,13 @@ # frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "pipeable" - spec.version = "0.3.0" + spec.version = "0.4.0" spec.authors = ["Brooke Kuhlmann"] spec.email = ["brooke@alchemists.io"] spec.homepage = "https://alchemists.io/projects/pipeable" - spec.summary = "An implementation of the Railway Pattern for functional composable pipelines." + 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",