capistrano3-php5fpm 0.1.1 → 0.1.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/capistrano3-php5fpm.gemspec +2 -2
  3. metadata +7 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0958f257cef53818c3608a59608feca72f8520d814fd566a42d2aad312221cb5'
4
- data.tar.gz: 87599a1a82f57a0f54cd5c4532b7e7de710a8ded6e2d796f842bdff0cddbd550
3
+ metadata.gz: 7f6c5ccd0b5fbc7556c924c6620d24188ceeadd6e0d046b796b970ad890b3533
4
+ data.tar.gz: 9588755d781b51587a66876ae5f63d68190b80291e8eee98a97abdac9ab6d6a4
5
5
  SHA512:
6
- metadata.gz: 9594f356cf4a996ecaa79f5b6701bdd402f2425276b5403ddf8b2236b01a6029f2c5be7f96bc64eab872683f3919152434bd8f0cfd9eb88d722620df55ccf286
7
- data.tar.gz: 644db5968c99a8faafe65184cab3098e59e2ee9f14fb0c8574c8584eead1a8f3b47544665ba1f31bb7c4c6b513509f5bbc432848a5c1c2249008fa0d6621e181
6
+ metadata.gz: '0945232d13f723addad0fa6cda82de82b130b00fe113588e5ca1e663621d79cf073c3303c29027dfd21f60ca360046884fa41ba1c6f0ef200a05e3f819397a63'
7
+ data.tar.gz: 461c24412c75466ffda976540ca2c27fe337576d26860e1f3775d2d44d7be5c290f01756301a8b96558aaa2d216d46c12175f0e868e73d988f0849c74551d50f
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = 'capistrano3-php5fpm'
7
- gem.version = '0.1.1'
7
+ gem.version = '0.1.2'
8
8
  gem.authors = ['Sebastian Krebs']
9
9
  gem.email = ['sebastian@krebs.one']
10
10
  gem.description = %q{Adds support to php5-fpm for Capistrano 3.x}
11
11
  gem.summary = %q{Adds support to php5-fpm for Capistrano 3.x}
12
- gem.homepage = 'https://github.com/KingCrunch/capistrano3-php5fpm'
12
+ gem.homepage = 'https://gitlab.com/kingcrunch/capistrano3-php5fpm'
13
13
  gem.license = 'MIT'
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano3-php5fpm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Krebs
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-25 00:00:00.000000000 Z
11
+ date: 2023-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -37,11 +37,11 @@ files:
37
37
  - lib/capistrano-php5fpm.rb
38
38
  - lib/capistrano/php5fpm.rb
39
39
  - lib/capistrano/tasks/php5fpm.rake
40
- homepage: https://github.com/KingCrunch/capistrano3-php5fpm
40
+ homepage: https://gitlab.com/kingcrunch/capistrano3-php5fpm
41
41
  licenses:
42
42
  - MIT
43
43
  metadata: {}
44
- post_install_message:
44
+ post_install_message:
45
45
  rdoc_options: []
46
46
  require_paths:
47
47
  - lib
@@ -56,9 +56,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  requirements: []
59
- rubyforge_project:
60
- rubygems_version: 2.7.7
61
- signing_key:
59
+ rubygems_version: 3.3.25
60
+ signing_key:
62
61
  specification_version: 4
63
62
  summary: Adds support to php5-fpm for Capistrano 3.x
64
63
  test_files: []