webshooter 0.0.5a → 0.0.6a
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.
- data/Gemfile.lock +1 -1
- data/lib/webshooter/version.rb +1 -1
- data/lib/webshooter/webshotprocessor.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/webshooter/version.rb
CHANGED
|
@@ -227,7 +227,7 @@ class WebShotProcessor
|
|
|
227
227
|
end
|
|
228
228
|
|
|
229
229
|
def webView_didFailProvisionalLoadWithError_forFrame(webview, load_error, frame)
|
|
230
|
-
puts "we got a provisional load"
|
|
230
|
+
#puts "we got a provisional load"
|
|
231
231
|
if (load_error.code == OSX::NSURLErrorCancelled)
|
|
232
232
|
then
|
|
233
233
|
#pp "WARN: did Fail PROVISIONAL LOAD WITH ERROR For Frame"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: webshooter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 50
|
|
5
5
|
prerelease: 5
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
9
|
+
- 6
|
|
10
10
|
- a
|
|
11
|
-
version: 0.0.
|
|
11
|
+
version: 0.0.6a
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Patrick Debois
|