website_information 0.5.5 → 0.5.6

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: b98deeb259e45bcef50ebbc1db32be1d110e4a37
4
- data.tar.gz: ac611f5ce5ed13e06eed0422fa101df51778c15a
3
+ metadata.gz: 4d993ea50f5372bf40d524fb4686ad2bcb9576ac
4
+ data.tar.gz: 7f2ec2da0f3a6667947440f77c66e5b601372be5
5
5
  SHA512:
6
- metadata.gz: 5c942da88542b45b865ad1664d6895f77edfcf0eba36d35b484d5ba25138c87d86ffafbfacb2849232f8a550205bdcd80c08e5f9c8789b7f36a35909b760deed
7
- data.tar.gz: d5f33cd15990c373f52d693e52a1d7080be0e0d6a7594b6627dd6732a265f0687de7d5741745e36d0daf9e4a6aa399d63b6c54ed6ea1cba82c22706e9a7441cf
6
+ metadata.gz: fcb509c03de07f1de6261f8795cd97e61e0f59f6f152b2de4f4a56512dc1a170a3e39d7a0654c3a719ca400680fc1009f33422284b9a442e2cdeb3ce1532e588
7
+ data.tar.gz: 254e6bf2e237753e0a677f0cdba5990371aeda7fa66580b2cd756b8c238b4fc1434800b395535c2a2672f4d6fb296e3b4b11e48becdbdb40e732253c8c0fc383
@@ -26,7 +26,7 @@ module WebsiteInformation
26
26
 
27
27
  def capture
28
28
  if @capture.nil?
29
- binary = ENV.fetch('GOOGLE_CHROME_SHIM', nil) # for heroku
29
+ binary = ENV.fetch('GOOGLE_CHROME_BIN', nil) # for heroku
30
30
  options = Selenium::WebDriver::Chrome::Options.new(binary: binary)
31
31
  options.add_argument('--headless')
32
32
  browser = Selenium::WebDriver.for :chrome, options: options
@@ -1,3 +1,3 @@
1
1
  module WebsiteInformation
2
- VERSION = "0.5.5"
2
+ VERSION = "0.5.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: website_information
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - miraoto