carry_out 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/carry_out.gemspec +2 -2
- data/lib/carry_out/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c9f59c3fdf1a6dd01fe5d4b0404007ad7081bf2e
|
|
4
|
+
data.tar.gz: 247312d6e6288da1d57be175114f0fe00cfbc197
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5ef74356c21816d4db423b005963f91b69ed0a9e68afcc9e242f1fd076253b2a2dd605c3b00345ee31ad0b40be15b92565ba0666bdcf56b5039aa6f1192bd5a
|
|
7
|
+
data.tar.gz: c5a9fffd5171e78052e6b654dcd77eb22efdcb4bafa22f1a3ef4a211190fcecec42e4f1a07085751ec2abb3531ba9c938bfe4edd7c9096745be8c33a6cc36334
|
data/carry_out.gemspec
CHANGED
|
@@ -11,9 +11,9 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Compose units of logic into an executable workflow.}
|
|
13
13
|
spec.description = <<-EOF
|
|
14
|
-
CarryOut connects units of logic into
|
|
14
|
+
CarryOut connects units of logic into a serial execution. Each unit can extend
|
|
15
15
|
the DSL with parameter methods. Artifacts and errors are collected as
|
|
16
|
-
the
|
|
16
|
+
the series executes and are returned in a result bundle upon completion.
|
|
17
17
|
EOF
|
|
18
18
|
|
|
19
19
|
spec.homepage = "https://github.com/ryanfields/carry_out"
|
data/lib/carry_out/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carry_out
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Fields
|
|
@@ -81,9 +81,9 @@ dependencies:
|
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0.8'
|
|
83
83
|
description: |2
|
|
84
|
-
CarryOut connects units of logic into
|
|
84
|
+
CarryOut connects units of logic into a serial execution. Each unit can extend
|
|
85
85
|
the DSL with parameter methods. Artifacts and errors are collected as
|
|
86
|
-
the
|
|
86
|
+
the series executes and are returned in a result bundle upon completion.
|
|
87
87
|
email:
|
|
88
88
|
- ryan.fields@twoleftbeats.com
|
|
89
89
|
executables: []
|