heroku_san_sanity 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ end
15
15
  def check_heroku_integrity(name)
16
16
  doc = Hpricot(open("http://status.heroku.com/"))
17
17
  incident = doc.search("li.yellow, li.red")
18
- if incident.present?
18
+ if incident.size != 0
19
19
  puts ""
20
20
  puts " ! WARNING: Potentially Unstable Deploy"
21
21
  puts " ! "
@@ -1,3 +1,3 @@
1
1
  module HerokuSanSanity
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: heroku_san_sanity
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Neil Middleton