selenium_chrome_helper 0.1.7 → 0.1.8

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: 7e2c6036630870a945ef7a84793c16714e759d94559d3cd3b0f1955c552d1abc
4
- data.tar.gz: 16466d851db87a8c81bf49dae35d669abcbafb610217c01c06e73897889f7021
3
+ metadata.gz: a857fc3074c0c11bda50b0fac912ca2c6806f522ef2b4e1531f57efec9f1f3c0
4
+ data.tar.gz: 24801620d9735fde0979e24f5c89c5864d1d7ccb80327dc1e7a333b0dbcc965b
5
5
  SHA512:
6
- metadata.gz: 751cbf3daab36bfedb7176fabeb7672d64acf88e99a5c79672640395c633ab938b87883665cb1d7d86592411f15021155a2cc5589fbe8110f21044c37c2a905c
7
- data.tar.gz: 0433ff00eb1ab2690c23c35a73160f8bc63db9c37e8c7d154400e54829e28c40f804f9a40a3f58d4311048fb12a6e8cce4f81d9bfe3ae093e30b2dc3f2504f10
6
+ metadata.gz: 887350b16edef20528aba2f08577c0d9e51cce57fce737da75cb7d4a1175465318882adb344fbebb0eb0bfffcb4541df13a9e1227fbdc3dd4ecfe17ad999aea5
7
+ data.tar.gz: 75ce377406023775c98184b5e6e21a6b65da71783cc2bd4fe76e34b49bffe89ff210158ed016cd356fb0166ab7415163f4836c856dfe75aa69d749937c22136c
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SeleniumChromeHelper
4
- VERSION = '0.1.7'
4
+ VERSION = '0.1.8'
5
5
  end
@@ -95,7 +95,7 @@ namespace :chrome do
95
95
  FileUtils.chmod('+x', entry_path)
96
96
  end
97
97
 
98
- def make_executable_if_chrome
98
+ def make_executable_if_chrome(entry, entry_path)
99
99
  return unless RUBY_PLATFORM =~ /darwin/
100
100
 
101
101
  FileUtils.chmod('+x', entry_path) if entry.name.end_with?('MacOS/Google Chrome for Testing')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selenium_chrome_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gonzalo Robaina