rdux 0.3.0 → 0.3.1

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: 56611332f7071f2e1b9975e05c8886ff05f6b7107817ee5b71bb36d97e6b720d
4
- data.tar.gz: 210f46fd573288d20dbdc38f4fa62c3ecef064ff7cafa48ee0f8549ab631ebcc
3
+ metadata.gz: 35cf30e3852b2520fb9988cae024c347caa472dc9466750ff0577ec733a0aebf
4
+ data.tar.gz: 9346d160451a0e3365c36ec521eadb3593286baedca6f5c272b16caa7ad63773
5
5
  SHA512:
6
- metadata.gz: 140e8bb81c6ad284a931a3d5565777c76e57bbc20405e8220846e2d4691635939f4fa0069ce2a22756b5f79e4788a9a873895de36a7b5f7ad07cac3b23d28d35
7
- data.tar.gz: e61e3931c6ddd9b206ba58d1eb95d2ca375f6343a61c293198bb24be9f119f2020aebee9a35be2aa664ea59b1a8b8f3372b394b2e2e0748fcde61c17025c3e47
6
+ metadata.gz: 0bac032050e6bac502f01e7773e1ddd1fe92410d94a6f14b9dfc58d3cae0811fa41e69a29d5c63fb9ab9640dce45bfb8d293c8c9ab4a4c832a517a81046f1313
7
+ data.tar.gz: bbfd1964c7e87318f655476888049540858bc815a4e68042ea1d0d32c661a77583fd85b41551c1e73749158ab7d3c791d3ca9cd2e453dce98950666e78ac5909
@@ -28,8 +28,9 @@ module Rdux
28
28
  return false unless down_at.nil?
29
29
  return false unless can_down?
30
30
 
31
- perform_action(:down, down_payload, build_opts)
31
+ res = perform_action(:down, down_payload, build_opts)
32
32
  update(down_at: Time.current)
33
+ res
33
34
  end
34
35
 
35
36
  def to_failed_action
data/lib/rdux/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rdux
4
- VERSION = '0.3.0'
4
+ VERSION = '0.3.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdux
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zbigniew Humeniuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-31 00:00:00.000000000 Z
11
+ date: 2023-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails