capistrano-nginx-unicorn 0.0.5 → 0.0.6

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.
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
8
8
  gem.version = Capistrano::NginxUnicorn::VERSION
9
9
  gem.authors = ["Ivan Tkalin"]
10
10
  gem.email = ["itkalin@gmail.com"]
11
- gem.description = %q{Capistrano tasks for configuration and management nginx+unicorn combo for zero downtime deployments of Rails applications. Configs can be copied to the application using generators and easily customized.}
12
- gem.summary = %q{Create and manage nginx+unicorn configs from capistrano}
11
+ gem.description = %q{Deprecated! Capistrano tasks for configuration and management nginx+unicorn combo for zero downtime deployments of Rails applications. Configs can be copied to the application using generators and easily customized.}
12
+ gem.summary = %q{Deprecated! Create and manage nginx+unicorn configs from capistrano}
13
13
  gem.homepage = "https://github.com/ivalkeen/capistrano-nginx-unicorn"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module NginxUnicorn
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-nginx-unicorn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-10 00:00:00.000000000 Z
12
+ date: 2012-12-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  prerelease: false
@@ -43,9 +43,9 @@ dependencies:
43
43
  version: '0'
44
44
  none: false
45
45
  type: :development
46
- description: Capistrano tasks for configuration and management nginx+unicorn combo
47
- for zero downtime deployments of Rails applications. Configs can be copied to the
48
- application using generators and easily customized.
46
+ description: Deprecated! Capistrano tasks for configuration and management nginx+unicorn
47
+ combo for zero downtime deployments of Rails applications. Configs can be copied
48
+ to the application using generators and easily customized.
49
49
  email:
50
50
  - itkalin@gmail.com
51
51
  executables: []
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
80
  version: '0'
81
81
  segments:
82
82
  - 0
83
- hash: 123580793249868030
83
+ hash: 1944416260668696748
84
84
  none: false
85
85
  required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  requirements:
@@ -89,12 +89,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  version: '0'
90
90
  segments:
91
91
  - 0
92
- hash: 123580793249868030
92
+ hash: 1944416260668696748
93
93
  none: false
94
94
  requirements: []
95
95
  rubyforge_project:
96
96
  rubygems_version: 1.8.23
97
97
  signing_key:
98
98
  specification_version: 3
99
- summary: Create and manage nginx+unicorn configs from capistrano
99
+ summary: Deprecated! Create and manage nginx+unicorn configs from capistrano
100
100
  test_files: []