capistrano-mon 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["yamashita@geishatokyo.com"]
11
11
  gem.description = %q{a capistrano recipe to setup mon.}
12
12
  gem.summary = %q{a capistrano recipe to setup mon.}
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/yyuu/capistrano-mon"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -26,7 +26,10 @@ module Capistrano
26
26
  _update
27
27
  }
28
28
  }
29
- after 'deploy:update', 'mon:update'
29
+ # Do not run automatically during normal `deploy' to avoid slow down.
30
+ # If you want to do so, add following line in your ./config/deploy.rb
31
+ #
32
+ # after 'deploy:update', 'mon:update'
30
33
 
31
34
  task(:_update, :roles => :app, :except => { :no_release => true }) {
32
35
  configure
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Mon
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-mon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -44,7 +44,7 @@ files:
44
44
  - lib/capistrano-mon/templates/etc/default/mon.erb
45
45
  - lib/capistrano-mon/templates/mon.cf.erb
46
46
  - lib/capistrano-mon/version.rb
47
- homepage: ''
47
+ homepage: https://github.com/yyuu/capistrano-mon
48
48
  licenses: []
49
49
  post_install_message:
50
50
  rdoc_options: []