super_mega_ultra_capistrano_extensions 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ Capistrano::Configuration.instance(:must_exist).load do
8
8
  Creates a symlink between the unversioned application \
9
9
  configuration files in our shared directory and our application.
10
10
  DESC
11
- task :symlink, :except {:no_release => true} do
11
+ task :symlink, :except => {:no_release => true} do
12
12
  config_files.each do |file|
13
13
  run "ln -nfs #{shared_path}/config/#{file} #{latest_release}/config/#{file}"
14
14
  end
@@ -1,3 +1,3 @@
1
1
  module SuperMegaUltraCapistranoExtensions
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: super_mega_ultra_capistrano_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: