capistrano-php-fpm 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/README.md +5 -0
- data/capistrano-php-fpm.gemspec +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
MjA3NzQzOGU1NTQyZmM1MmRjOTAyYmIyZDk5MTY2MzRiZjM5MjNiMQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
Y2IzMTdkYWIzYTdhOTFhODM0ZDRhMjlkYzQzMDZkMjQ5ZjQ2OTU1Nw==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
OTIwNDU1NzdmNmFjMTY2OGNmYTMwOWZiYWU0YTdkNTZhNjRlYjVhNDExM2Rm
|
10
|
+
ZTE4ZWRiMWMzMTk5NTk1NWI2NTFkYWNiNTI4ZjhmOTEwZDgwMjkxODNjOTlm
|
11
|
+
NDhjMTkyYzhmODczZjE5NGI4OTcwYmEzYmM1OGNjZjNhZjc2YTA=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
ZTZiOTkxMzg0MjFkYTM0MDZkZDVjNWI0MTc4ZWQ2MWVkYTA3ZGZkYzc4NTU2
|
14
|
+
MGYxNmZiYTAwNmQ0ZmQyZjQ5YjcwMDRlYzc2NTJmMzcxMDUxZmYyZDA1NWRi
|
15
|
+
YzY2MTc5ZWRjMDYxNWI2YzY4MDlhMzY0NGY1ZmYzNWYzMzI0MjI=
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# Capistrano::PhpFpm
|
2
2
|
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/capistrano-php-fpm.svg)](https://badge.fury.io/rb/capistrano-php-fpm)
|
4
|
+
|
3
5
|
php-fpm support for Capistrano 3.x
|
4
6
|
|
5
7
|
Makes it possible to reload/restart php-fpm during deploys
|
@@ -62,3 +64,6 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
62
64
|
## License
|
63
65
|
|
64
66
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
67
|
+
|
68
|
+
[www.glooby.com](https://www.glooby.com)
|
69
|
+
[www.glooby.se](https://www.glooby.se)
|
data/capistrano-php-fpm.gemspec
CHANGED
metadata
CHANGED
@@ -1,55 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-php-fpm
|
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
|
- Emil Kilhage
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capistrano
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ! '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 3.0.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ! '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 3.0.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ~>
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '1.10'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ~>
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '1.10'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ~>
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '10.0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ~>
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '10.0'
|
55
55
|
description: php-fpm support for Capistrano 3.x
|
@@ -59,7 +59,7 @@ executables: []
|
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
|
-
-
|
62
|
+
- .gitignore
|
63
63
|
- CODE_OF_CONDUCT.md
|
64
64
|
- Gemfile
|
65
65
|
- Gemfile.lock
|
@@ -82,17 +82,17 @@ require_paths:
|
|
82
82
|
- lib
|
83
83
|
required_ruby_version: !ruby/object:Gem::Requirement
|
84
84
|
requirements:
|
85
|
-
- -
|
85
|
+
- - ! '>='
|
86
86
|
- !ruby/object:Gem::Version
|
87
87
|
version: '0'
|
88
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
89
89
|
requirements:
|
90
|
-
- -
|
90
|
+
- - ! '>='
|
91
91
|
- !ruby/object:Gem::Version
|
92
92
|
version: '0'
|
93
93
|
requirements: []
|
94
94
|
rubyforge_project:
|
95
|
-
rubygems_version: 2.4.
|
95
|
+
rubygems_version: 2.4.3
|
96
96
|
signing_key:
|
97
97
|
specification_version: 4
|
98
98
|
summary: php-fpm support for Capistrano 3.x
|