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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +1 -1
- data/lib/transactable/pipeable.rb +1 -1
- data/transactable.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 404d0f0a1a1fb991362a94978a3c75d0867bbbe89d929760c367ccac052199fb
|
4
|
+
data.tar.gz: 0e4ecc36c6a2d5c7ec907b07b89725603441f597e8b1e420e9547ea2fb9572ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
data/transactable.gemspec
CHANGED
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.
|
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-
|
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.
|
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
|