capistrano-hivequeen 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,7 @@
1
1
  Capistrano::Configuration.instance.load do
2
2
  # Symlink shared config files
3
- after "deploy:update_code", "deploy:provision_config"
3
+ after "deploy:update_code", "deploy:symlink_shared_config"
4
4
  namespace :deploy do
5
- desc "[internal] Provision config files from HiveQueen"
6
- task :provision_config => [:symlink_shared_config] do
7
- ###
8
-
9
- end
10
-
11
5
  desc "[internal] Symlink shared config files to current release"
12
6
  task :symlink_shared_config do
13
7
  run "ln -nfs #{shared_path}/config/* #{latest_release}/config"
@@ -1,6 +1,6 @@
1
1
  class HiveQueen
2
2
  class Version
3
- @@version = '2.3.0'
3
+ @@version = '2.3.1'
4
4
 
5
5
  def self.to_s
6
6
  @@version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-hivequeen
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: