capistrano-puma 0.2.0 → 0.2.1

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
  SHA1:
3
- metadata.gz: e9448a5bb2d9ae03745498bf1859229eb0c5c45a
4
- data.tar.gz: 5b7f30b7b96a107937e8319bb33864fde491d628
3
+ metadata.gz: 6c278dc00c59140a63a9eea74696150879dfc310
4
+ data.tar.gz: 68f7d933d331b3fdb3b36d0f95bff5d19cf3eabe
5
5
  SHA512:
6
- metadata.gz: fad22e3b55d6e62e3e47c7be73d54708358b8c84aa69c9661ca00588ba072188ab4454cf692ee738da96465d83add307a183da99defebbee4bf350ada1009edc
7
- data.tar.gz: 6300cbf7d8768c1695c14005bf11f6c1dc499f6edcc76006c364bc3ba16957340b1807fae8d74e88927a482652de2aacaba99411734f11dcf47c75d68d243946
6
+ metadata.gz: 35acf012fb4adc8940683387a2ba693838df25a52ff48f1af22b0a0c8d5a972a8dabed1f1eae8445d05be36ff5538c7de6c9c686e1656e590b5f1d1b66703a8c
7
+ data.tar.gz: 655b252deafa62ff13099fd174f147c100b6eacd49300bf8ffcfc32882647b0836340ad18035e6136ed7864fb59b02124e9967bd05fb1b30a8b9d6aba858ab4e
@@ -1,22 +1,13 @@
1
- Copyright (c) 2013 Johannes Opper
1
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
2
+ Version 2, December 2004
2
3
 
3
- MIT License
4
+ Copyright (C) 2004 Johannes Opper <xijo@gmx.de>
4
5
 
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
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
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
10
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
11
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
15
12
 
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
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.
@@ -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) }
@@ -1,6 +1,6 @@
1
1
  # encoding: utf-8
2
2
  module Capistrano
3
3
  module Puma
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
6
6
  end
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.0
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-16 00:00:00.000000000 Z
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: []