capistrano-secure-permissions 2.1.0 → 2.1.1

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: cc0fb61bcdcf2f039978e0a7444f67f1650e214e
4
- data.tar.gz: 4ea20a201695dc29cf9adc8d0ce7ff4952319ea8
3
+ metadata.gz: 8545c00963f5d3ac0e7c3f8e8d83dcb211b76e88
4
+ data.tar.gz: 2271122f17d44528451f0c7d34a2636cc71b7dbd
5
5
  SHA512:
6
- metadata.gz: 62d0ed6b3733fd64631dc68a1804b1ee10844abd9cab199cc7f524e9efb6f43de30b9ad29276c1826bbe8323d9cfcf94eaec021c11e6064ae14ff005f12691ed
7
- data.tar.gz: 24d3105e50c4847d39298632b7a808473a141f25176a4ce829104aa6eb79800a1b3e2675af15e6005a88388a776c16c6be5721b16a46eda6c6ecd25471677986
6
+ metadata.gz: 32f02e244b6fdad18b0180b87bdb6d2b3250a266818852cc1c83d2a1470ae7591534cc66463c79f9802cb03b82fae6161a75299979c0c1030a35a7f8eaf4e4a8
7
+ data.tar.gz: 59f7fbe0518185de6680ada6d098ca699ce305196d23a8b289fd80c905676eed7711d6617f8ac8debe1325a617cfbc59479303b893bf0391f2815bde5ac2a411
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.0
1
+ 2.1.1
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: capistrano-secure-permissions 2.1.0 ruby lib
5
+ # stub: capistrano-secure-permissions 2.1.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "capistrano-secure-permissions"
9
- s.version = "2.1.0"
9
+ s.version = "2.1.1"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Rune Schjellerup Philosof"]
14
- s.date = "2016-11-30"
14
+ s.date = "2017-01-12"
15
15
  s.description = "This gem makes it easy to run your app with a user that only has write permissions to the public folder"
16
16
  s.email = "rune.capistrano-secure-permissions@philosof.dk"
17
17
  s.extra_rdoc_files = [
@@ -4,6 +4,7 @@ namespace :deploy do
4
4
  on roles(:app) do |server|
5
5
  web_user = fetch(:web_user)
6
6
  app_user = fetch(:app_user)
7
+ deploy_user = server.user
7
8
 
8
9
  execute :setfacl, '-m', "u:#{web_user}:x", release_path
9
10
  # This is before symlinking, so we can do this recursively.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-secure-permissions
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rune Schjellerup Philosof
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-30 00:00:00.000000000 Z
11
+ date: 2017-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc