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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03b437db9bd30526f6f114fc9d1221f83eab896eeed5b6ef05ba7840d6e32c63
4
- data.tar.gz: f49e97b276f34372e31d2d997e41f365d4e49f6ff9df090234adaa60e88c1fe1
3
+ metadata.gz: 5dce79af6774f2095aa6e39f780f5998dee2926b9532dceec02c0385497877cd
4
+ data.tar.gz: e3dfbb0b91dbd8974c876ca8b142daefe1b850cc643b84e592481bd7b1d2979b
5
5
  SHA512:
6
- metadata.gz: 902c853798c78b054e94cff8a9f9543fb98d06e8fbf5b3da2a3b216b1f2df34e1fbee9f2b3570e37146882bb50e87155f18ac3ecbc79aa2a15c77024de3dd07b
7
- data.tar.gz: 791e3d09cc628c8e14e20ebd9a9eec31769a690be36b7528dd97ad497a13bcab10c5edc282cd6a027e5e7cc7bc590408e3cae4dbfc854d55a80a1c07f4c5d0dc
6
+ metadata.gz: c68d82a6f2038055d08b25b041813540e6291cc411dd6d97e4ad956633f210250d9ef45ba78465d66f8aabbeb10eb38017bb83416a0a1028d0243c4b8948eafc
7
+ data.tar.gz: 4a0b2667412fd5262c1f1f1d178ca02515d9287f7fa0ec17d38d330c206414b69bee87d2b267c4775f820b37f580440b7b4662b7dbd741a376124dbd7673471d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano-wordpress-permissions (0.1.0)
4
+ capistrano-wordpress-permissions (1.0.0)
5
5
  capistrano (~> 3)
6
6
 
7
7
  GEM
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, in order to be able to install and update plugins.}
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
 
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Wordpress
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
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.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, in order to be able
42
- to install and update plugins.
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: []