carthage_cashier 0.2.0 → 0.2.1
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 +4 -4
- data/lib/carthage_cashier.rb +2 -2
- data/lib/carthage_cashier/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b0e090c9864e67f22f2f04eae14c56dbc02e1a3
|
4
|
+
data.tar.gz: 4afb111e7ca27491203b31a66ef1c384177f1fa9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a996fa1e1e2a1273236917c79e482cb3cbb9d56deb980edbb53ab3dadd25cbfcb80b3b274810b9e0c4ab863dfc6432f80b9fbd20324aed3e57ecc71c17ac36c6
|
7
|
+
data.tar.gz: eea405662cf26b5a45738486eae2034ed602a4d6deafde1ee57f83854943d4aa1b2da6ff523fa8ec66e213d589e3b61c517b2b9a4ca41f0cb032b93a32177733
|
data/lib/carthage_cashier.rb
CHANGED
@@ -137,7 +137,7 @@ module CarthageCashier
|
|
137
137
|
cache_path = "#{cache_paths.values.first}/#{Digest::MD5.file CARTHAGE_RESOLVED_FILE}/"
|
138
138
|
|
139
139
|
# Get target dir
|
140
|
-
src_dir = Dir.getwd + "/Carthage/
|
140
|
+
src_dir = Dir.getwd + "/Carthage/"
|
141
141
|
|
142
142
|
# Create the target dir if needed and copy files
|
143
143
|
FileUtils.mkdir_p cache_path unless File.exists? cache_path
|
@@ -188,7 +188,7 @@ module CarthageCashier
|
|
188
188
|
found = true
|
189
189
|
|
190
190
|
# Get target dir
|
191
|
-
target_dir = Dir.getwd + "/Carthage
|
191
|
+
target_dir = Dir.getwd + "/Carthage"
|
192
192
|
|
193
193
|
# Create the target dir if needed and copy files
|
194
194
|
if File.exists? target_dir
|