transactable 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70d7c82820c04f75d495871a6354cdb900bf08bc8ca294087d490f6655d68fc5
4
- data.tar.gz: 4eac73b826330c9dfeec049e41882da61f875c588c989929be54a27d91b88ac2
3
+ metadata.gz: 404d0f0a1a1fb991362a94978a3c75d0867bbbe89d929760c367ccac052199fb
4
+ data.tar.gz: 0e4ecc36c6a2d5c7ec907b07b89725603441f597e8b1e420e9547ea2fb9572ca
5
5
  SHA512:
6
- metadata.gz: 72f2e52230f5723853f05361b8755d939a066326d586d3f3e698da89e0e6378e0132693962ea06692d6287a07318fa3fb42dfaef8eea937d76eb3f0c71e1f4e8
7
- data.tar.gz: 3fdf10667dac063d714d2502ce60077a08b6b703bb2ddfa05b7c8359c20f343a7152f1ae596c3d816184f97fa5d11189070c2fe56d419a4273ae7e76be790925
6
+ metadata.gz: 0e5c5320afa0b195e513caff0ca9e00f2a03671c5aa3816104f0e45f93f01ac5ebb0afb72e40a32a747652e39a651e0f4891c76de6a6794080e0cbc2918f81a0
7
+ data.tar.gz: 1ce19a3efd0c0585b01f8cc2c1558d875af07fe05e32042d993522655c3c0bcb50ff1ba4622a5249be2d994339893828e2dfff7cfb1a492758706c0fa6d96fff
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -395,7 +395,7 @@ Demo.new.call :a # Yields: Success :a_b
395
395
 
396
396
  ===== Custom
397
397
 
398
- If you'd like to define permanent and reusable step, you can register a custom step which requires you to:
398
+ If you'd like to define permanent and reusable steps, you can register a custom step which requires you to:
399
399
 
400
400
  . Define a custom step as a new class.
401
401
  . Register your custom step along side the existing default steps.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "dry/monads/result"
3
+ require "dry/monads"
4
4
 
5
5
  module Transactable
6
6
  # Allows any object to pipe sequential steps together which can be composed into a single result.
data/transactable.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "transactable"
5
- spec.version = "0.5.1"
5
+ spec.version = "0.5.2"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/transactable"
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: transactable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -35,7 +35,7 @@ cert_chain:
35
35
  3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
36
36
  gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
37
37
  -----END CERTIFICATE-----
38
- date: 2023-06-19 00:00:00.000000000 Z
38
+ date: 2023-07-23 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: dry-container
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  - !ruby/object:Gem::Version
196
196
  version: '0'
197
197
  requirements: []
198
- rubygems_version: 3.4.14
198
+ rubygems_version: 3.4.17
199
199
  signing_key:
200
200
  specification_version: 4
201
201
  summary: A domain specific language for functionally composable transactional workflows.
metadata.gz.sig CHANGED
Binary file