capistrano_multiconfig_parallel 2.6.0 → 2.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 32a19d11b177cd146891caabc56f6af5b12106fd
4
- data.tar.gz: fcfe9ec3055a42984c6f4eb657fc892e9df14f7f
3
+ metadata.gz: 696e26f9e6832ae9e1fc0208a6701b12dde6edc4
4
+ data.tar.gz: 72198e1713f3eb53129ca97367363e19f8d17b7c
5
5
  SHA512:
6
- metadata.gz: acad4c3a808fbcf211deda94bff42b78f2a05e87f07e4a317f2929b21515d72773695368b73e904af93b01934d117012ec361eae17028f4d4ae55fd70c9efc3b
7
- data.tar.gz: fbc93f0dc51e2b3129fff0daad8668d9a8b1fef3b205cb2efc5e6b8f2b461fbf559365db07c882dd166b918bdd42afc1cfb38886d947ed3f636ded7be358f6e1
6
+ metadata.gz: c256038557529fa1d88492459b52884b09462f48049e50ca1f2e84a67cb3f73778dd6c6a565df41da3f3ac7a628b371aad36ebc812ceeda962e23f7c6e9a851e
7
+ data.tar.gz: '09c82955f1205230d9764885ffb1bc0ab5510b0fe6080feb6dd3a77965e2c2fc602e90c5431e9088e8439929453f5b1159a9894f971165870bb948246faaadf5'
data/.travis.yml CHANGED
@@ -8,6 +8,7 @@ rvm:
8
8
  - 2.3.1
9
9
  - 2.3.2
10
10
  - 2.3.3
11
+ - 2.4.0
11
12
  env:
12
13
  - RAILS_ENV=test RACK_ENV=test
13
14
  notifications:
@@ -1,3 +1,4 @@
1
+ require 'date'
1
2
  require File.expand_path('../lib/capistrano_multiconfig_parallel/version', __FILE__)
2
3
 
3
4
  Gem::Specification.new do |s|
@@ -9,7 +9,7 @@ module CapistranoMulticonfigParallel
9
9
 
10
10
  MAJOR = 2
11
11
  MINOR = 6
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.6.0
4
+ version: 2.6.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-01-04 00:00:00.000000000 Z
11
+ date: 2017-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: celluloid
@@ -559,7 +559,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
559
559
  version: '0'
560
560
  requirements: []
561
561
  rubyforge_project:
562
- rubygems_version: 2.5.2
562
+ rubygems_version: 2.6.8
563
563
  signing_key:
564
564
  specification_version: 4
565
565
  summary: CapistranoMulticonfigParallel is a simple ruby implementation that allows