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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 561cc7cbff0df0f963a895358db3725bfed17c1f
4
- data.tar.gz: 1c128a760c328be77ac0cf3bb0273aed6a4cefe2
3
+ metadata.gz: ad878a6971c9b5fbaa400f4243d1b4094f2ba917
4
+ data.tar.gz: ed29cabdf7e5374be15ff759267926c245c87de5
5
5
  SHA512:
6
- metadata.gz: 191a643b42fa8d4c28748d2fcd0fa642b52219ca7be1b73e3fee1e13269c1a798061fa07163bd89e44a65996a2398d57d6aabd87f4f52e3d9c57871206a8775f
7
- data.tar.gz: 9491b97c32d073276cfa5691416144d3e0f0a5f390ddeefa8113eeecd3ca1d05832595cf1389823be2ef99df549e5c92f7d8496137acf53ed03b20a0b953f7b7
6
+ metadata.gz: 6846cfbb5a266e844710b8b774b91fa7bac7b7c2fc0c33b251bec285c5bd97e20afe97c65540689b9a81c366256709274c4a9610cfa97b672a5253c2baa86daa
7
+ data.tar.gz: 3e94ad28e11c0b4cc2930ff2782382669a68a176a382c5bdc93d8988a36b9f42ace3b504dd095c73193e933e003aea156a06b70ccdcc70ac7db0f9fc904f61d8
data/Gemfile.lock CHANGED
@@ -54,3 +54,6 @@ DEPENDENCIES
54
54
  bundler (~> 1.0)
55
55
  jeweler (~> 2.0)
56
56
  rdoc (~> 4.2)
57
+
58
+ BUNDLED WITH
59
+ 1.10.3
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', :git => 'centic@puppet.centic.dk:repos/centic/capistrano-secure-permissions.git'
20
+ gem 'capistrano-secure-permissions'
21
21
  ````
22
22
 
23
23
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
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.3 ruby lib
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.3"
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-03-20"
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.2.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.3
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-03-20 00:00:00.000000000 Z
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.2.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