crossroads_capistrano 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "crossroads_capistrano"
6
- s.version = "1.2.2"
6
+ s.version = "1.2.3"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Steve Kenworthy", "Ben Tillman", "Nathan Broadbent"]
9
9
  s.email = ["it_dept@crossroads.org.hk"]
@@ -2,11 +2,10 @@
2
2
  # Updates the crontab using wheneverize
3
3
  #
4
4
 
5
- after "deploy:symlink", "deploy:update_crontab"
6
-
7
5
  namespace :deploy do
8
6
  desc "Update the crontab file"
9
7
  task :update_crontab, :roles => :db do
10
8
  run "cd #{current_path} && bundle exec whenever --update-crontab #{application}"
11
9
  end
12
10
  end
11
+
metadata CHANGED
@@ -1,12 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crossroads_capistrano
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 1
7
- - 2
8
- - 2
9
- version: 1.2.2
4
+ prerelease:
5
+ version: 1.2.3
10
6
  platform: ruby
11
7
  authors:
12
8
  - Steve Kenworthy
@@ -61,21 +57,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
57
  requirements:
62
58
  - - ">="
63
59
  - !ruby/object:Gem::Version
64
- segments:
65
- - 0
66
60
  version: "0"
67
61
  required_rubygems_version: !ruby/object:Gem::Requirement
68
62
  none: false
69
63
  requirements:
70
64
  - - ">="
71
65
  - !ruby/object:Gem::Version
72
- segments:
73
- - 0
74
66
  version: "0"
75
67
  requirements: []
76
68
 
77
69
  rubyforge_project: crossroads_capistrano
78
- rubygems_version: 1.3.7
70
+ rubygems_version: 1.5.2
79
71
  signing_key:
80
72
  specification_version: 3
81
73
  summary: Crossroads capistrano recipes