provisionator 0.0.8 → 0.0.9

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.
@@ -1,6 +1,4 @@
1
1
  Capistrano::Configuration.instance(:must_exist).load do
2
- after 'deploy:update_code', 'db:symlink'
3
-
4
2
  namespace :db do
5
3
  task :symlink do
6
4
  run "ln -s #{shared_path}/database.yml #{release_path}/config/database.yml"
@@ -1,3 +1,3 @@
1
1
  module Provisionator
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
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.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -97,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  segments:
99
99
  - 0
100
- hash: 243336916098036442
100
+ hash: -964794084418875360
101
101
  required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  none: false
103
103
  requirements:
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: 243336916098036442
109
+ hash: -964794084418875360
110
110
  requirements: []
111
111
  rubyforge_project:
112
112
  rubygems_version: 1.8.23