wp-capistrano3 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb261ed93c85acb2f2bdcd54bd9c4937c59f4bf60ddab77f4392964b0b9ba102
4
- data.tar.gz: 8c9f5a264ece033ee588711aa936a17e0eea6505b52837faa34fefff11ebae76
3
+ metadata.gz: ea6d7bcea76690bc3763159325b682fe79d69838c588ab3a620d45c3b6856940
4
+ data.tar.gz: 8280fab03cc2e2ed940987b1c7bae4729017bc5919d6400b2b03ac2521b71e38
5
5
  SHA512:
6
- metadata.gz: 130768c392792bfdc20972898f368af02f643260cd062b232f47655d7088e5b559006b9f1551ffdfe4773a3928615b166bf1b5cb124dc6fcd0c478d3ca5fe0d5
7
- data.tar.gz: b8d15522934975193ef7b6c4977b9ac296af65abaa829d6c82b590716ba425e108acb9deb189b81df0a5cc8efbc49684650243a395875f37648d70e84db90c17
6
+ metadata.gz: e3c63e11c095a653156c9591d94dfdeb81fb39dbba34c2046f1a08613b816803fd361ec899e33fc0a2601b9b463159a6260c7254a2626b9e895741ea70ad4991
7
+ data.tar.gz: 4b29cb62cad00b9ec4c4c610cdabc1746bebd9c709c7ec9851b05b23ecb26d1e68344719bb60cdb1e62b6a97b9fe7634e8ed61e4275848e0d1fd17d593bdafd5
@@ -5,6 +5,7 @@ namespace "wp-capistrano" do
5
5
  execute "wget -N http://wordpress.org/latest.tar.gz -P /tmp/"
6
6
  execute "tar xzf /tmp/latest.tar.gz -C #{release_path} wordpress --strip-components=1"
7
7
  execute "wget -N https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -P /tmp/"
8
+ execute "chmod u+x /tmp/wp-cli.phar"
8
9
  end
9
10
  end
10
- end
11
+ end
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'wp-capistrano3'
7
- spec.version = '0.0.11'
7
+ spec.version = '0.0.12'
8
8
  spec.authors = ['Nicolas RENAULT']
9
9
  spec.email = ['nrenault@tangkoko.com']
10
10
  spec.description = %q{Wordpress tasks for Capistrano 3.x}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wp-capistrano3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas RENAULT
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-23 00:00:00.000000000 Z
11
+ date: 2021-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano