webdrone 0.7.0 → 0.7.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f843ad2ff8378a507c4de5910f80b7f2d0d3b32f
4
- data.tar.gz: 0d419241e89e576359e801b145a036715af7fd04
3
+ metadata.gz: 59591674d236ff01c89372f075b282135b1d4a6d
4
+ data.tar.gz: 31c23bc45847abe34464dce1bcab7533aa993cf1
5
5
  SHA512:
6
- metadata.gz: 604fc7fa246b1bdf980f4293ea10b00e74ea8b49a0273e954f8d8e0196dbc5878ca1976bd4d21c352070abf18eb502707e1b94f736d4d08c8d07d894f241a75f
7
- data.tar.gz: ac8e6583792828db09921933cb89cb495169fb17a2860197f9f3989a80fad2b69a583a9b61827b08a850c6e146ecff9c6a8e2469a19c922483d02d5ab3561c21
6
+ metadata.gz: d39044837141b162f8c99b68488ed145d9b95caefe45dde91433db560445dde51ba84889926f75a33177c7720bb3975352b283e3f1d7f3ffa3cfc12052f64252
7
+ data.tar.gz: 643f53e0d1b34130d4d8f96f0b7e87855e777736622719d54af2c516ebfb5483e69ee561846eeda1ab00b4f58dfb51503d9f4f452600971ae8c5e27b6e0a47f9
@@ -4,7 +4,7 @@ module Webdrone
4
4
 
5
5
  def initialize(browser: 'chrome', create_outdir: true, outdir: nil, timeout:, maximize: true)
6
6
  if create_outdir or outdir
7
- outdir ||= "webdrone_output/#{Time.new.strftime('%Y%m%d_%H%M')}"
7
+ outdir ||= "webdrone_output/#{Time.new.strftime('%Y%m%d_%H%M%S')}"
8
8
  self.conf.outdir = outdir
9
9
  end
10
10
  if outdir != nil and browser.to_sym == :chrome
@@ -1,3 +1,3 @@
1
1
  module Webdrone
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webdrone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aldrin Martoq
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-30 00:00:00.000000000 Z
11
+ date: 2015-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler