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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff2fb2083a3ac5e20732fc05f1d73fdf54510c19
4
- data.tar.gz: 4f8337a15de28be3d58e28083e3c48f92cb364d5
3
+ metadata.gz: da80597acf1e7f3985692907fc68837eb3b09c6e
4
+ data.tar.gz: baa9d71c96ea62f058e5ab5e7352df7a5ed2681d
5
5
  SHA512:
6
- metadata.gz: d382f8fcd13e7da4bdbacb2fb08dac8c65b4b6ef5b3fa802505ccb2af669021f5c096810eea75d768ab53c32d6ba00da585104d6559220dda77ee608be70971c
7
- data.tar.gz: 0167e5d3a76848402cff98671c90aca75160a833c2fbf5c27bee469654fefcbc7487c93205a747a86a194ffc3f1908a915e5d478785f6f8b31976e074704ab7a
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.5"
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.5
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-02 00:00:00.000000000 Z
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: {}