qat-web 9.0.0 → 9.0.1

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
  SHA256:
3
- metadata.gz: 0a35db3e75dfe2941b35971978f18ba47f9412fc1d6263e3b6e9a11f4797d908
4
- data.tar.gz: f8cd5a6808d3ee67ca40084a016c84fbd81fa0ea87ebb66c66a4c54cf6ebd9fa
3
+ metadata.gz: 16d90ffc3189a2b96bb070c9dd2b2d4624dfdf90139deb0d072aca7935b980f5
4
+ data.tar.gz: 88c90b029a7e9581df0ea7eef8ebe1f0f1fd484d1bab5b13d200b163fe88dc0b
5
5
  SHA512:
6
- metadata.gz: 2b534d5664216038212ed1c6f520976a76f08b8d81a0fb83ee5e02ae2da4263facbda5ea4dfd5fa79518a8bbce3b83711b4e94cdbe6197758089db9708ea1e67
7
- data.tar.gz: 1c17762822215089fabc4e4d0dd6435dd2a7bf897b11dfb6d1e6245c477cc933366b992e0236f7492f1622492c2b53808d31183c77330e60b079b4d2211bb6fb
6
+ metadata.gz: 3bb44e1a9fedb1803b26c073de3b1b29e48a92d7da052a760cc67a55a5a3aefa02e77bc2189cbb67dcc1926191b1fa4be6d50cbd4713d1885f5c2461f9438854
7
+ data.tar.gz: 6b578633836ffe1209aae847c5ccd02352ae14b902cf2b015fc8d052b5f7cee79cd4cb097717ff6eb5286103c5b93dd594ff6c02cf0771825e9068747c3f136b
@@ -18,7 +18,7 @@ module QAT::Web
18
18
  #@since 1.0.0
19
19
  def take_screenshot page = Capybara.current_session , path = screenshot_path
20
20
  log.info { "Saving screenshot to #{path}" }
21
- raise ArgumentError.new "File #{path} already exists! Choose another filename" if ::File.exists? path
21
+ raise ArgumentError.new "File #{path} already exists! Choose another filename" if ::File.exist? path
22
22
  path = read_screenshot_file page, path
23
23
  log.info { "Screenshot available" }
24
24
  path
@@ -4,6 +4,6 @@ module QAT
4
4
  #@since 1.0.0
5
5
  module Web
6
6
  # Represents QAT-Web's version
7
- VERSION = '9.0.0'
7
+ VERSION = '9.0.1'
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qat-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.0.0
4
+ version: 9.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - QAT