capistrano-puma 0.2.0 → 0.2.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 +4 -4
- data/LICENSE.txt +9 -18
- data/capistrano-puma.gemspec +1 -0
- data/lib/capistrano-puma.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c278dc00c59140a63a9eea74696150879dfc310
|
|
4
|
+
data.tar.gz: 68f7d933d331b3fdb3b36d0f95bff5d19cf3eabe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35acf012fb4adc8940683387a2ba693838df25a52ff48f1af22b0a0c8d5a972a8dabed1f1eae8445d05be36ff5538c7de6c9c686e1656e590b5f1d1b66703a8c
|
|
7
|
+
data.tar.gz: 655b252deafa62ff13099fd174f147c100b6eacd49300bf8ffcfc32882647b0836340ad18035e6136ed7864fb59b02124e9967bd05fb1b30a8b9d6aba858ab4e
|
data/LICENSE.txt
CHANGED
|
@@ -1,22 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
2
|
+
Version 2, December 2004
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
Copyright (C) 2004 Johannes Opper <xijo@gmx.de>
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
11
|
-
the following conditions:
|
|
6
|
+
Everyone is permitted to copy and distribute verbatim or modified
|
|
7
|
+
copies of this license document, and changing it is allowed as long
|
|
8
|
+
as the name is changed.
|
|
12
9
|
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
11
|
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
15
12
|
|
|
16
|
-
|
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
13
|
+
0. You just DO WHAT THE FUCK YOU WANT TO.
|
data/capistrano-puma.gemspec
CHANGED
|
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
|
|
|
11
11
|
gem.description = %q{Provide deployment tasks for puma}
|
|
12
12
|
gem.summary = %q{Provide deployment tasks for puma}
|
|
13
13
|
gem.homepage = "http://github.com/xijo/capistrano-puma"
|
|
14
|
+
gem.license = "WTFPL"
|
|
14
15
|
|
|
15
16
|
gem.files = `git ls-files`.split($/)
|
|
16
17
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
data/lib/capistrano-puma.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-puma
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Johannes Opper
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-11-
|
|
11
|
+
date: 2013-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|
|
@@ -42,7 +42,8 @@ files:
|
|
|
42
42
|
- lib/capistrano/puma.rb
|
|
43
43
|
- lib/capistrano/tasks/puma.rake
|
|
44
44
|
homepage: http://github.com/xijo/capistrano-puma
|
|
45
|
-
licenses:
|
|
45
|
+
licenses:
|
|
46
|
+
- WTFPL
|
|
46
47
|
metadata: {}
|
|
47
48
|
post_install_message:
|
|
48
49
|
rdoc_options: []
|