capistrano_evrone_recipes 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
|
8
8
|
s.author = "Dmitry Galinsky"
|
9
9
|
s.email = "dima.exe@gmail.com"
|
10
|
-
s.homepage = "http://github.com/
|
10
|
+
s.homepage = "http://github.com/evrone/capistrano_evrone_recipes"
|
11
11
|
s.summary = "Capistrano recipes used in evrone company"
|
12
12
|
|
13
13
|
s.description = s.summary
|
@@ -1,9 +1,9 @@
|
|
1
|
-
require "whenever/capistrano/recipes"
|
2
|
-
|
3
1
|
set(:whenever_command) { "#{fetch(:bundle_cmd)} exec whenever" }
|
4
2
|
set(:whenever_variables) {"\"environment=#{rails_env}&path=#{current_path}&output=#{shared_path}/log/crontab.log\"" }
|
5
3
|
set(:whenever_roles) { :crontab }
|
6
4
|
|
5
|
+
require "whenever/capistrano/recipes"
|
6
|
+
|
7
7
|
namespace :crontab do
|
8
8
|
desc "Generate crontab from config/whenever.rb"
|
9
9
|
task :generate, :roles => :crontab, :on_no_matching_servers => :continue, :except => { :no_release => true } do
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano_evrone_recipes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -116,7 +116,7 @@ files:
|
|
116
116
|
- lib/capistrano_evrone_recipes/recipes/unicorn.rb
|
117
117
|
- lib/capistrano_evrone_recipes/util.rb
|
118
118
|
- lib/capistrano_evrone_recipes/version.rb
|
119
|
-
homepage: http://github.com/
|
119
|
+
homepage: http://github.com/evrone/capistrano_evrone_recipes
|
120
120
|
licenses: []
|
121
121
|
post_install_message:
|
122
122
|
rdoc_options: []
|