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 +5 -5
- data/bin/chauffeur +0 -0
- data/chauffeur.gemspec +1 -1
- data/lib/chauffeur/path_expander.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 5c466cb14a08b39b67d5a536fa2648573def6782042c4000ad5d401d06167136
|
|
4
|
+
data.tar.gz: 125238a91a005e05784e3510dad5812d81366a49df04b9a7d864d2edee1b9c65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b2d3523c4d652f5b6a3f81a4140ac75b16bd273c733232a5ab302dbf6f2c5411ea8adde20e05baf4f479e8db75df8546bb78021355507e05085c71ffd11869a
|
|
7
|
+
data.tar.gz: 2d74848c3784da464692b095d5379e2fd2acfde9bded7223fa9c271be772bee2644dddf75a21436010ebe808eeaa4adc1216bd6dd57f62f5a6cd59774cff1fb2
|
data/bin/chauffeur
CHANGED
|
File without changes
|
data/chauffeur.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
164
|
+
rubygems_version: 2.7.2
|
|
165
165
|
signing_key:
|
|
166
166
|
specification_version: 4
|
|
167
167
|
summary: summary
|