eycap 0.5.11 → 0.5.12

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,9 +1,15 @@
1
+ == 0.5.12 / 2011-03-07
2
+ * turned off EY weather notification.
3
+
1
4
  == 0.5.11 / 2011-02-16
2
5
  * changed the exception variable for DJ recipe
6
+
3
7
  == 0.5.10 / 2011-02-16
4
8
  * added Delayed Job monit restart commands
9
+
5
10
  == 0.5.9 / 2011-01-28
6
11
  * bug fix for bundle install command
12
+
7
13
  == 0.5.8 / 2009-12-21
8
14
  * updated database clone to local task - adding ability to use mysql2 adapter.
9
15
 
data/lib/eycap.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Eycap
2
- VERSION = '0.5.11'
2
+ VERSION = '0.5.12'
3
3
  end
@@ -126,6 +126,7 @@ Capistrano::Configuration.instance(:must_exist).load do
126
126
 
127
127
  namespace :notify do
128
128
  task :start, :roles => :app do
129
+ return # disable weather for now. eycap >= 0.5.12
129
130
  begin
130
131
  run %(curl -X POST -d "application=#{application rescue 'unknown'}" http://weather.engineyard.com/`hostname`/deploy_start -fs)
131
132
  rescue
@@ -134,6 +135,7 @@ Capistrano::Configuration.instance(:must_exist).load do
134
135
  end
135
136
 
136
137
  task :stop, :roles => :app do
138
+ return # disable weather for now. 0.5.12
137
139
  begin
138
140
  run %(curl -X POST -d "application=#{application rescue 'unknown'}" http://weather.engineyard.com/`hostname`/deploy_stop -fs)
139
141
  rescue
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eycap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 11
10
- version: 0.5.11
9
+ - 12
10
+ version: 0.5.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Engine Yard