tourist 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rasterize.js +1 -1
  2. metadata +1 -1
@@ -7,7 +7,7 @@ if (phantom.args.length < 2 || phantom.args.length > 5) {
7
7
  } else {
8
8
  address = phantom.args[0];
9
9
  output = phantom.args[1];
10
- page.viewportSize = { width: phantom.args[2], height: phanton.args[3]};
10
+ page.viewportSize = { width: phantom.args[2], height: phantom.args[3]};
11
11
  page.open(address, function (status) {
12
12
  if (status !== 'success') {
13
13
  console.log('Unable to load the address!');
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tourist
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: