capistrano_multiconfig_parallel 2.8.0 → 2.8.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: c0c51f13a444f7f6dec0885bfb772ed94b30c75a
4
- data.tar.gz: c48a808ce7a4ab1b1080a9c684a6f15de0fa5533
3
+ metadata.gz: 6410e6f118e2f02494fcfd77a2d1678443c0f720
4
+ data.tar.gz: 4fd011b73d972282f18c48531c8506073148ed49
5
5
  SHA512:
6
- metadata.gz: 58237118c9429a9388020f6153c7bc462394fb5f2b59cf0a521e984f2b98bf9087db6f998583f05b724b50c500a38d1d6a833ed74d734e104b89fff79716c16c
7
- data.tar.gz: c8196672583a80018516959201e05259f269106c7135154d00f4160ef4a5345248409f7f5282197ed5ba435dba183e0552b84d6fc6bb74a08a0e03041d17a97c
6
+ metadata.gz: f1072f9140c395a608fd0eb794c1dcfedb4b71c0347edc3c75a6eae922684bf91568a46708ee4d99b0d46341ca5c366ada45b2d254476005ec94173c5f5dbde3
7
+ data.tar.gz: 3482dd4157578719d2c5b3e108dd0b5013b6dc8462e36c7b5254e51d0203f52744a3db5069c881960b283d4ac8828ecb9d4e6fe271736f7da63790363714bb34
@@ -32,6 +32,7 @@ require 'stringio'
32
32
  require 'io/console'
33
33
  require 'forwardable'
34
34
  require 'English'
35
+ require 'tempfile'
35
36
 
36
37
  # fix error with not files that can not be found
37
38
  Gem.find_files('composable_state_machine/**/*.rb').each { |path| require path }
@@ -9,7 +9,7 @@ module CapistranoMulticonfigParallel
9
9
 
10
10
  MAJOR = 2
11
11
  MINOR = 8
12
- TINY = 0
12
+ TINY = 1
13
13
  PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_multiconfig_parallel
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0
4
+ version: 2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-23 00:00:00.000000000 Z
11
+ date: 2017-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: celluloid