capistrano-secure-permissions 0.2.3 → 0.2.4
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 +4 -4
- data/Gemfile.lock +3 -0
- data/README.rdoc +1 -1
- data/VERSION +1 -1
- data/capistrano-secure-permissions.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad878a6971c9b5fbaa400f4243d1b4094f2ba917
|
4
|
+
data.tar.gz: ed29cabdf7e5374be15ff759267926c245c87de5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6846cfbb5a266e844710b8b774b91fa7bac7b7c2fc0c33b251bec285c5bd97e20afe97c65540689b9a81c366256709274c4a9610cfa97b672a5253c2baa86daa
|
7
|
+
data.tar.gz: 3e94ad28e11c0b4cc2930ff2782382669a68a176a382c5bdc93d8988a36b9f42ace3b504dd095c73193e933e003aea156a06b70ccdcc70ac7db0f9fc904f61d8
|
data/Gemfile.lock
CHANGED
data/README.rdoc
CHANGED
@@ -17,7 +17,7 @@ The `web_user` is the one serving the static files (what apache, nginx, ... is r
|
|
17
17
|
Add this line to your application's Gemfile
|
18
18
|
|
19
19
|
````
|
20
|
-
gem 'capistrano-secure-permissions'
|
20
|
+
gem 'capistrano-secure-permissions'
|
21
21
|
````
|
22
22
|
|
23
23
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.4
|
@@ -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 0.2.
|
5
|
+
# stub: capistrano-secure-permissions 0.2.4 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "capistrano-secure-permissions"
|
9
|
-
s.version = "0.2.
|
9
|
+
s.version = "0.2.4"
|
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 = "2015-
|
14
|
+
s.date = "2015-08-25"
|
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 = [
|
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
|
|
33
33
|
]
|
34
34
|
s.homepage = "http://github.com/runephilosof/capistrano-secure-permissions"
|
35
35
|
s.licenses = ["MIT"]
|
36
|
-
s.rubygems_version = "2.
|
36
|
+
s.rubygems_version = "2.4.8"
|
37
37
|
s.summary = "Sets ACL permissions after capistrano deployment"
|
38
38
|
|
39
39
|
if s.respond_to? :specification_version then
|
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: 0.2.
|
4
|
+
version: 0.2.4
|
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: 2015-
|
11
|
+
date: 2015-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rdoc
|
@@ -92,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
92
|
version: '0'
|
93
93
|
requirements: []
|
94
94
|
rubyforge_project:
|
95
|
-
rubygems_version: 2.
|
95
|
+
rubygems_version: 2.4.8
|
96
96
|
signing_key:
|
97
97
|
specification_version: 4
|
98
98
|
summary: Sets ACL permissions after capistrano deployment
|