capistrano-multiconfig 0.0.3 → 0.0.4

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.
data/README.md CHANGED
@@ -13,7 +13,7 @@ Each configuration loads recursively configuration from it namespace files and o
13
13
 
14
14
  Install gem
15
15
 
16
- $ gem install capistrano-multistage
16
+ $ gem install capistrano-multiconfig
17
17
 
18
18
 
19
19
  Add to `Capfile`
@@ -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 = "0.0.3"
6
+ s.version = "0.0.4"
7
7
  s.authors = ["Andriy Yanko"]
8
8
  s.email = ["andriy.yanko@gmail.com"]
9
9
  s.homepage = "https://github.com/railsware/multiconfig"
@@ -1,4 +1,4 @@
1
- Capistrano::Configuration.instance.load do
1
+ Capistrano::Configuration.instance(true).load do
2
2
  # configurations root directory
3
3
  config_root = File.expand_path(fetch(:config_root, "config/deploy"))
4
4
 
@@ -1,4 +1,4 @@
1
- Capistrano::Configuration.instance.load do
1
+ Capistrano::Configuration.instance(true).load do
2
2
  namespace :multiconfig do
3
3
  desc "[internal] Ensure that a configuration has been selected"
4
4
  task :ensure do
metadata CHANGED
@@ -1,38 +1,53 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: capistrano-multiconfig
3
- version: !ruby/object:Gem::Version
4
- version: 0.0.3
3
+ version: !ruby/object:Gem::Version
4
+ hash: 23
5
5
  prerelease:
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 4
10
+ version: 0.0.4
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - Andriy Yanko
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
- date: 2011-12-26 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
17
+
18
+ date: 2012-04-27 00:00:00 +03:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
15
22
  name: capistrano
16
- requirement: &11345740 !ruby/object:Gem::Requirement
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
17
25
  none: false
18
- requirements:
19
- - - ! '>='
20
- - !ruby/object:Gem::Version
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 17
30
+ segments:
31
+ - 2
32
+ - 5
33
+ - 5
21
34
  version: 2.5.5
22
35
  type: :runtime
23
- prerelease: false
24
- version_requirements: *11345740
25
- description: ! "\nMulticonfig extension is similar to [multistage](https://github.com/capistrano/capistrano-ext)
26
- extenstion.\nBut it's not only about 'stage' configurations. It's about any configuration
27
- that you may need.\nExtension recursively builds configuration list from configuration
28
- root directory.\nEach configuration loads recursively configuration from namespace
29
- files and own configuration file.\n "
30
- email:
36
+ version_requirements: *id001
37
+ description: "\n\
38
+ Multiconfig extension is similar to [multistage](https://github.com/capistrano/capistrano-ext) extenstion.\n\
39
+ But it's not only about 'stage' configurations. It's about any configuration that you may need.\n\
40
+ Extension recursively builds configuration list from configuration root directory.\n\
41
+ Each configuration loads recursively configuration from namespace files and own configuration file.\n "
42
+ email:
31
43
  - andriy.yanko@gmail.com
32
44
  executables: []
45
+
33
46
  extensions: []
47
+
34
48
  extra_rdoc_files: []
35
- files:
49
+
50
+ files:
36
51
  - .gitignore
37
52
  - Gemfile
38
53
  - README.md
@@ -41,29 +56,39 @@ files:
41
56
  - lib/capistrano/multiconfig.rb
42
57
  - lib/capistrano/multiconfig/configurations.rb
43
58
  - lib/capistrano/multiconfig/ensure.rb
59
+ has_rdoc: true
44
60
  homepage: https://github.com/railsware/multiconfig
45
61
  licenses: []
62
+
46
63
  post_install_message:
47
64
  rdoc_options: []
48
- require_paths:
65
+
66
+ require_paths:
49
67
  - lib
50
- required_ruby_version: !ruby/object:Gem::Requirement
68
+ required_ruby_version: !ruby/object:Gem::Requirement
51
69
  none: false
52
- requirements:
53
- - - ! '>='
54
- - !ruby/object:Gem::Version
55
- version: '0'
56
- required_rubygems_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ hash: 3
74
+ segments:
75
+ - 0
76
+ version: "0"
77
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
78
  none: false
58
- requirements:
59
- - - ! '>='
60
- - !ruby/object:Gem::Version
61
- version: '0'
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ hash: 3
83
+ segments:
84
+ - 0
85
+ version: "0"
62
86
  requirements: []
87
+
63
88
  rubyforge_project: capistrano-multiconfig
64
- rubygems_version: 1.8.10
89
+ rubygems_version: 1.5.2
65
90
  signing_key:
66
91
  specification_version: 3
67
92
  summary: Capistrano extension that allows to use multiple configurations
68
93
  test_files: []
69
- has_rdoc:
94
+