hotel_price 0.4.7 → 0.4.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: bc76b623cc53e04ce6b4e2b0c065c6cb70c4ee24f38ac6addc5a2c9ea22c04e3
4
- data.tar.gz: 9818d73af51d8a53cf4e045defb37b328ca3d43bc0e1752eb2778c17805cbe7c
3
+ metadata.gz: 3b4e2665fa91d8978891c2405c4fc6c1d7125a7c78a86536b15aec75afd0af76
4
+ data.tar.gz: f92fb54d39ee36be8b38bdf1004e92a5c5c2021f837ea3a549aad76f354d79f4
5
5
  SHA512:
6
- metadata.gz: 68c6d5beaae5c53e71fdebf1122b8db3fe4e6c7d887fa1dd1acc1e58d1bf07b3947038942cb8872d623e08340b26f86e0d1db433960fbba43d792d7366ded705
7
- data.tar.gz: 16144d0302ea1aa7b260639bcd8d41ae0c6c8899ad579228490d7c1509f9c997ef1f0f1e92a84122b5c619b00e0d3bc333c2effd243c77be67483b25410ea65b
6
+ metadata.gz: 7352f7ec8c68bb93d3d5b1965024113cc4c280754b5876cf99269a791746359e72ef65de27e178d47612ff28d7974084dca81ac5b05c687c97cfe97e63c183d0
7
+ data.tar.gz: 972aed1c31307f1cd1facb6e897427fab37516e688fced73a2d51bf18293e36dc374c6b2d2c3660b9cc9f8eba1181f7be7b730eb36362f333da9e363efbb22fc
@@ -20,7 +20,7 @@ module HotelPrice::Rakuten
20
20
  def get_selenium_driver(mode = 0)
21
21
  if mode == 1
22
22
  firefox_capabilities = Selenium::WebDriver::Remote::Capabilities.firefox
23
- Selenium::WebDriver.for(:remote, url: "http://hub:4444/wd/hub", desired_capabilities: firefox_capabilities)
23
+ Selenium::WebDriver.for(:remote, url: "http://selenium-hub:4444/wd/hub", desired_capabilities: firefox_capabilities)
24
24
  elsif mode == 2
25
25
  Selenium::WebDriver.for :firefox
26
26
  else
@@ -82,7 +82,7 @@ module HotelPrice::Rakuten
82
82
  def self.get_selenium_driver(mode = 0)
83
83
  if mode == 1
84
84
  firefox_capabilities = Selenium::WebDriver::Remote::Capabilities.firefox
85
- Selenium::WebDriver.for(:remote, url: "http://hub:4444/wd/hub", desired_capabilities: firefox_capabilities)
85
+ Selenium::WebDriver.for(:remote, url: "http://selenium-hub:4444/wd/hub", desired_capabilities: firefox_capabilities)
86
86
  elsif mode == 2
87
87
  Selenium::WebDriver.for :firefox
88
88
  else
@@ -1,3 +1,3 @@
1
1
  module HotelPrice
2
- VERSION = "0.4.7"
2
+ VERSION = "0.4.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotel_price
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fumitake Kawasaki