trailblazer-operation.gemspec in trailblazer-operation-0.0.9 vs trailblazer-operation.gemspec in trailblazer-operation-0.0.10

- old
+ new

@@ -6,11 +6,11 @@ spec.name = "trailblazer-operation" spec.version = Trailblazer::Operation::VERSION spec.authors = ["Nick Sutterer"] spec.email = ["apotonick@gmail.com"] spec.description = %q{Trailblazer's operation object.} - spec.summary = %q{Trailblazer's operation object with dependency management and pipetree flow.} + spec.summary = %q{Trailblazer's operation object with railway flow and integrated error handling.} spec.homepage = "http://trailblazer.to" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } @@ -18,10 +18,10 @@ spec.require_paths = ["lib"] spec.add_dependency "uber", ">= 0.1.0", "< 0.2.0" spec.add_dependency "declarative" - spec.add_dependency "pipetree", ">= 0.0.5", "< 0.1.0" + spec.add_dependency "pipetree", ">= 0.1.0", "< 0.2.0" spec.add_development_dependency "bundler" spec.add_development_dependency "rake" spec.add_development_dependency "minitest"