README.md in business_pipeline-0.2.0 vs README.md in business_pipeline-0.3.0
- old
+ new
@@ -1,6 +1,10 @@
[![Build Status](https://travis-ci.org/simonc/business_pipeline.svg?branch=master)](https://travis-ci.org/simonc/business_pipeline)
+## Deprecated
+
+This gem is no longer active and the recommended alternative is [dry-transactions](https://dry-rb.org/gems/dry-transaction).
+
# BusinessPipeline
BusinessPipeline (BP) aim is to help organize your app's logic in a generic way. You define business bricks that you can then plug together to build more eveolved pipelines.
While it was developed with Rails in mind, BP has no dependency upon it and can be used to organize pretty much any Ruby code.