capistrano-multiconfig 3.0.10 → 3.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: a581cd0c36ccf0f51feed6384c1213cc32f15ee5
4
- data.tar.gz: 639f8f721c9d12efd61a8f8c2970991c360a1c49
3
+ metadata.gz: 76df716790cbe09dc580a336da2ef690460fe4c7
4
+ data.tar.gz: 02eb6d7d98257eb7de55f65678365ff30f68f2f6
5
5
  SHA512:
6
- metadata.gz: f377a790eeda52427c21d63e45ac48c1926c5d5a9f2a6d26503765b13f65c0102b7f0fc73eb053aad1c103d021440b84ebe6bbb18095b0f42550bb9480d95687
7
- data.tar.gz: 26d875fae43a37446529d458ff9677abec73ddb1c1abab56d0fe95d6aeca50f6f943b3177093b60ac8dd4ac9ad544173c18300edc13e3a309843c54f56a3ef60
6
+ metadata.gz: 9089e08c62f5b86943c77f3f0b6aebfca8063bbbbd341466d4efd3f6577d46fe42199ee8b07b11fbd489ef404e373f336c02db7f6dca69c6a21bd59e38a24aea
7
+ data.tar.gz: 956c04dc759430bee4ae30b103e8ad3afdbb8705bbdeaf9b75b55364a32542579c1d3960a96aec74d49e8b73687007ea772e6acb482a1919a63d28a28ab05cfb
data/Gemfile CHANGED
@@ -2,7 +2,7 @@ source "http://rubygems.org"
2
2
 
3
3
  gemspec
4
4
 
5
- gem "capistrano", "3.5.0"
5
+ gem "capistrano", "3.7.1"
6
6
 
7
7
  group :test do
8
8
  gem "rspec", "2.14.1"
data/README.md CHANGED
@@ -123,6 +123,10 @@ Specify in `Capfile`:
123
123
  $ bundle install
124
124
  $ rspec -fs spec
125
125
 
126
+ ## Authors
127
+
128
+ * [Andriy Yanko](http://ayanko.github.io)
129
+
126
130
  ## License
127
131
 
128
132
  * Copyright (c) 2013 Railsware [www.railsware.com](http://www.railsware.com)
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "capistrano-multiconfig"
6
- s.version = "3.0.10"
6
+ s.version = "3.1.0"
7
7
  s.authors = ["Andriy Yanko"]
8
8
  s.email = ["andriy.yanko@gmail.com"]
9
9
  s.homepage = "https://github.com/railsware/capistrano-multiconfig"
@@ -21,5 +21,5 @@ Each configuration loads recursively configuration from namespace files and own
21
21
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
22
22
  s.require_paths = ["lib"]
23
23
 
24
- s.add_runtime_dependency "capistrano", ">=3.0.0"
24
+ s.add_runtime_dependency "capistrano", ">=3.7.0"
25
25
  end
@@ -47,9 +47,6 @@ stages.each do |stage|
47
47
  load(file) if File.exists?(file)
48
48
  end
49
49
 
50
- # Load SCM tasks
51
- load "capistrano/#{fetch(:scm)}.rb"
52
-
53
50
  # Set locale
54
51
  I18n.locale = fetch(:locale, :en)
55
52
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-multiconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.10
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andriy Yanko
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-28 00:00:00.000000000 Z
11
+ date: 2016-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 3.0.0
19
+ version: 3.7.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 3.0.0
26
+ version: 3.7.0
27
27
  description: "\nMulticonfig extension is similar to [multistage](https://github.com/capistrano/capistrano-ext)
28
28
  extension.\nBut it's not only about 'stage' configurations. It's about any configuration
29
29
  that you may need.\nExtension recursively builds configuration list from configuration