capistrano_multiconfig_parallel 2.1.0 → 2.1.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: 68187a386b87f85446d1143895e798b688fb7363
4
- data.tar.gz: aaa38a4a4b79de2658afc92d2d5cae433837307d
3
+ metadata.gz: 7a08809c3ad4cecd4263d53c3c96b3b05aa8de85
4
+ data.tar.gz: f2ab41f569f7706ab5145d1c9f5f925fe0dbcf8f
5
5
  SHA512:
6
- metadata.gz: 0e7838a28218183e9e31ac1cbc841dc8a10e28f3f7c97990265008c21811ee85ee07f44b2adcbc8d1c21b14c9c04958f6cc635d13b802f22ec528f8f57036aa6
7
- data.tar.gz: fdbaee077b0dceb5b2481215209b95bc368346f8f635284199b6c14a08c99020b7809343c14d64cec923fb07413096b9891aab93a7691b450b8db86e0e1f0df5
6
+ metadata.gz: 6a5415fc03a0c80faf9144e40a0ea2d41fe33e98bfb16665b19033d434b2fcaa109b7be4c39b05850e3d423266df7c683238ef3b39db8f7510b769d8e5e54b56
7
+ data.tar.gz: c44d8dd929e833110df1ee597ae56ba33f2ce2ec59d62f2a6ed78c9f2bbe4b8d818b0104fe2679f9dd8bfe113aa85d2f32d1c899b3d30da85b1b504b53958810
data/README.md CHANGED
@@ -60,7 +60,7 @@ Requirements
60
60
  Compatibility
61
61
  -------------
62
62
 
63
- [MRI >= 2.2](http://www.ruby-lang.org) due to activesupport dependency. We will accept further compatibilty for **MRI > 2.0 and <= 2.2** pull-requests but no upcoming versions will be tested against it.
63
+ The gem is compatible with [MRI >= 2.0](http://www.ruby-lang.org) . But when installing with command `gem install capistrano_multiconfig_parallel` you will need to have [MRI >= 2.2](http://www.ruby-lang.org) due to activesupport dependency, because in this case there is no way of specifying the required activesupport version.
64
64
 
65
65
  Ruby 1.8, 1.9 are not officially supported.
66
66
 
@@ -89,6 +89,8 @@ Install locally on your system the capistrano_multiconfig_parallel gem using thi
89
89
  gem install capistrano_multiconfig_parallel -v 2.0.1
90
90
  ```
91
91
 
92
+ You will need to have [MRI >= 2.2](http://www.ruby-lang.org) when you install in this way due to activesupport dependency, because this way there is no way of specifying a older version of activesupport.
93
+
92
94
  Please read [Release Details](https://github.com/bogdanRada/capistrano_multiconfig_parallel/releases) if you are upgrading. We break backward compatibility between large ticks but you can expect it to be specified at release notes.
93
95
 
94
96
  Default Configuration:
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  s.test_files = s.files.grep(/^(spec)/)
17
17
  s.require_paths = ['lib']
18
18
  s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
19
- s.required_ruby_version = '>= 2.2'
19
+ s.required_ruby_version = '>= 2.0'
20
20
 
21
21
  s.add_runtime_dependency 'celluloid', '>= 0.16', '>= 0.16'
22
22
  s.add_runtime_dependency 'celluloid-pmap', '~> 0.2', '>= 0.2.2'
@@ -9,7 +9,7 @@ module CapistranoMulticonfigParallel
9
9
 
10
10
  MAJOR = 2
11
11
  MINOR = 1
12
- TINY = 0
12
+ TINY = 1
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.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bogdanRada
@@ -545,7 +545,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
545
545
  requirements:
546
546
  - - ">="
547
547
  - !ruby/object:Gem::Version
548
- version: '2.2'
548
+ version: '2.0'
549
549
  required_rubygems_version: !ruby/object:Gem::Requirement
550
550
  requirements:
551
551
  - - ">="