capistrano_multiconfig_parallel 0.20.0 → 0.20.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 641de7a89fa577cee18d2a6aa6b2419aea55d861
4
- data.tar.gz: e240a8295e20d5c93e989021ef9368f8ec3ef6b2
3
+ metadata.gz: acf7f4a093db424e1e19655771fac6aa947dcb1b
4
+ data.tar.gz: e51a9e60870f4325f793712cdc793201173b9bdf
5
5
  SHA512:
6
- metadata.gz: fc6090766c60e6a44d4a59e83e71c84714d308a1e210d460cd24472e27a1e470ba605357e3da095e14ce332cf3d7ea95754cf5ff720aae121e0bae31ab27f01d
7
- data.tar.gz: b3357c295e0b6c2b04408678c8f04098589d7628ef66622f42f633da086375a85db23ebc9feec00d6ff9013d8f25b5258d63beeb6ff1c36c4d644d5400e128ec
6
+ metadata.gz: 0ea50ec0378c627bfaf7e458c16bad7e2ef8f7696b7ef1c496394ee75aa859ed22e4889feda09ee8ad8439e9d3fe078a0b73cf4ddcde4cdd82122755482cb505
7
+ data.tar.gz: 8858b0b529afd5d4b7b6caff9ed52278c6cde83e3559a3a643bad255ab6a2c9c21ddb08607b5b9fdf5551b649e8ecc7c1e6590d07202bc71480350b4beb1df43
Binary file
@@ -8,7 +8,7 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
  MAJOR = 0
10
10
  MINOR = 20
11
- TINY = 0
11
+ TINY = 1
12
12
  PRE = nil
13
13
 
14
14
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
@@ -1 +0,0 @@
1
- require 'capistrano_multiconfig_parallel/all'
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: 0.20.0
4
+ version: 0.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
@@ -608,7 +608,6 @@ files:
608
608
  - ".travis.yml"
609
609
  - CONTRIBUTING.md
610
610
  - Gemfile
611
- - Gemfile.lock
612
611
  - Guardfile
613
612
  - LICENSE
614
613
  - README.md
data/Gemfile.lock DELETED
@@ -1,327 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- capistrano_multiconfig_parallel (0.19.2)
5
- activesupport (~> 4.0, >= 4.0)
6
- capistrano (~> 3.0, >= 3.0)
7
- celluloid-pmap (~> 0.2, >= 0.2.2)
8
- celluloid_pubsub (~> 0.0, >= 0.0.22)
9
- colorize (~> 0.7, >= 0.7)
10
- composable_state_machine (~> 1.0, >= 1.0.2)
11
- configliere (~> 0.4, >= 0.4)
12
- devnull (~> 0.1, >= 0.1)
13
- eventmachine (~> 1.0, >= 1.0.3)
14
- inquirer (~> 0.2, >= 0.2)
15
- right_popen (~> 1.1, >= 1.1.3)
16
- terminal-table (~> 1.5, >= 1.5.2)
17
- versionomy (~> 0.4, >= 0.4.4)
18
-
19
- GEM
20
- remote: http://rubygems.org/
21
- specs:
22
- abstract_type (0.0.7)
23
- actionpack (4.2.5)
24
- actionview (= 4.2.5)
25
- activesupport (= 4.2.5)
26
- rack (~> 1.6)
27
- rack-test (~> 0.6.2)
28
- rails-dom-testing (~> 1.0, >= 1.0.5)
29
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- actionview (4.2.5)
31
- activesupport (= 4.2.5)
32
- builder (~> 3.1)
33
- erubis (~> 2.7.0)
34
- rails-dom-testing (~> 1.0, >= 1.0.5)
35
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
36
- activesupport (4.2.5)
37
- i18n (~> 0.7)
38
- json (~> 1.7, >= 1.7.7)
39
- minitest (~> 5.1)
40
- thread_safe (~> 0.3, >= 0.3.4)
41
- tzinfo (~> 1.1)
42
- adamantium (0.2.0)
43
- ice_nine (~> 0.11.0)
44
- memoizable (~> 0.4.0)
45
- addressable (2.4.0)
46
- ast (2.1.0)
47
- astrolabe (1.3.1)
48
- parser (~> 2.2)
49
- axiom-types (0.1.1)
50
- descendants_tracker (~> 0.0.4)
51
- ice_nine (~> 0.11.0)
52
- thread_safe (~> 0.3, >= 0.3.1)
53
- blockenspiel (0.4.5)
54
- builder (3.2.2)
55
- capistrano (3.4.0)
56
- i18n
57
- rake (>= 10.0.0)
58
- sshkit (~> 1.3)
59
- celluloid (0.16.0)
60
- timers (~> 4.0.0)
61
- celluloid-io (0.16.2)
62
- celluloid (>= 0.16.0)
63
- nio4r (>= 1.1.0)
64
- celluloid-pmap (0.2.2)
65
- celluloid (>= 0.16)
66
- celluloid-websocket-client (0.0.1)
67
- celluloid-io
68
- websocket-protocol
69
- celluloid_pubsub (0.0.22)
70
- activesupport (~> 4.1, >= 4.1.0)
71
- celluloid (~> 0.16.0, ~> 0.16)
72
- celluloid-io (~> 0.16, >= 0.16.2)
73
- celluloid-websocket-client (= 0.0.1)
74
- http (~> 0.9.8, >= 0.9.8)
75
- reel (~> 0.5, >= 0.5.0)
76
- codeclimate-engine-rb (0.1.0)
77
- virtus (~> 1.0)
78
- coderay (1.1.0)
79
- coercible (1.0.0)
80
- descendants_tracker (~> 0.0.1)
81
- colored (1.2)
82
- colorize (0.7.7)
83
- composable_state_machine (1.0.2)
84
- concord (0.1.5)
85
- adamantium (~> 0.2.0)
86
- equalizer (~> 0.0.9)
87
- configliere (0.4.22)
88
- highline (= 1.5.2)
89
- multi_json (~> 1.10.1)
90
- coveralls (0.8.9)
91
- json (~> 1.8)
92
- rest-client (>= 1.6.8, < 2)
93
- simplecov (~> 0.10.0)
94
- term-ansicolor (~> 1.3)
95
- thor (~> 0.19.1)
96
- tins (~> 1.6.0)
97
- descendants_tracker (0.0.4)
98
- thread_safe (~> 0.3, >= 0.3.1)
99
- devnull (0.1.2)
100
- diff-lcs (1.2.5)
101
- docile (1.1.5)
102
- domain_name (0.5.25)
103
- unf (>= 0.0.5, < 1.0.0)
104
- equalizer (0.0.11)
105
- erubis (2.7.0)
106
- eventmachine (1.0.8)
107
- ffi (1.9.10)
108
- formatador (0.2.5)
109
- github-markup (1.4.0)
110
- guard (2.13.0)
111
- formatador (>= 0.2.4)
112
- listen (>= 2.7, <= 4.0)
113
- lumberjack (~> 1.0)
114
- nenv (~> 0.1)
115
- notiffany (~> 0.0)
116
- pry (>= 0.9.12)
117
- shellany (~> 0.0)
118
- thor (>= 0.18.1)
119
- guard-compat (1.2.1)
120
- guard-inch (0.2.0)
121
- guard (~> 2)
122
- inch (~> 0)
123
- guard-rspec (4.6.4)
124
- guard (~> 2.1)
125
- guard-compat (~> 1.1)
126
- rspec (>= 2.99.0, < 4.0)
127
- highline (1.5.2)
128
- hitimes (1.2.3)
129
- http (0.9.8)
130
- addressable (~> 2.3)
131
- http-cookie (~> 1.0)
132
- http-form_data (~> 1.0.1)
133
- http_parser.rb (~> 0.6.0)
134
- http-cookie (1.0.2)
135
- domain_name (~> 0.5)
136
- http-form_data (1.0.1)
137
- http_parser.rb (0.6.0)
138
- i18n (0.7.0)
139
- ice_nine (0.11.1)
140
- inch (0.7.0)
141
- pry
142
- sparkr (>= 0.2.0)
143
- term-ansicolor
144
- yard (~> 0.8.7.5)
145
- inquirer (0.2.1)
146
- term-ansicolor (>= 1.2.2)
147
- json (1.8.3)
148
- listen (3.0.5)
149
- rb-fsevent (>= 0.9.3)
150
- rb-inotify (>= 0.9)
151
- loofah (2.0.3)
152
- nokogiri (>= 1.5.9)
153
- lumberjack (1.0.9)
154
- memoizable (0.4.2)
155
- thread_safe (~> 0.3, >= 0.3.1)
156
- metaclass (0.0.4)
157
- method_source (0.8.2)
158
- mime-types (2.99)
159
- mini_portile (0.6.2)
160
- minitest (5.8.3)
161
- mob_spawner (1.0.0)
162
- mocha (1.1.0)
163
- metaclass (~> 0.0.1)
164
- multi_json (1.10.1)
165
- nenv (0.2.0)
166
- net-scp (1.2.1)
167
- net-ssh (>= 2.6.5)
168
- net-ssh (3.0.1)
169
- netrc (0.11.0)
170
- nio4r (1.1.1)
171
- nokogiri (1.6.6.4)
172
- mini_portile (~> 0.6.0)
173
- notiffany (0.0.8)
174
- nenv (~> 0.1)
175
- shellany (~> 0.0)
176
- parser (2.2.3.0)
177
- ast (>= 1.1, < 3.0)
178
- powerpack (0.1.1)
179
- private_attr (1.1.0)
180
- procto (0.0.2)
181
- pry (0.10.3)
182
- coderay (~> 1.1.0)
183
- method_source (~> 0.8.1)
184
- slop (~> 3.4)
185
- rack (1.6.4)
186
- rack-test (0.6.3)
187
- rack (>= 1.0)
188
- rails-deprecated_sanitizer (1.0.3)
189
- activesupport (>= 4.2.0.alpha)
190
- rails-dom-testing (1.0.7)
191
- activesupport (>= 4.2.0.beta, < 5.0)
192
- nokogiri (~> 1.6.0)
193
- rails-deprecated_sanitizer (>= 1.0.1)
194
- rails-html-sanitizer (1.0.2)
195
- loofah (~> 2.0)
196
- railties (4.2.5)
197
- actionpack (= 4.2.5)
198
- activesupport (= 4.2.5)
199
- rake (>= 0.8.7)
200
- thor (>= 0.18.1, < 2.0)
201
- rainbow (2.0.0)
202
- rake (10.4.2)
203
- rb-fsevent (0.9.6)
204
- rb-inotify (0.9.5)
205
- ffi (>= 0.5.0)
206
- redcarpet (3.3.3)
207
- reek (3.7.0)
208
- codeclimate-engine-rb (~> 0.1.0)
209
- parser (~> 2.2, >= 2.2.2.5)
210
- private_attr (~> 1.1)
211
- rainbow (~> 2.0)
212
- unparser (~> 0.2.2)
213
- reel (0.5.0)
214
- celluloid (>= 0.15.1)
215
- celluloid-io (>= 0.15.0)
216
- http (>= 0.6.0.pre)
217
- http_parser.rb (>= 0.6.0)
218
- websocket_parser (>= 0.1.6)
219
- rest-client (1.8.0)
220
- http-cookie (>= 1.0.2, < 2.0)
221
- mime-types (>= 1.16, < 3.0)
222
- netrc (~> 0.7)
223
- right_popen (1.1.3)
224
- rspec (3.4.0)
225
- rspec-core (~> 3.4.0)
226
- rspec-expectations (~> 3.4.0)
227
- rspec-mocks (~> 3.4.0)
228
- rspec-core (3.4.1)
229
- rspec-support (~> 3.4.0)
230
- rspec-expectations (3.4.0)
231
- diff-lcs (>= 1.2.0, < 2.0)
232
- rspec-support (~> 3.4.0)
233
- rspec-mocks (3.4.0)
234
- diff-lcs (>= 1.2.0, < 2.0)
235
- rspec-support (~> 3.4.0)
236
- rspec-rails (3.4.0)
237
- actionpack (>= 3.0, < 4.3)
238
- activesupport (>= 3.0, < 4.3)
239
- railties (>= 3.0, < 4.3)
240
- rspec-core (~> 3.4.0)
241
- rspec-expectations (~> 3.4.0)
242
- rspec-mocks (~> 3.4.0)
243
- rspec-support (~> 3.4.0)
244
- rspec-support (3.4.1)
245
- rubocop (0.35.1)
246
- astrolabe (~> 1.3)
247
- parser (>= 2.2.3.0, < 3.0)
248
- powerpack (~> 0.1)
249
- rainbow (>= 1.99.1, < 3.0)
250
- ruby-progressbar (~> 1.7)
251
- tins (<= 1.6.0)
252
- ruby-progressbar (1.7.5)
253
- rvm-tester (1.1.0)
254
- mob_spawner
255
- rake
256
- shellany (0.0.1)
257
- simplecov (0.10.0)
258
- docile (~> 1.1.0)
259
- json (~> 1.8)
260
- simplecov-html (~> 0.10.0)
261
- simplecov-html (0.10.0)
262
- simplecov-summary (0.0.4)
263
- colored
264
- simplecov
265
- slop (3.6.0)
266
- sparkr (0.4.1)
267
- sshkit (1.8.1)
268
- net-scp (>= 1.1.2)
269
- net-ssh (>= 2.8.0)
270
- term-ansicolor (1.3.2)
271
- tins (~> 1.0)
272
- terminal-table (1.5.2)
273
- thor (0.19.1)
274
- thread_safe (0.3.5)
275
- timers (4.0.4)
276
- hitimes
277
- tins (1.6.0)
278
- tzinfo (1.2.2)
279
- thread_safe (~> 0.1)
280
- unf (0.1.4)
281
- unf_ext
282
- unf_ext (0.0.7.1)
283
- unparser (0.2.4)
284
- abstract_type (~> 0.0.7)
285
- adamantium (~> 0.2.0)
286
- concord (~> 0.1.5)
287
- diff-lcs (~> 1.2.5)
288
- equalizer (~> 0.0.9)
289
- parser (~> 2.2.2)
290
- procto (~> 0.0.2)
291
- versionomy (0.4.4)
292
- blockenspiel (>= 0.4.5)
293
- virtus (1.0.5)
294
- axiom-types (~> 0.1)
295
- coercible (~> 1.0)
296
- descendants_tracker (~> 0.0, >= 0.0.3)
297
- equalizer (~> 0.0, >= 0.0.9)
298
- websocket-protocol (0.0.0)
299
- websocket_parser (1.0.0)
300
- yard (0.8.7.6)
301
- yard-rspec (0.1)
302
- yard
303
-
304
- PLATFORMS
305
- ruby
306
-
307
- DEPENDENCIES
308
- capistrano_multiconfig_parallel!
309
- coveralls (~> 0.7, >= 0.7)
310
- github-markup (~> 1.3, >= 1.3.3)
311
- guard (~> 2.13, >= 2.13)
312
- guard-inch (~> 0.1, >= 0.1.0)
313
- guard-rspec (~> 4.6, >= 4.6)
314
- inch (~> 0.6, >= 0.6)
315
- mocha (~> 1.1, >= 1.1)
316
- redcarpet (~> 3.3, >= 3.3)
317
- reek (~> 3.7, >= 3.7)
318
- rspec-rails (~> 3.3, >= 3.3)
319
- rubocop (~> 0.33, >= 0.33)
320
- rvm-tester (~> 1.1, >= 1.1)
321
- simplecov (~> 0.10, >= 0.10)
322
- simplecov-summary (~> 0.0.4, >= 0.0.4)
323
- yard (~> 0.8, >= 0.8.7)
324
- yard-rspec (~> 0.1, >= 0.1)
325
-
326
- BUNDLED WITH
327
- 1.10.6