olek-capistrano-multiconfig 0.0.3.2 → 0.0.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "olek-capistrano-multiconfig"
6
- s.version = "0.0.3.2"
6
+ s.version = "0.0.3.3"
7
7
  s.authors = ["Andriy Yanko"]
8
8
  s.email = ["andriy.yanko@gmail.com"]
9
9
  s.homepage = "https://github.com/railsware/multiconfig"
@@ -38,7 +38,7 @@ Capistrano::Configuration.instance.load do
38
38
  # that pass evaluable object as argument to block.
39
39
  block = lambda do |parent|
40
40
  desc "Load #{config_name} configuration"
41
- task(task_name) do
41
+ task(task_name, :multiconfig => true) do
42
42
  # set configuration name as :config_name variable
43
43
  top.set(:config_name, config_name)
44
44
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: olek-capistrano-multiconfig
3
3
  version: !ruby/object:Gem::Version
4
- hash: 71
4
+ hash: 69
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 3
10
- - 2
11
- version: 0.0.3.2
10
+ - 3
11
+ version: 0.0.3.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Andriy Yanko