capistrano-deploy 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +5 -0
- data/capistrano-deploy.gemspec +1 -1
- data/lib/capistrano-deploy/passenger.rb +8 -0
- metadata +6 -5
data/README.md
CHANGED
data/capistrano-deploy.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-deploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Just Lest
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-02-
|
18
|
+
date: 2011-02-25 00:00:00 +02:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -52,6 +52,7 @@ files:
|
|
52
52
|
- lib/capistrano-deploy/bundle.rb
|
53
53
|
- lib/capistrano-deploy/deploy.rb
|
54
54
|
- lib/capistrano-deploy/multistage.rb
|
55
|
+
- lib/capistrano-deploy/passenger.rb
|
55
56
|
- lib/capistrano-deploy/unicorn.rb
|
56
57
|
- lib/capistrano-deploy/whenever.rb
|
57
58
|
has_rdoc: true
|
@@ -84,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
85
|
requirements: []
|
85
86
|
|
86
87
|
rubyforge_project:
|
87
|
-
rubygems_version: 1.5.
|
88
|
+
rubygems_version: 1.5.2
|
88
89
|
signing_key:
|
89
90
|
specification_version: 3
|
90
91
|
summary: Capistrano deploy recipes
|