pingdominator 0.0.0 → 0.0.1

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.
Files changed (2) hide show
  1. data/lib/pingdominator/pingdom.rb +1 -3
  2. metadata +3 -2
@@ -51,9 +51,7 @@ namespace :pingdom do
51
51
  end
52
52
 
53
53
  if Rake::Task.task_defined?("deploy:publishing")
54
- if fetch(:stage) == "production"
55
- after 'deploy:publishing', 'pingdom:setup'
56
- end
54
+ after 'deploy:publishing', 'pingdom:setup'
57
55
  end
58
56
 
59
57
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pingdominator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-26 00:00:00.000000000 Z
12
+ date: 2015-10-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano
@@ -116,3 +116,4 @@ signing_key:
116
116
  specification_version: 3
117
117
  summary: Capistrano Plugin to Setup Pindom Alerts
118
118
  test_files: []
119
+ has_rdoc: