capistrano-exfel 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33643e7cffe9b751e31d9913c78aa31839e1c53f
4
- data.tar.gz: 6c90d67c07a61d4e1bcdda7bdbd3635b269edd16
3
+ metadata.gz: 28af8ae7876481f91798f4e5d7d10cc44cbd25ab
4
+ data.tar.gz: ac09350b773030579515b7fe628c641d7a8d515d
5
5
  SHA512:
6
- metadata.gz: 084e03947c09faf21437a7ae52b76345583284840789a06819947c38e6fd7a5389c1dc81b8494c75cb02260099c58f3fa644c6205ec6423ebf32a63f9f0f5be4
7
- data.tar.gz: a002042bf84b16a385f63ce3b2ff3a047bca74256fb48fb30dd75329bffc55b279990daa8deb38315515f401b101b36230d024c2d4d0efad7d3c4a0694030e9f
6
+ metadata.gz: e96c056a68ee1c351778b8da266528d4e2b76f19bc02853f7078caf54dea683f9ff9f5927a83a649c66acffa3ab3b519dd895c61bc8fb5f9aeab6bd116778171
7
+ data.tar.gz: 924bd3aeb52e548680fc260491d518491bd9729cc92aaff043c89d6a1464fd364c193dd432c6e99477c4c607350ad9db4dea7e5fea0ba47dc595ffcd74e21acd
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.8'
15
+ gem 'capistrano-exfel', '~> 0.0.9'
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.8'
4
+ VERSION = '0.0.9'
5
5
  end
6
6
  end
@@ -85,7 +85,7 @@ namespace :app_home do
85
85
 
86
86
  # Give write permissions to groups
87
87
  debug "chmod g+ws #{fetch(:shared_config_path)}"
88
- execute "#{sudo_cmd} chown -Rf g+w #{fetch(:shared_path)}/tmp/"
88
+ execute "#{sudo_cmd} chmod -Rf g+w #{fetch(:shared_path)}/tmp/"
89
89
 
90
90
  debug '#' * 50
91
91
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-exfel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis Maia