provisionator 0.0.1 → 0.0.2

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.
@@ -0,0 +1,9 @@
1
+ Capistrano::Configuration.instance(:must_exist).load do
2
+ after 'deploy:update_code', 'db:symlink'
3
+
4
+ namespace :db do
5
+ task :symlink do
6
+ run "ln -s #{shared_path}/database.yml #{release_path}/config/database.yml"
7
+ end
8
+ end
9
+ end
@@ -1,4 +1,4 @@
1
- Capistrano::Configuration.instance.load do
1
+ Capistrano::Configuration.instance(:must_exist).load do
2
2
  before "deploy:update_code", "sidekiq:quiet"
3
3
  after "deploy:stop", "sidekiq:stop"
4
4
  after "deploy:start", "sidekiq:start"
@@ -1,3 +1,3 @@
1
1
  module Provisionator
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: provisionator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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-05-27 00:00:00.000000000 Z
12
+ date: 2013-05-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk
@@ -72,6 +72,7 @@ files:
72
72
  - README.md
73
73
  - Rakefile
74
74
  - lib/provisionator.rb
75
+ - lib/provisionator/capistrano/db.rb
75
76
  - lib/provisionator/capistrano/elasticsearch.rb
76
77
  - lib/provisionator/capistrano/provision.rb
77
78
  - lib/provisionator/capistrano/sidekiq.rb
@@ -93,12 +94,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
94
  - - ! '>='
94
95
  - !ruby/object:Gem::Version
95
96
  version: '0'
97
+ segments:
98
+ - 0
99
+ hash: 1875428099689003655
96
100
  required_rubygems_version: !ruby/object:Gem::Requirement
97
101
  none: false
98
102
  requirements:
99
103
  - - ! '>='
100
104
  - !ruby/object:Gem::Version
101
105
  version: '0'
106
+ segments:
107
+ - 0
108
+ hash: 1875428099689003655
102
109
  requirements: []
103
110
  rubyforge_project:
104
111
  rubygems_version: 1.8.23