openteam-capistrano 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/openteam/capistrano/setup.rb +4 -0
- data/openteam-capistrano.gemspec +1 -1
- metadata +3 -3
@@ -17,8 +17,12 @@ Capistrano::Configuration.instance.load do
|
|
17
17
|
set :domain, deploy_config['domain']
|
18
18
|
set :gateway, deploy_config['gateway'] if deploy_config.has_key? 'gateway'
|
19
19
|
|
20
|
+
# application root
|
20
21
|
set :deploy_to, "/srv/#{application}"
|
21
22
|
|
23
|
+
# do not use sudo by default
|
24
|
+
set :use_sudo, false
|
25
|
+
|
22
26
|
# source repostitory settings
|
23
27
|
set :scm, :git
|
24
28
|
set :repository, git_repository_url
|
data/openteam-capistrano.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |gem|
|
6
6
|
gem.name = 'openteam-capistrano'
|
7
|
-
gem.version = '0.0.
|
7
|
+
gem.version = '0.0.3'
|
8
8
|
gem.authors = ["OpenTeam developers"]
|
9
9
|
gem.email = ["developers@openteam.ru"]
|
10
10
|
gem.description = %q{OpenTeam common capistrano recipe}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openteam-capistrano
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -123,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
123
123
|
version: '0'
|
124
124
|
segments:
|
125
125
|
- 0
|
126
|
-
hash:
|
126
|
+
hash: -2625722300496420793
|
127
127
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
128
128
|
none: false
|
129
129
|
requirements:
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
132
132
|
version: '0'
|
133
133
|
segments:
|
134
134
|
- 0
|
135
|
-
hash:
|
135
|
+
hash: -2625722300496420793
|
136
136
|
requirements: []
|
137
137
|
rubyforge_project:
|
138
138
|
rubygems_version: 1.8.24
|