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 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
@@ -1,6 +1,6 @@
1
1
  # Email configuration
2
2
  Capistrano::Configuration.instance.load do
3
- before "deploy:setup", "db:prepare_config"
3
+ before "deploy:setup", "email:prepare_config"
4
4
  after "deploy:finalize_update", "email:symlink"
5
5
 
6
6
  namespace :email do
@@ -1,3 +1,3 @@
1
1
  module CaponesRecipes
2
- VERSION = "1.15.3"
2
+ VERSION = "1.15.4"
3
3
  end
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: 45
4
+ hash: 35
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 15
9
- - 3
10
- version: 1.15.3
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-02-28 00:00:00 Z
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.10
192
+ rubygems_version: 1.8.15
193
193
  signing_key:
194
194
  specification_version: 3
195
195
  summary: Some capistrano recipes for use.