capones_recipes 1.13.3 → 1.13.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.
@@ -1,6 +1,6 @@
1
1
  Capistrano::Configuration.instance.load do
2
2
  desc "Watch the log on the application server."
3
- task :watch_logs, :role => :app do
3
+ task :watch_logs, :roles => :app do
4
4
  log_file = "#{shared_path}/log/#{rails_env}.log"
5
5
 
6
6
  run "tail -f #{log_file}" do |channel, stream, data|
@@ -1,3 +1,3 @@
1
1
  module CaponesRecipes
2
- VERSION = "1.13.3"
2
+ VERSION = "1.13.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: 37
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 13
9
- - 3
10
- version: 1.13.3
9
+ - 4
10
+ version: 1.13.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: 2011-12-19 00:00:00 Z
19
+ date: 2011-12-20 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: capistrano
@@ -193,3 +193,4 @@ specification_version: 3
193
193
  summary: Some capistrano recipes for use.
194
194
  test_files: []
195
195
 
196
+ has_rdoc: