capistrano-mon 0.0.1 → 0.0.2
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.
- data/capistrano-mon.gemspec +1 -1
- data/lib/capistrano-mon.rb +4 -1
- data/lib/capistrano-mon/version.rb +1 -1
- metadata +2 -2
data/capistrano-mon.gemspec
CHANGED
@@ -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) }
|
data/lib/capistrano-mon.rb
CHANGED
@@ -26,7 +26,10 @@ module Capistrano
|
|
26
26
|
_update
|
27
27
|
}
|
28
28
|
}
|
29
|
-
|
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
|
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.
|
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: []
|