growltdf 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/growltdf +3 -2
- data/growltdf.gemspec +1 -1
- metadata +1 -1
data/bin/growltdf
CHANGED
@@ -27,7 +27,7 @@ Main {
|
|
27
27
|
growltdf --growl-password=password
|
28
28
|
__
|
29
29
|
|
30
|
-
version '0.4.
|
30
|
+
version '0.4.4'
|
31
31
|
|
32
32
|
option('stage'){
|
33
33
|
argument :required
|
@@ -91,6 +91,7 @@ Main {
|
|
91
91
|
|
92
92
|
def get_the_latest_live_entries
|
93
93
|
stage_url = stage_url_for(@stage)
|
94
|
+
puts "checking #{ stage_url } for updates..."
|
94
95
|
dom = dom_for(stage_url)
|
95
96
|
live_entries = dom.search('#live_entries')
|
96
97
|
@latest_live_entries =
|
@@ -134,7 +135,7 @@ Main {
|
|
134
135
|
end
|
135
136
|
|
136
137
|
def wait_a_little_while
|
137
|
-
sleep
|
138
|
+
sleep 30
|
138
139
|
end
|
139
140
|
|
140
141
|
def stage_url_for(stage)
|
data/growltdf.gemspec
CHANGED