capistrano_multiconfig_parallel 1.5.2 → 1.6.0
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41637732b5b656f58b1abf8a34ee438c4a462f8d
|
4
|
+
data.tar.gz: 5a7ffd4a138edf79c01bb8af11817c082ffa7f34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cac726968d4d54a923ad181e6cb6291df404e2939d74d12910afd5eae36ba6d99ccc701e7d00fe7a2bd2ec9dd2276a63f57808c96352581fffc1d221d603ee1e
|
7
|
+
data.tar.gz: b20ab1b87988c254de6d0d925fa472c86e0fcaabdc4ece5f7911b5af9aed31b773e0e3bbec51acd2a6217e6f7c0a0c687ccbf1a1264fb57abdb27791f3d836dd
|
@@ -124,6 +124,14 @@ module CapistranoMulticonfigParallel
|
|
124
124
|
finished? || crashed?
|
125
125
|
end
|
126
126
|
|
127
|
+
def inspect
|
128
|
+
to_s
|
129
|
+
end
|
130
|
+
|
131
|
+
def to_s
|
132
|
+
JSON.generate(to_json)
|
133
|
+
end
|
134
|
+
|
127
135
|
def to_json
|
128
136
|
hash = {}
|
129
137
|
%w(id app stage action task_arguments env_options status exit_status).each do |key|
|