capistrano-exfel 0.0.4 → 0.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b4a873adad3ef206ff361f74db0bc3f0ecfde2b
4
- data.tar.gz: 677550b05775c19439f9c7fe154bfd653e876f8d
3
+ metadata.gz: 6dcb0bb67c318da2e3105cf65974c69b9f0c300b
4
+ data.tar.gz: bb92cbec553e77fd9809fd16c26ccbe9b624be0e
5
5
  SHA512:
6
- metadata.gz: 8b30622303b038d35790408e5c47afa450720199f8317eed3344ecd5183f9d82484894aca7e2d4fe24aebc27b5f51443ad5cbf5c5196e813e49566595636f897
7
- data.tar.gz: edf5dc53e86ac205369c542b58a80248d32841f11702359c3bb38e57be68daa38c23bd13644aae7a82a2d73249a30347cba05936ba843e34f030e446546c5390
6
+ metadata.gz: 0ede74eb659433eab10f686705a8ca55b92a634c6415d93076a84dff184ee3d70fbfea9b03ad5a355186d58d5163a0019e1f1a3c70050c03be757c3e65bc083d
7
+ data.tar.gz: 481b75b45e94ad49346758a2210b2ffcb09a596d5274c1c0aff54533a69dfb934fe96f7561d07c3c74a7fc5e6976eca33f513917fa9dbfcd630cf764c5552326
data/README.md CHANGED
@@ -12,7 +12,7 @@ Add these lines to your application's Gemfile:
12
12
  gem 'capistrano', '~> 3.4.0'
13
13
  gem 'capistrano-rails', '~> 1.1.2'
14
14
  gem 'capistrano-rvm', '~> 0.1.2'
15
- gem 'capistrano-exfel', '~> 0.0.4'
15
+ gem 'capistrano-exfel', '~> 0.0.5'
16
16
 
17
17
  And then execute:
18
18
 
@@ -1,6 +1,6 @@
1
1
  module Capistrano
2
2
  # Capistrano::Exfel version information
3
3
  module Exfel
4
- VERSION = '0.0.4'
4
+ VERSION = '0.0.5'
5
5
  end
6
6
  end
@@ -108,6 +108,10 @@ namespace :app_home do
108
108
 
109
109
  task :reload_server_cache do
110
110
  on roles(:app), in: :sequence, wait: 5 do
111
+ debug '#' * 100
112
+ debug 'rake tmp:clear'
113
+ execute_rake_command('tmp:clear')
114
+
111
115
  debug '#' * 100
112
116
  debug "wget -v -p --spider https://in.xfel.eu/#{fetch(:app_name_uri)}"
113
117
  execute :wget, "-v -p --spider https://in.xfel.eu/#{fetch(:app_name_uri)}"
@@ -35,6 +35,7 @@ namespace :application do
35
35
  invoke 'secrets:update_app_secret'
36
36
 
37
37
  invoke :deploy
38
+ invoke 'app_home:correct_shared_permissions'
38
39
  invoke 'application:restart'
39
40
  end
40
41
  end
@@ -137,7 +138,7 @@ namespace :load do
137
138
  set :linked_files, -> { %w(config/database.yml config/secrets.yml) }
138
139
 
139
140
  # Default value for linked_dirs is []
140
- set :linked_dirs, -> { %w(bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system) }
141
+ set :linked_dirs, -> { %w(log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system) }
141
142
 
142
143
  # Default value for keep_releases is 5
143
144
  set :keep_releases, -> { 5 }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-exfel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis Maia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-09 00:00:00.000000000 Z
11
+ date: 2015-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler