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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- webshooter (0.0.5a)
4
+ webshooter (0.0.6a)
5
5
  nokogiri (~> 1.4.4)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module Webshooter
2
- VERSION = "0.0.5a"
2
+ VERSION = "0.0.6a"
3
3
  end
@@ -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: 62
4
+ hash: 50
5
5
  prerelease: 5
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
9
+ - 6
10
10
  - a
11
- version: 0.0.5a
11
+ version: 0.0.6a
12
12
  platform: ruby
13
13
  authors:
14
14
  - Patrick Debois