capones_recipes 1.15.3 → 1.15.4
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.
- data/config/deploy.rb +4 -0
- data/lib/capones_recipes/tasks/email.rb +1 -1
- data/lib/capones_recipes/version.rb +1 -1
- metadata +5 -5
data/config/deploy.rb
CHANGED
|
@@ -7,6 +7,10 @@ role :app, "your app-server here" # This may be the sam
|
|
|
7
7
|
role :db, "your primary db-server here", :primary => true # This is where Rails migrations will run
|
|
8
8
|
role :db, "your slave db-server here"
|
|
9
9
|
|
|
10
|
+
# Sync directories
|
|
11
|
+
set :sync_directories, ['dir', 'another-dir']
|
|
12
|
+
set :sync_backups, 3
|
|
13
|
+
|
|
10
14
|
# Configuration
|
|
11
15
|
set :scm, :git
|
|
12
16
|
ssh_options[:forward_agent] = true
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capones_recipes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 35
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 15
|
|
9
|
-
-
|
|
10
|
-
version: 1.15.
|
|
9
|
+
- 4
|
|
10
|
+
version: 1.15.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Roman Simecek (CyT)
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2012-
|
|
19
|
+
date: 2012-04-23 00:00:00 Z
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
22
22
|
name: capistrano
|
|
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
189
189
|
requirements: []
|
|
190
190
|
|
|
191
191
|
rubyforge_project:
|
|
192
|
-
rubygems_version: 1.8.
|
|
192
|
+
rubygems_version: 1.8.15
|
|
193
193
|
signing_key:
|
|
194
194
|
specification_version: 3
|
|
195
195
|
summary: Some capistrano recipes for use.
|