nxt_pipeline 0.2.6 → 0.2.7

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: e5b6a6aecafbd42348179870b4fb233198d36f57fcaf9bc15a73ec1cf94c7153
4
- data.tar.gz: 550eb798e64c2cf093bb991589c5fc3b711e01da213d9079efa690ad5bfd7f07
3
+ metadata.gz: '079b49ce08eb72bba135aa10dd2d0c41951f13b7fa0f7b511eed0d1ba97b37d7'
4
+ data.tar.gz: 33282f6b73e65a6bd12c90c9951a9e73560a1576843c24f62fcdacdea41aef48
5
5
  SHA512:
6
- metadata.gz: 854f0e2cdfe534178509d440d5f997c37734a91389c1f994e64054f5a9ffcbe125f90b61eaf4721214ada62f34abed5378fb734538398a2a34d61eb3926aa55d
7
- data.tar.gz: c5c1dc5effe486335cffe8fdb766bb756fdb0c55825d89169daea456694fea809ae0938d13500765a09ab364b5aad11c0ce4a6f1b20573db38361f1907a36061
6
+ metadata.gz: f1979896e23d1ae5f608a2cc26f2e5985394a2a6189e4a299bf992b9e0410c2e5b9e46eeaf837a6d1e72197610bc7e007e59691284de749da9aaa92b2e88384a
7
+ data.tar.gz: 225f97823bc401675d774a42344d3e62e6692fda45b4a13fe15a4abf27bcb321c3e2e249762e41dc3600a1731ca6e2b65a16db6eec0ac2a17badf3c76dc975e3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nxt_pipeline (0.2.6)
4
+ nxt_pipeline (0.2.7)
5
5
  activesupport
6
6
 
7
7
  GEM
@@ -73,7 +73,6 @@ module NxtPipeline
73
73
  result = steps.inject(arg) do |argument, step|
74
74
  execute_step(step, argument)
75
75
  rescue StandardError => error
76
- puts step
77
76
  callback = find_error_callback(error)
78
77
  raise unless callback && callback.continue_after_error?
79
78
  handle_step_error(error)
@@ -1,3 +1,3 @@
1
1
  module NxtPipeline
2
- VERSION = "0.2.6".freeze
2
+ VERSION = "0.2.7".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nxt_pipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nils Sommer