csexton-captured 0.1.13 → 0.1.14
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/captured.rb +2 -8
- metadata +1 -1
data/lib/captured.rb
CHANGED
@@ -7,14 +7,8 @@ class Captured
|
|
7
7
|
end
|
8
8
|
|
9
9
|
def self.guess_watch_path
|
10
|
-
|
11
|
-
|
12
|
-
else
|
13
|
-
"Screen**.png"
|
14
|
-
end
|
15
|
-
rescue => e
|
16
|
-
puts e
|
17
|
-
"Screen**.png"
|
10
|
+
# This should work for 10.5, and 10.6
|
11
|
+
"{Picture,Screen}*.png"
|
18
12
|
end
|
19
13
|
|
20
14
|
def self.run_once!(options)
|