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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1db2c480f35f80cae01006349015f008c7861d19
4
- data.tar.gz: 891c868795519e72f1256ebb0674c07c94aeeae8
3
+ metadata.gz: b16978f11e24cc60f9ab882e327f48e5f17dc6c8
4
+ data.tar.gz: 17ec68058675a32d8364441f8fd2931c8b52ba51
5
5
  SHA512:
6
- metadata.gz: 6316c3545f7084e83448fa109737b836c297f4b6d20ad21e2e9d3d1e52d6efa9e4e5c59ffe61e21e5afd60ba40920bd0c8eb77502e8e5ce482aeb3ca2d1ca41f
7
- data.tar.gz: 7c5406d260126805d3eeeadbe64b4f76760fd1038f8a4c957cc02d2b9db68c8630db5d1e8c52fe9319436905cdccdbc7d526c61c3d6a6aabf8a1e65f72ab8829
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-20'
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 = 'truong.nd1902@gmail.com'
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 = 'http://rubygems.org/gems/capistrano-simple-unicorn'
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'
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module SimpleUnicorn
3
- VERSION = '0.0.1'.freeze
3
+ VERSION = '0.0.2'.freeze
4
4
  end
5
5
  end
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.1
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-20 00:00:00.000000000 Z
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: truong.nd1902@gmail.com
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: http://rubygems.org/gems/capistrano-simple-unicorn
72
+ homepage: https://github.com/truongkma/capistrano-simple-unicorn
73
73
  licenses:
74
74
  - MIT
75
75
  metadata: {}