capistrano-wordpress-permissions 1.1.0 → 1.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
  SHA256:
3
- metadata.gz: e1f322be0ab02d681784e1dfa5152af6e77cac9aef78f4653eedd3a911e52eb7
4
- data.tar.gz: dc16bdb3a9ee410cbce503e6a9e86b80900b34da3084fba77d4eb17606f20968
3
+ metadata.gz: 1d3be71150299eaf4eb3bbbc984539c1bc08f43e972f92daed3eec5103f71528
4
+ data.tar.gz: f52edffdd3f2fc3b27f3ada4ade1d813a14ca4851185e30685bd4ca4d6882d48
5
5
  SHA512:
6
- metadata.gz: dcd48e5eece7bac628a0849b9594b41a1d6128fa9deab6677e937d76ce11b0c1e928c79d5a74d7db0759ee0efe888e9f80bbc0c59ca4f1bad34912dd61894b0c
7
- data.tar.gz: fcfcfd07f8dc4a7500211cab8a4ad04e4d865d054922d5017b670611cb530a668d798c58f14b81ae809ef0ebc037000f1b5d066f02da67ca14ba95f18a4b0336
6
+ metadata.gz: 0a6137a254113a879f9c7b222313428f164f089bb27c0da38b5604b318e1c2f08fe6046b43cdac49a1035fabeaa5a50c5852ec0ebd3ae6af69966aa4a6b9501a
7
+ data.tar.gz: bdec299c40dc63660739228ebfbd90e1aa4a9a87440bf9d81e8b996aa8f81f3940cddd434da9d9fb23e3db057dddb4f7b372e82a5eba9df0972a96db0d64586e
data/.gitignore CHANGED
@@ -9,3 +9,5 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+
13
+ capistrano-wordpress-permissions-*.gem
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- capistrano-wordpress-permissions (1.0.1)
4
+ capistrano-wordpress-permissions (1.1.0)
5
5
  capistrano (~> 3)
6
6
 
7
7
  GEM
@@ -17,7 +17,7 @@ module Capistrano
17
17
  end
18
18
 
19
19
  def register_hooks
20
- before(:'deploy:started', :'wordpress:change_owner_to_deploy')
20
+ before(:'deploy:starting', :'wordpress:change_owner_to_deploy')
21
21
  after(:'deploy:finished', :'wordpress:change_owner_to_wordpress')
22
22
  end
23
23
 
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Wordpress
3
- VERSION = '1.1.0'
3
+ VERSION = '1.1.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.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Zicat