capistrano-multiconfig 3.0.5 → 3.0.7
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/capistrano-multiconfig.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da80597acf1e7f3985692907fc68837eb3b09c6e
|
|
4
|
+
data.tar.gz: baa9d71c96ea62f058e5ab5e7352df7a5ed2681d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0f1acac60adff18de43bfdca2b89c3d0f003415a4a914a0797ac2c2b9e20aec8936b71c7720e2e6a1383b03c9e0e398b43ab1162301a949f966c852049e6677
|
|
7
|
+
data.tar.gz: 617559b28ec7181913c225a84eedf7eb217dd1de4acdb7a0aab58ec19fea17e1b2fc3c53a259fa7b88299b9ff771fc701b73eaa8534968c91fdb355d7c265cb3
|
|
@@ -3,10 +3,10 @@ $:.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.
|
|
6
|
+
s.version = "3.0.7"
|
|
7
7
|
s.authors = ["Andriy Yanko"]
|
|
8
8
|
s.email = ["andriy.yanko@gmail.com"]
|
|
9
|
-
s.homepage = "https://github.com/railsware/multiconfig"
|
|
9
|
+
s.homepage = "https://github.com/railsware/capistrano-multiconfig"
|
|
10
10
|
s.summary = %q{Capistrano extension that allows to use multiple configurations}
|
|
11
11
|
s.description = %q{
|
|
12
12
|
Multiconfig extension is similar to [multistage](https://github.com/capistrano/capistrano-ext) extenstion.
|
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.
|
|
4
|
+
version: 3.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andriy Yanko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|
|
@@ -78,7 +78,7 @@ files:
|
|
|
78
78
|
- lib/capistrano/multiconfig.rb
|
|
79
79
|
- lib/capistrano/multiconfig/dsl.rb
|
|
80
80
|
- spec/integration_spec.rb
|
|
81
|
-
homepage: https://github.com/railsware/multiconfig
|
|
81
|
+
homepage: https://github.com/railsware/capistrano-multiconfig
|
|
82
82
|
licenses:
|
|
83
83
|
- MIT
|
|
84
84
|
metadata: {}
|