marcosgz-cap-recipe 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,8 +27,6 @@ Capistrano::Configuration.instance(:must_exist).load do
27
27
 
28
28
  def shards_setup_defaults
29
29
  HashWithIndifferentAccess.new({
30
- 'replicated' => true,
31
- 'verify_connection' => true,
32
30
  'environments' => %w(production),
33
31
  'databases' => {}
34
32
  })
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "marcosgz-cap-recipe"
6
- s.version = "0.0.11"
6
+ s.version = "0.0.12"
7
7
  s.authors = ["Marcos G. Zimmermann"]
8
8
  s.email = ["mgzmaster@gmail.com"]
9
9
  s.homepage = "https://github.com/marcosgz/capistrano-recipe"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marcosgz-cap-recipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-27 00:00:00.000000000 Z
12
+ date: 2013-08-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano