capistrano_evrone_recipes 0.1.6 → 0.1.7

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.
@@ -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/dima-exe/capistrano_evrone_recipes"
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
@@ -3,7 +3,7 @@ module CapistranoEvroneRecipes
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- PATCH = 6
6
+ PATCH = 7
7
7
 
8
8
  def self.to_s
9
9
  "#{MAJOR}.#{MINOR}.#{PATCH}"
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.6
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/dima-exe/capistrano_evrone_recipes
119
+ homepage: http://github.com/evrone/capistrano_evrone_recipes
120
120
  licenses: []
121
121
  post_install_message:
122
122
  rdoc_options: []