ghost_in_the_post 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd3bf8942615a064f2dbf71b9b438a79d24deab1
4
- data.tar.gz: 7cc6a3c761e439188a766566cd33f9188ab077f2
3
+ metadata.gz: 52affd45a9ba53955a5d64508af2c2d4c2a6b070
4
+ data.tar.gz: 111cf6580e29585c5f57dd93581dc60ac6fc21d0
5
5
  SHA512:
6
- metadata.gz: 874af331df5af02bed496a3004dd70be9f57ad1ac8d7609865c8f0a16694f18136f033ce3d4d37598e17a53c2663c27a05a3e4d1de6b52d641d187085dbc4799
7
- data.tar.gz: 49347bf761dd5f810ce86491dc09760e9539348f68d3d7e8f01fece8b6117913ef5645c2a2777b9e9bf94d0520770c204a9dd33dc36a24baf3e276aead8b901c
6
+ metadata.gz: f05addd81378a725bc0fd3a46bbb94c6f4381ba4adae4ba7e09177dbad46ac122735a93b0b0347dcfcd572d06407dffe5db078037d77b2340a437adf6b32f9db
7
+ data.tar.gz: 4955169572411927977258962ace862167f58676b5fe4cb8a62b922b327d9d34b4fc610d86d0a17b62689ef4cb229dda67a5628733a8d7ae09e37cad517ba2a1
@@ -15,12 +15,13 @@ function finish(){
15
15
  phantom.exit();
16
16
  }
17
17
 
18
- page.onResourceError = function(resourceError) {
19
- console.log(error_tag);
20
- console.log('Unable to load resource (#' + resourceError.id + 'URL:' + resourceError.url + ')');
21
- console.log('Error code: ' + resourceError.errorCode + '. Description: ' + resourceError.errorString);
22
- phantom.exit();
23
- };
18
+ //commented out because stuff like stylesheets and images will fail in situations where they shouldnt
19
+ //page.onResourceError = function(resourceError) {
20
+ //console.log(error_tag);
21
+ //console.log('Unable to load resource (#' + resourceError.id + 'URL:' + resourceError.url + ')');
22
+ //console.log('Error code: ' + resourceError.errorCode + '. Description: ' + resourceError.errorString);
23
+ //phantom.exit();
24
+ //};
24
25
 
25
26
  page.onError = function(msg, trace) {
26
27
  console.log(error_tag);
@@ -1,3 +1,3 @@
1
1
  module GhostInThePost
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghost_in_the_post
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Anema