pipeable.gemspec in pipeable-0.2.0 vs pipeable.gemspec in pipeable-0.3.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "pipeable" - spec.version = "0.2.0" + spec.version = "0.3.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.license = "Hippocratic-2.1"