chauffeur 0.0.5 → 0.0.6

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
- SHA1:
3
- metadata.gz: cbd461cd51ac5b5a39e4228f296ec58d745b78be
4
- data.tar.gz: a76393a1c82ec1d48c50c35b54c5dc91931cace8
2
+ SHA256:
3
+ metadata.gz: 5c466cb14a08b39b67d5a536fa2648573def6782042c4000ad5d401d06167136
4
+ data.tar.gz: 125238a91a005e05784e3510dad5812d81366a49df04b9a7d864d2edee1b9c65
5
5
  SHA512:
6
- metadata.gz: ad1d4a5712b320e6bdacc1d558375c5177b2e124d0e333aaaf38a23103119cf221401e13ce54bc4b22be6fd1abcb516f709c32ea55060357c7bd3fffc2da601a
7
- data.tar.gz: d584db708b2f9914b1d2e04615dd01f6713c0491b36b8d630449f9f5c3a20bc23c691f1fc19ca69eeb57a988cac83151ed1371bbc95562f52e6946664da9a90a
6
+ metadata.gz: 1b2d3523c4d652f5b6a3f81a4140ac75b16bd273c733232a5ab302dbf6f2c5411ea8adde20e05baf4f479e8db75df8546bb78021355507e05085c71ffd11869a
7
+ data.tar.gz: 2d74848c3784da464692b095d5379e2fd2acfde9bded7223fa9c271be772bee2644dddf75a21436010ebe808eeaa4adc1216bd6dd57f62f5a6cd59774cff1fb2
data/bin/chauffeur CHANGED
File without changes
data/chauffeur.gemspec CHANGED
@@ -3,7 +3,7 @@ require 'English'
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'chauffeur'
6
- s.version = '0.0.5'
6
+ s.version = '0.0.6'
7
7
  s.date = '2017-10-23'
8
8
  s.summary = 'summary'
9
9
  s.description = 'Chauffeur is a tool to help manage drivers for automating browsers.'
@@ -64,7 +64,7 @@ class Chauffeur
64
64
  host_os = platform || RbConfig::CONFIG['host_os']
65
65
  if host_os.eql?('mingw32')
66
66
  path.tr('/', '\\')
67
- elsif host_os.include?('linux') || host_os.include?('mac')
67
+ elsif host_os.include?('linux') || host_os.include?('mac') || host_os.include?('darwin')
68
68
  path.tr('\\', '/')
69
69
  else
70
70
  raise UnknownPlatformError, platform
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chauffeur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Gardner
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  requirements: []
163
163
  rubyforge_project:
164
- rubygems_version: 2.6.11
164
+ rubygems_version: 2.7.2
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: summary