capistrano_multiconfig_parallel 2.1.0 → 2.1.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 +4 -4
- data/README.md +3 -1
- data/capistrano_multiconfig_parallel.gemspec +1 -1
- data/lib/capistrano_multiconfig_parallel/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a08809c3ad4cecd4263d53c3c96b3b05aa8de85
|
|
4
|
+
data.tar.gz: f2ab41f569f7706ab5145d1c9f5f925fe0dbcf8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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'
|
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.
|
|
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.
|
|
548
|
+
version: '2.0'
|
|
549
549
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
550
550
|
requirements:
|
|
551
551
|
- - ">="
|