capistrano-wordpress-permissions 1.0.0 → 1.0.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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -2
- data/capistrano-wordpress.gemspec +1 -1
- data/lib/capistrano/wordpress/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5dce79af6774f2095aa6e39f780f5998dee2926b9532dceec02c0385497877cd
|
|
4
|
+
data.tar.gz: e3dfbb0b91dbd8974c876ca8b142daefe1b850cc643b84e592481bd7b1d2979b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c68d82a6f2038055d08b25b041813540e6291cc411dd6d97e4ad956633f210250d9ef45ba78465d66f8aabbeb10eb38017bb83416a0a1028d0243c4b8948eafc
|
|
7
|
+
data.tar.gz: 4a0b2667412fd5262c1f1f1d178ca02515d9287f7fa0ec17d38d330c206414b69bee87d2b267c4775f820b37f580440b7b4662b7dbd741a376124dbd7673471d
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
# Capistrano::Wordpress
|
|
1
|
+
# Capistrano::Wordpress::Permissions
|
|
2
|
+
|
|
3
|
+
Changes the releases' owner to the Wordpress user.
|
|
4
|
+
Fixes issues where the Wordpress user does not have enough permissions to install or update plugins.
|
|
2
5
|
|
|
3
|
-
Changes the releases' owner to the Wordpress user, in order to be able to install and update plugins.
|
|
4
6
|
## Installation
|
|
5
7
|
|
|
6
8
|
Add this line to your application's Gemfile:
|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.email = ['alexzicat@teamhubble.com']
|
|
10
10
|
|
|
11
11
|
spec.summary = %q{Changes the releases' owner to the Wordpress user.}
|
|
12
|
-
spec.description = %q{Changes the releases' owner to the Wordpress user
|
|
12
|
+
spec.description = %q{Changes the releases' owner to the Wordpress user. Fixes issues where the Wordpress user does not have enough permissions to install or update plugins.}
|
|
13
13
|
spec.homepage = 'https://github.com/teamhubble/capistrano-wordpress'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-wordpress-permissions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexandre Zicat
|
|
@@ -38,8 +38,8 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '2.0'
|
|
41
|
-
description: Changes the releases' owner to the Wordpress user
|
|
42
|
-
to install
|
|
41
|
+
description: Changes the releases' owner to the Wordpress user. Fixes issues where
|
|
42
|
+
the Wordpress user does not have enough permissions to install or update plugins.
|
|
43
43
|
email:
|
|
44
44
|
- alexzicat@teamhubble.com
|
|
45
45
|
executables: []
|