carry_out 1.3.2 → 1.3.3

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
  SHA1:
3
- metadata.gz: c7442bc663257647a15d193b9691d50e0f785b9f
4
- data.tar.gz: 94056b9ad31d4231f088bbaa1c0a96247d64d54d
3
+ metadata.gz: c9f59c3fdf1a6dd01fe5d4b0404007ad7081bf2e
4
+ data.tar.gz: 247312d6e6288da1d57be175114f0fe00cfbc197
5
5
  SHA512:
6
- metadata.gz: ffb61a74d007cacd4c5744141f701625ea50e49b6920eb1fa460f46b4e7d851e5ff3cc408c5195ff9141310def3dfc26a5a5009e420ef7392a8cf4b4d5fef834
7
- data.tar.gz: dd74aec5b4d9677f85e50f4aef7ddc7c31a8a57a6088d5fd2155b3ee8e4e249ae94b9ddb2587d3a107b7d08d81ac82e13b4aa0c1ecad7b3ffcbe2f517bbe9048
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 workflows. Each unit can extend
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 workflow executes and are returned in a result bundle upon completion.
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"
@@ -1,3 +1,3 @@
1
1
  module CarryOut
2
- VERSION = "1.3.2"
2
+ VERSION = "1.3.3"
3
3
  end
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.2
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 workflows. Each unit can extend
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 workflow executes and are returned in a result bundle upon completion.
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: []