capistrano_multiconfig_parallel 2.0.9 → 2.1.0

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: 7c4eed71b6e4d4a89cd378fe8db3a8a3e9bf30e7
4
- data.tar.gz: 8affa031ae36f442a83d350a4188db99904661a5
3
+ metadata.gz: 68187a386b87f85446d1143895e798b688fb7363
4
+ data.tar.gz: aaa38a4a4b79de2658afc92d2d5cae433837307d
5
5
  SHA512:
6
- metadata.gz: fb874d06f84ca5c37c524484cb3973e595c8048b028e1edecd953d63f6d2b30f173ab2d3fdb8817dfc4afc8951d8e5dd6854e7afe0655c9025405589cfffacb5
7
- data.tar.gz: 672d7a3c8d23749206bae3dee35e633a5c3ad8b790b0607ecd33c9b834e8c9513f0db17034d5a2bd7f6fc08c5a2aee1495e7c389fe2b5f2bf4722f77f41ed590
6
+ metadata.gz: 0e7838a28218183e9e31ac1cbc841dc8a10e28f3f7c97990265008c21811ee85ee07f44b2adcbc8d1c21b14c9c04958f6cc635d13b802f22ec528f8f57036aa6
7
+ data.tar.gz: fdbaee077b0dceb5b2481215209b95bc368346f8f635284199b6c14a08c99020b7809343c14d64cec923fb07413096b9891aab93a7691b450b8db86e0e1f0df5
data/README.md CHANGED
@@ -50,7 +50,7 @@ Requirements
50
50
  6. [colorize >= 0.7](https://github.com/fazibear/colorize)
51
51
  7. [eventmachine >= 1.0.3](https://github.com/eventmachine/eventmachine)
52
52
  8. [right_popen >= 1.1.3](https://github.com/rightscale/right_popen)
53
- 9. [ActiveSuport >= 4.2.0](https://rubygems.org/gems/activesupport)
53
+ 9. [ActiveSuport >= 4.0](https://rubygems.org/gems/activesupport)
54
54
  10. [configliere >= 0.4](https://github.com/infochimps-platform/configliere)
55
55
  11. [inquirer >= 0.2](https://github.com/arlimus/inquirer.rb)
56
56
  12. [devnull >= 0.1](https://github.com/arlimus/inquirer.rb)
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  s.add_runtime_dependency 'colorize', '~> 0.7', '>= 0.7'
27
27
  s.add_runtime_dependency 'eventmachine', '~> 1.0', '>= 1.0.3'
28
28
  s.add_runtime_dependency 'right_popen', '~> 3.0', '>= 3.0.1'
29
- s.add_runtime_dependency 'activesupport', '>= 5.0','>= 5.0'
29
+ s.add_runtime_dependency 'activesupport', '>= 4.0','>= 4.0'
30
30
  s.add_runtime_dependency 'configliere', '~> 0.4', '>=0.4'
31
31
  s.add_runtime_dependency 'inquirer', '~> 0.2', '>= 0.2'
32
32
  s.add_runtime_dependency 'devnull','~> 0.1', '>= 0.1'
@@ -8,8 +8,8 @@ module CapistranoMulticonfigParallel
8
8
  module VERSION
9
9
 
10
10
  MAJOR = 2
11
- MINOR = 0
12
- TINY = 9
11
+ MINOR = 1
12
+ TINY = 0
13
13
  PRE = nil
14
14
 
15
15
  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: 2.0.9
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
@@ -170,14 +170,14 @@ dependencies:
170
170
  requirements:
171
171
  - - ">="
172
172
  - !ruby/object:Gem::Version
173
- version: '5.0'
173
+ version: '4.0'
174
174
  type: :runtime
175
175
  prerelease: false
176
176
  version_requirements: !ruby/object:Gem::Requirement
177
177
  requirements:
178
178
  - - ">="
179
179
  - !ruby/object:Gem::Version
180
- version: '5.0'
180
+ version: '4.0'
181
181
  - !ruby/object:Gem::Dependency
182
182
  name: configliere
183
183
  requirement: !ruby/object:Gem::Requirement