trailblazer-activity-dsl-linear 0.2.2 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b71ad468447d5f374d53986b9122f9b9583c3c546eecd5dc4282d7b33f4c7aae
4
- data.tar.gz: 01a90d78cd13b72586c638768e6ff1d78ba30a72757aa3a2409db567ba8f6278
3
+ metadata.gz: c0cf822fabc3908a1f4d17cb3763de0e8207707fdca0fc70e8e044bb25648e2a
4
+ data.tar.gz: f593d6ebf87bd6557412f0bb3416281393c8b2bdb65531f71fba8b3dca72e560
5
5
  SHA512:
6
- metadata.gz: 6838ff5b3200d3e7603cd5055fc28c64007a2e26fa254bc269ee4b8f71e08b2c86fb82d28736a7f127613bd59203e5513c2342ed4e65b5976e079e07b035d1bf
7
- data.tar.gz: f6f65e7496ee881ca89c422216285db71a87f04dc5c0c085d7e604cfac2faadb2b21ae5c171cdc572bd9ca663d9c4e4f1057e31f4d2514c1a91204aff9241ec0
6
+ metadata.gz: 46615d999f5352420c35ef394a747e2e5d1fdcaa6e66e73184ab6c05f3f3e2c1137f52f540914a4f6f96a928a0dc279f508a4cef662b1bbab135b32fcba8e9e3
7
+ data.tar.gz: 2fc9847a11f5be34e940fcc489a53630835042ba6567b70440e1149f27e1a5dfcf3c284415c0be05e1ea431ab2f623e6c29176f6781222cabb103892a3442af9
data/CHANGES.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.2.3
2
+
3
+ * Add `Strategy::invoke` which is a short-cut to `TaskWrap.invoke`. It's available as class method in all three strategies.
4
+
1
5
  # 0.2.2
2
6
 
3
7
  * Fix requiring `trailblazer/activity.rb`.
@@ -96,6 +96,10 @@ module Trailblazer
96
96
  circuit_options.merge(exec_context: new)
97
97
  )
98
98
  end
99
+
100
+ def invoke(*args)
101
+ TaskWrap.invoke(self, *args)
102
+ end
99
103
  end # Strategy
100
104
  end
101
105
  end
@@ -3,7 +3,7 @@ module Trailblazer
3
3
  module Activity
4
4
  module DSL
5
5
  module Linear
6
- VERSION = "0.2.2"
6
+ VERSION = "0.2.3"
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trailblazer-activity-dsl-linear
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Sutterer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-24 00:00:00.000000000 Z
11
+ date: 2019-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trailblazer-activity