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: 5a05de13db7c47319ae34badc8576c5b2a255a79
4
- data.tar.gz: 3ef4985a8e8e17431cbbdb94d1b56dfb4262f8cd
3
+ metadata.gz: 41637732b5b656f58b1abf8a34ee438c4a462f8d
4
+ data.tar.gz: 5a7ffd4a138edf79c01bb8af11817c082ffa7f34
5
5
  SHA512:
6
- metadata.gz: f7d86fd151ea7113dd3ed2b6afcafe85f1191443bcb4f4beaa7517aa44ef0622a4733af006df334e7231bf68dd425ca4dd747d31c74c14641bb0fa8622c34dd5
7
- data.tar.gz: 488adde7157ef7f3678c965e11b5398ef33c7f080338469f44789328d181152710a34bc2c86907a22c09af4abb02e372899718c4c5b45731e9c93c0e9d456859
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|
@@ -7,8 +7,8 @@ module CapistranoMulticonfigParallel
7
7
  # module used for generating the version
8
8
  module VERSION
9
9
  MAJOR = 1
10
- MINOR = 5
11
- TINY = 2
10
+ MINOR = 6
11
+ TINY = 0
12
12
  PRE = nil
13
13
 
14
14
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_multiconfig_parallel
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada