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 +4 -4
- data/app/models/rdux/action.rb +2 -1
- data/lib/rdux/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35cf30e3852b2520fb9988cae024c347caa472dc9466750ff0577ec733a0aebf
|
|
4
|
+
data.tar.gz: 9346d160451a0e3365c36ec521eadb3593286baedca6f5c272b16caa7ad63773
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bac032050e6bac502f01e7773e1ddd1fe92410d94a6f14b9dfc58d3cae0811fa41e69a29d5c63fb9ab9640dce45bfb8d293c8c9ab4a4c832a517a81046f1313
|
|
7
|
+
data.tar.gz: bbfd1964c7e87318f655476888049540858bc815a4e68042ea1d0d32c661a77583fd85b41551c1e73749158ab7d3c791d3ca9cd2e453dce98950666e78ac5909
|
data/app/models/rdux/action.rb
CHANGED
|
@@ -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
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.
|
|
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-
|
|
11
|
+
date: 2023-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|