capistrano-simple-unicorn 0.0.1 → 0.0.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.
- checksums.yaml +4 -4
- data/capistrano-simple-unicorn.gemspec +3 -3
- data/lib/capistrano/simple_unicorn/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b16978f11e24cc60f9ab882e327f48e5f17dc6c8
|
|
4
|
+
data.tar.gz: 17ec68058675a32d8364441f8fd2931c8b52ba51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c82f651a8440fb02141162faa6c1432ea115efb3e893ef1bb174d4d24de9f8dc3efd2d5b9439ce2f7a8930bb0ddd3ef90ad3d365aee8b110d8e806c999d13a43
|
|
7
|
+
data.tar.gz: 6bcdc1f29d4a867cbe04cd58f5a069c520b1a01222e605ae9e9de5051f363cf62f67769be28be94d07f5b811ab49b204af7535972d198c735615a3189a2106c2
|
|
@@ -6,7 +6,7 @@ require 'capistrano/simple_unicorn/version'
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = 'capistrano-simple-unicorn'
|
|
8
8
|
s.version = Capistrano::SimpleUnicorn::VERSION
|
|
9
|
-
s.date = '2018-07-
|
|
9
|
+
s.date = '2018-07-23'
|
|
10
10
|
s.summary = "Capistrano tasks for automatic and sensible unicorn configuration"
|
|
11
11
|
s.description = <<-EOF.gsub(/^\s+/, '')
|
|
12
12
|
Capistrano tasks for automatic and sensible unicorn configuration
|
|
@@ -17,10 +17,10 @@ Gem::Specification.new do |s|
|
|
|
17
17
|
EOF
|
|
18
18
|
s.description = "Capistrano deploy rails app with unicorn zero downtime."
|
|
19
19
|
s.authors = ["truongkma"]
|
|
20
|
-
s.email = '
|
|
20
|
+
s.email = 'nd.truong1902@gmail.com'
|
|
21
21
|
s.files = `git ls-files`.split("\n")
|
|
22
22
|
s.require_paths = ['lib']
|
|
23
|
-
s.homepage = '
|
|
23
|
+
s.homepage = 'https://github.com/truongkma/capistrano-simple-unicorn'
|
|
24
24
|
s.license = 'MIT'
|
|
25
25
|
|
|
26
26
|
s.add_runtime_dependency 'capistrano', '~> 3.1'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-simple-unicorn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- truongkma
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-07-
|
|
11
|
+
date: 2018-07-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
description: Capistrano deploy rails app with unicorn zero downtime.
|
|
56
|
-
email:
|
|
56
|
+
email: nd.truong1902@gmail.com
|
|
57
57
|
executables: []
|
|
58
58
|
extensions: []
|
|
59
59
|
extra_rdoc_files: []
|
|
@@ -69,7 +69,7 @@ files:
|
|
|
69
69
|
- lib/capistrano/tasks/unicorn.rake
|
|
70
70
|
- lib/generators/templates/unicorn.rb.erb
|
|
71
71
|
- lib/generators/templates/unicorn_init.erb
|
|
72
|
-
homepage:
|
|
72
|
+
homepage: https://github.com/truongkma/capistrano-simple-unicorn
|
|
73
73
|
licenses:
|
|
74
74
|
- MIT
|
|
75
75
|
metadata: {}
|